Example #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct(ParametersInterface $parameters)
 {
     $this->assertExtensions();
     parent::__construct($parameters);
     $this->reader = $this->createReader();
 }
 /**
  * {@inheritdoc}
  */
 public function __construct(ConnectionParametersInterface $parameters)
 {
     $this->checkExtensions();
     $this->initializeReader();
     parent::__construct($parameters);
 }