pQuery\DomNode::__set PHP Méthode

__set() public méthode

Class magic set method, performs {@link setAttribute()}
public __set ( $attribute, $value )
    function __set($attribute, $value)
    {
        $this->setAttribute($attribute, $value);
    }
DomNode