Requirement::getHelpHtml PHP 메소드

getHelpHtml() 공개 메소드

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