FluentDOM\Query\Data::__unset PHP Метод

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

Remove a data attribute from the attached node.
public __unset ( string $name )
$name string
    public function __unset($name)
    {
        $this->_node->removeAttribute($this->encodeName($name));
    }