Predis\Connection\PhpiredisStreamConnection::__construct PHP Метод

__construct() публичный Метод

public __construct ( Predis\Connection\ParametersInterface $parameters )
$parameters Predis\Connection\ParametersInterface
    public function __construct(ParametersInterface $parameters)
    {
        $this->assertExtensions();
        parent::__construct($parameters);
        $this->reader = $this->createReader();
    }