Predis\Connection\ParametersInterface::__get PHP Method

__get() public method

Returns the value of the specified parameter.
public __get ( string $parameter ) : mixed | null
$parameter string Name of the parameter.
return mixed | null
    public function __get($parameter);