PHPHtmlParser\Dom\HtmlNode::clear PHP Метод

clear() защищенный Метод

Call this when something in the node tree has changed. Like a child has been added or a parent has been changed.
protected clear ( )
    protected function clear()
    {
        $this->innerHtml = null;
        $this->outerHtml = null;
        $this->text = null;
    }