ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Handles general notification settings, see e.g. More...
Public Member Functions | |
__construct ($a_ref_id) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
Protected Member Functions | |
show () | |
Show form. More... | |
initForm () | |
Init settings form. More... | |
save () | |
Save. More... | |
Protected Attributes | |
$lng | |
$ctrl | |
$tpl | |
$obj_id | |
Handles general notification settings, see e.g.
https://www.ilias.de/docu/goto_docu_wiki_wpage_3457_1357.html
Definition at line 12 of file class.ilObjNotificationSettingsGUI.php.
ilObjNotificationSettingsGUI::__construct | ( | $a_ref_id | ) |
Constructor.
Definition at line 37 of file class.ilObjNotificationSettingsGUI.php.
References $DIC, ilObject\_lookupObjId(), and settings().
ilObjNotificationSettingsGUI::executeCommand | ( | ) |
|
protected |
Init settings form.
Definition at line 84 of file class.ilObjNotificationSettingsGUI.php.
References $ctrl, $form, $lng, ilRadioOption\addSubItem(), ilObjNotificationSettings\MODE_DEF_ON_NO_OPT_OUT, ilObjNotificationSettings\MODE_DEF_ON_OPT_OUT, settings(), ilCheckboxInputGUI\setValue(), and ilRadioGroupInputGUI\setValue().
Referenced by save(), and show().
|
protected |
Save.
Definition at line 128 of file class.ilObjNotificationSettingsGUI.php.
References $_POST, $ctrl, $form, initForm(), ilObjNotificationSettings\MODE_DEF_OFF_USER_ACTIVATION, ilObjNotificationSettings\MODE_DEF_ON_NO_OPT_OUT, ilObjNotificationSettings\MODE_DEF_ON_OPT_OUT, ilUtil\sendSuccess(), settings(), and show().
|
protected |
Show form.
Definition at line 71 of file class.ilObjNotificationSettingsGUI.php.
References $form, $tpl, and initForm().
Referenced by save().
|
protected |
Definition at line 22 of file class.ilObjNotificationSettingsGUI.php.
Referenced by executeCommand(), initForm(), and save().
|
protected |
Definition at line 17 of file class.ilObjNotificationSettingsGUI.php.
Referenced by initForm().
|
protected |
Definition at line 32 of file class.ilObjNotificationSettingsGUI.php.
|
protected |
Definition at line 27 of file class.ilObjNotificationSettingsGUI.php.
Referenced by show().