ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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().
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().
|
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().
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().
|
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.