Pheasant\Options::__isset PHP Method

__isset() public method

public __isset ( $key )
    public function __isset($key)
    {
        return array_key_exists($key, $this->_options);
    }