You are here

public function DriverAttributes::__construct in Drupal driver for SQL Server and SQL Azure 8.2

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Scheme/DriverAttributes.php, line 25

Class

DriverAttributes
Type class for the driver attributes.

Namespace

Drupal\Driver\Database\sqlsrv\Scheme

Code

public function __construct(Connection $cnn) {
  $this->connection = $cnn;
  $this
    ->intiailize();
}