MGDigital\BusQue\Redis\Predis\PredisAdapter::__construct PHP Метод

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

public __construct ( Predis\ClientInterface $client )
$client Predis\ClientInterface
    public function __construct(ClientInterface $client)
    {
        $this->client = $client;
    }