Requirement::getHelpHtml PHP Метод

getHelpHtml() публичный Метод

Returns the help text formatted in HTML.
public getHelpHtml ( ) : string
Результат string The HTML help
    public function getHelpHtml()
    {
        return $this->helpHtml;
    }