Requirement::getHelpHtml PHP Méthode

getHelpHtml() public méthode

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