

Public Member Functions | |
| __construct ($name= '', $value= '', $label= '', $checked=false, $text=NULL, $hint= '') | |
| setChecked ($checked) | |
Public Attributes | |
| $checked | |
| $text | |
| $type | |
Definition at line 3 of file choicecontrols.class.
| MChoiceControl::__construct | ( | $ | name = '', |
|
| $ | value = '', |
|||
| $ | label = '', |
|||
| $ | checked = false, |
|||
| $ | text = NULL, |
|||
| $ | hint = '' | |||
| ) |
Definition at line 9 of file choicecontrols.class.
References $checked, MFormControl::$hint, MFormControl::$label, MComponent::$name, $text, and MFormControl::$value.
| MChoiceControl::setChecked | ( | $ | checked | ) |
Definition at line 18 of file choicecontrols.class.
References $checked, and _M().
Here is the call graph for this function:

| MChoiceControl::$checked |
| MChoiceControl::$text |
| MChoiceControl::$type |
Definition at line 7 of file choicecontrols.class.