PHP Класс Habari\FormControlTag

Наследование: extends FormControl
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) Override the FormControl constructor to support more parameters
get ( boolean $forvalidation = true ) : string Produce HTML output for all this fieldset and all contained controls

Описание методов

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

Override the FormControl constructor to support more parameters
public __construct ( )

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

Produce HTML output for all this fieldset and all contained controls
public get ( boolean $forvalidation = true ) : string
$forvalidation boolean True if this control should render error information based on validation.
Результат string HTML that will render this control in the form