PHP Class Habari\FormControlTag

Inheritance: extends FormControl
Show file Open project: habari/system

Public Methods

Method 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 method

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

get() public method

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