Form_Field_Group_Model Class Reference
This container model enables a group of Form_Field_Models to act a single Form_Field_Model.
More...
Detailed Description
This container model enables a group of Form_Field_Models to act a single Form_Field_Model.
That means that you can, for example, group together a bunch of form fields inside a conditional form field (
- See also:
- Form_Field_Conditional_Model), to toggle all of them at once.
Constructor & Destructor Documentation
Form_Field_Group_Model::__construct |
( |
$ |
pretty_name, |
|
|
array $ |
fields = array() | |
|
) |
| | |
- Parameters:
-
| $pretty_name | string |
| $fields | array |
Member Function Documentation
Form_Field_Group_Model::get_fields |
( |
|
) |
|
Form_Field_Group_Model::get_type |
( |
|
) |
|
Form_Field_Group_Model::process_data |
( |
array $ |
raw_data, |
|
|
Form_Result_Model $ |
result | |
|
) |
| | |
The documentation for this class was generated from the following file: