PHPHtmlParser\Dom\Collection::offsetUnset PHP Метод

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

Unset a collection Node.
public offsetUnset ( mixed $offset )
$offset mixed
    public function offsetUnset($offset)
    {
        unset($this->collection[$offset]);
    }