ControlGroup
class ControlGroup extends Object
A user group of form controls.
Properties
array read-only | $controls | ||
array read-only | $options |
Methods
__construct()
No description
add()
No description
IControl[]
getControls()
No description
setOption($key, $value)
Sets user-specific option.
mixed
getOption($key, $default = NULL)
Returns user-specific option.
array
getOptions()
Returns user-specific options.
Details
at line 30
__construct()
No description
at line 39
ControlGroup
add()
No description
at line 60
IControl[]
getControls()
No description
at line 79
ControlGroup
setOption($key, $value)
Sets user-specific option.
Options recognized by DefaultFormRenderer
- 'label' - textual or Html object label
- 'visual' - indicates visual group
- 'container' - container as Html object
- 'description' - textual or Html object description
- 'embedNext' - describes how render next group
at line 97
mixed
getOption($key, $default = NULL)
Returns user-specific option.
at line 107
array
getOptions()
Returns user-specific options.