PHP Class Habari\FormControlTag

Inheritance: extends FormControl
Afficher le fichier Open project: habari/system

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

get() public méthode

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.
Résultat string HTML that will render this control in the form