PHPHtmlParser\Dom\MockNode::clear PHP Method

clear() protected method

Clear content of this node
protected clear ( )
    protected function clear()
    {
        $this->innerHtml = null;
        $this->outerHtml = null;
        $this->text = null;
    }