FluentDOM\Query\Data::__isset PHP Method

__isset() public method

Validate if the attached node has the data attribute.
public __isset ( string $name ) : boolean
$name string
return boolean
    public function __isset($name)
    {
        return $this->_node->hasAttribute($this->encodeName($name));
    }