pQuery\DomNode::__get PHP Method

__get() public method

Class magic get method, outputs {@link getAttribute()}
public __get ( $attribute ) : string
return string
    function __get($attribute)
    {
        return $this->getAttribute($attribute);
    }
DomNode