Requirement::getHelpHtml PHP Method

getHelpHtml() public method

Returns the help text formatted in HTML.
public getHelpHtml ( ) : string
return string The HTML help
    public function getHelpHtml()
    {
        return $this->helpHtml;
    }