pQuery\DomNode::__unset PHP Метод

__unset() публичный Метод

Class magic unset method, performs {@link deleteAttribute()}
public __unset ( $attribute )
    function __unset($attribute)
    {
        return $this->deleteAttribute($attribute);
    }
DomNode