|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This class represents an option in a radio group. More...
Inheritance diagram for ilRadioOption:
Collaboration diagram for ilRadioOption:Public Member Functions | |
| __construct (string $a_title="", string $a_value="", string $a_info="") | |
| setTitle (string $a_title) | |
| getTitle () | |
| setInfo (string $a_info) | |
| getInfo () | |
| setValue (string $a_value) | |
| getValue () | |
| setDisabled (bool $a_disabled) | |
| getDisabled () | |
| addSubItem ($a_item) | |
| getSubItems () | |
| getSubInputItemsRecursive () | |
Protected Attributes | |
| string | $title = "" |
| string | $value = "" |
| string | $info = "" |
| array | $sub_items = array() |
| bool | $disabled = false |
This class represents an option in a radio group.
Definition at line 27 of file class.ilRadioOption.php.
| ilRadioOption::__construct | ( | string | $a_title = "", |
| string | $a_value = "", |
||
| string | $a_info = "" |
||
| ) |
Definition at line 35 of file class.ilRadioOption.php.
References setInfo(), setTitle(), and setValue().
Here is the call graph for this function:| ilRadioOption::addSubItem | ( | $a_item | ) |
| ilFormPropertyGUI | ilFormSectionHeaderGUI | $a_item |
Definition at line 88 of file class.ilRadioOption.php.
Referenced by ilAssClozeTestFeedback\completeFbPropsForNumericGap(), ilAssClozeTestFeedback\completeFbPropsForSelectGap(), ilAssClozeTestFeedback\completeFbPropsForTextGap(), ilAssClozeTestFeedback\completeFormPropsForFeedbackModeGapQuestion(), and ILIAS\User\Settings\StartingPoint\SettingsGUI\getStartingPointSelectionOption().
Here is the caller graph for this function:| ilRadioOption::getDisabled | ( | ) |
| ilRadioOption::getInfo | ( | ) |
| ilRadioOption::getSubInputItemsRecursive | ( | ) |
Definition at line 98 of file class.ilRadioOption.php.
| ilRadioOption::getSubItems | ( | ) |
| ilRadioOption::getTitle | ( | ) |
| ilRadioOption::getValue | ( | ) |
| ilRadioOption::setDisabled | ( | bool | $a_disabled | ) |
Definition at line 75 of file class.ilRadioOption.php.
References ILIAS\UI\examples\Input\Field\Checkbox\disabled().
Here is the call graph for this function:| ilRadioOption::setInfo | ( | string | $a_info | ) |
Definition at line 55 of file class.ilRadioOption.php.
References ILIAS\UI\examples\MessageBox\Info\info().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilRadioOption::setTitle | ( | string | $a_title | ) |
Definition at line 45 of file class.ilRadioOption.php.
Referenced by __construct().
Here is the caller graph for this function:| ilRadioOption::setValue | ( | string | $a_value | ) |
Definition at line 65 of file class.ilRadioOption.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 33 of file class.ilRadioOption.php.
Referenced by getDisabled().
|
protected |
Definition at line 31 of file class.ilRadioOption.php.
Referenced by getInfo().
|
protected |
Definition at line 32 of file class.ilRadioOption.php.
Referenced by getSubItems().
|
protected |
Definition at line 29 of file class.ilRadioOption.php.
Referenced by getTitle().
|
protected |
Definition at line 30 of file class.ilRadioOption.php.
Referenced by getValue().