pQuery\DomNode::__get PHP Méthode

__get() public méthode

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