ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This class represents an option in a radio group. More...
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().
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().
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().
ilRadioOption::setInfo | ( | string | $a_info | ) |
Definition at line 55 of file class.ilRadioOption.php.
References ILIAS\UI\examples\MessageBox\Info\info().
Referenced by __construct().
ilRadioOption::setTitle | ( | string | $a_title | ) |
Definition at line 45 of file class.ilRadioOption.php.
Referenced by __construct().
ilRadioOption::setValue | ( | string | $a_value | ) |
Definition at line 65 of file class.ilRadioOption.php.
Referenced by __construct().
|
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().