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));
    }