Predis\Configuration\Options::__isset PHP Method

__isset() public method

public __isset ( $option )
    public function __isset($option)
    {
        return (array_key_exists($option, $this->options) || array_key_exists($option, $this->input)) && $this->__get($option) !== null;
    }