Predis\Connection\ParametersInterface::__get PHP Метод

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

Returns the value of the specified parameter.
public __get ( string $parameter ) : mixed | null
$parameter string Name of the parameter.
Результат mixed | null
    public function __get($parameter);