Tale\Jade\Parser\Node::__isset PHP Method

__isset() public method

Redirects the call to the $_data storage
public __isset ( string $key ) : boolean
$key string the name of the property to check
return boolean
    public function __isset($key)
    {
        return isset($this->data[$key]);
    }