Beispiel #1
0
 protected function __construct(DBInterfaces\IDatabaseConnection $connection)
 {
     $this->connection = $connection;
     $this->escaper = $connection->GetEscaper();
     $this->sqlLimiter = $connection->GetSqlLimiter();
 }