Redaxscript\Html\HtmlAbstract::html PHP Method

html() public method

set the html
Since: 2.6.0
public html ( string $html = null ) : Element
$html string html to set
return Element
    public function html($html = null)
    {
        $this->_html = $html;
        return $this;
    }