Backend\Core\Engine\FormImage::hideHelpTxt PHP Метод

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

Hides (or shows) the help text when parsing the field.
public hideHelpTxt ( boolean $on = true )
$on boolean
    public function hideHelpTxt($on = true)
    {
        $this->hideHelpTxt = $on;
    }