Redaxscript\Html\HtmlAbstract::clear PHP Method

clear() public method

clear the html
Since: 3.0.0
public clear ( ) : Element
return Element
    public function clear()
    {
        $this->html(null);
        return $this;
    }