Public Member Functions

FormControlCheckboxes Class Reference

Inheritance diagram for FormControlCheckboxes:
Collaboration diagram for FormControlCheckboxes:

List of all members.

Public Member Functions

 get ($forvalidation=true)
 __get ($name)

Detailed Description

A set of checkbox controls based on FormControl for output via a FormUI.

Definition at line 1701 of file formui.php.


Member Function Documentation

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.

Parameters:
string $name The name of the property
Returns:
mixed The value of the requested property

Reimplemented from FormControl.

Definition at line 1726 of file formui.php.

FormControlCheckboxes::get ( forvalidation = true  ) 

Produce HTML output for this text control.

Parameters:
boolean $forvalidation True if this control should render error information based on validation.
Returns:
string HTML that will render this control in the form

Reimplemented from FormControlSelect.

Definition at line 1709 of file formui.php.


The documentation for this class was generated from the following file: