Pheasant\Options::__isset PHP Méthode

__isset() public méthode

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