コード例 #1
0
ファイル: predis.php プロジェクト: sohel4r/wordpress_4_1_1
 /**
  * {@inheritdoc}
  */
 public function __construct(ParametersInterface $parameters)
 {
     $this->assertExtensions();
     parent::__construct($parameters);
     $this->reader = $this->createReader();
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function __construct(ConnectionParametersInterface $parameters)
 {
     $this->checkExtensions();
     $this->initializeReader();
     parent::__construct($parameters);
 }