|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Handles general notification settings, see e.g. More...
Collaboration diagram for ilObjNotificationSettingsGUI: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().
Here is the call graph for this function:| ilObjNotificationSettingsGUI::executeCommand | ( | ) |
Execute command.
Definition at line 53 of file class.ilObjNotificationSettingsGUI.php.
References $ctrl.
|
protected |
Init settings form.
Definition at line 84 of file class.ilObjNotificationSettingsGUI.php.
References $ctrl, $form, $lng, ilObjNotificationSettings\MODE_DEF_ON_NO_OPT_OUT, ilObjNotificationSettings\MODE_DEF_ON_OPT_OUT, and settings().
Referenced by save(), and show().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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, settings(), and show().
Here is the call graph for this function:
|
protected |
Show form.
Definition at line 71 of file class.ilObjNotificationSettingsGUI.php.
References $form, $tpl, and initForm().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().