pQuery\DomNode::__get PHP 메소드

__get() 공개 메소드

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