예제 #1
0
파일: Predis.php 프로젝트: dgw/ThinkUp
 public function __construct(ConnectionParameters $parameters, ResponseReader $reader = null)
 {
     parent::__construct($this->checkParameters($parameters), $reader);
 }