Beispiel #1
0
 /**
  * @param DSN $dsn
  */
 public function __construct(DSN $dsn)
 {
     $this->dsn = $dsn;
     $this->placeholders = new PlaceholderCollection();
     $this->placeholders->addDefaultPlaceholders();
 }