ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
executeCommand () | |
saveOptions () | |
Called if the user pushes the submit button of the mail options form. | |
showOptions () | |
Called to display the mail options form. |
Private Member Functions | |
setMailOptionsValuesByDB () | |
Fetches data from model and loads this data into form. | |
initMailOptionsForm () | |
Initialises the mail options form. |
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 | ( | ) |
|
private |
Initialises the mail options form.
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, IL_MAIL_LOCAL, ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), and ilTextAreaInputGUI\setRows().
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.
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.
private
Definition at line 124 of file class.ilMailOptionsGUI.php.
References $ilSetting, $ilUser, and ilMailOptions\getIncomingType().
Referenced by showOptions().
ilMailOptionsGUI::showOptions | ( | ) |
Called to display the mail options form.
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.