|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Collaboration diagram for ilMailOptionsGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| saveOptions () | |
| Called if the user pushes the submit button of the mail options form. More... | |
| showOptions () | |
| Called to display the mail options form. More... | |
Private Member Functions | |
| setMailOptionsValuesByDB () | |
| Fetches data from model and loads this data into form. More... | |
| initMailOptionsForm () | |
| Initialises the mail options form. More... | |
Private Attributes | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $umail = null | |
| $mbox = null | |
| $errorDelete = false | |
Definition at line 14 of file class.ilMailOptionsGUI.php.
| ilMailOptionsGUI::__construct | ( | ) |
Definition at line 25 of file class.ilMailOptionsGUI.php.
| ilMailOptionsGUI::executeCommand | ( | ) |
Definition at line 39 of file class.ilMailOptionsGUI.php.
References $cmd.
|
private |
Initialises the mail options form.
@access private
Definition at line 150 of file class.ilMailOptionsGUI.php.
References $ilCtrl, $ilSetting, $ilUser, $lng, $options, $si, ilObjUser\_lookupEmail(), IL_MAIL_BOTH, IL_MAIL_EMAIL, and IL_MAIL_LOCAL.
Referenced by saveOptions(), and showOptions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailOptionsGUI::saveOptions | ( | ) |
Called if the user pushes the submit button of the mail options form.
Passes the post data to the mail options model instance to store them.
@access public
Definition at line 63 of file class.ilMailOptionsGUI.php.
References $_POST, $ilSetting, $ilUser, $lng, initMailOptionsForm(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Fetches data from model and loads this data into form.
@access private
Definition at line 124 of file class.ilMailOptionsGUI.php.
References $data, $ilSetting, and $ilUser.
Referenced by showOptions().
Here is the caller graph for this function:| ilMailOptionsGUI::showOptions | ( | ) |
Called to display the mail options form.
@access public
Definition at line 105 of file class.ilMailOptionsGUI.php.
References $lng, initMailOptionsForm(), and setMailOptionsValuesByDB().
Here is the call graph for this function:
|
private |
Definition at line 17 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 23 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 18 of file class.ilMailOptionsGUI.php.
Referenced by __construct(), initMailOptionsForm(), saveOptions(), and showOptions().
|
private |
Definition at line 21 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 16 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 20 of file class.ilMailOptionsGUI.php.