Inheritance diagram for FormControlCheckboxes:
Collaboration diagram for FormControlCheckboxes:Public Member Functions | |
| get ($forvalidation=true) | |
| __get ($name) | |
A set of checkbox controls based on FormControl for output via a FormUI.
Definition at line 1701 of file formui.php.
| FormControlCheckboxes::__get | ( | $ | name | ) |
Magic __get method for returning property values Override the handling of the value property to properly return the setting of the checkbox.
| string | $name The name of the property |
Reimplemented from FormControl.
Definition at line 1726 of file formui.php.
| FormControlCheckboxes::get | ( | $ | forvalidation = true |
) |
Produce HTML output for this text control.
| boolean | $forvalidation True if this control should render error information based on validation. |
Reimplemented from FormControlSelect.
Definition at line 1709 of file formui.php.
1.7.1