pQuery\DomNode::__set PHP Method

__set() public method

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