PHPHtmlParser\Dom\Collection::offsetUnset PHP Method

offsetUnset() public method

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