FluentDOM\Query\Attributes::offsetUnset PHP Метод

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

Remove the attribute(s) on all selected element nodes
См. также: ArrayAccess::offsetUnset()
См. также: FluentDOM::removeAttr()
public offsetUnset ( string | array $name )
$name string | array
    public function offsetUnset($name)
    {
        $this->_fd->removeAttr($name);
    }