ILIAS
Release_4_0_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 34 of file class.ilMailOptionsGUI.php.
ilMailOptionsGUI::__construct | ( | ) |
Definition at line 45 of file class.ilMailOptionsGUI.php.
ilMailOptionsGUI::executeCommand | ( | ) |
|
private |
Initialises the mail options form.
private
Definition at line 170 of file class.ilMailOptionsGUI.php.
References $ilCtrl, $ilSetting, $lng, 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 83 of file class.ilMailOptionsGUI.php.
References $_POST, $ilSetting, $lng, initMailOptionsForm(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
|
private |
Fetches data from model and loads this data into form.
private
Definition at line 144 of file class.ilMailOptionsGUI.php.
References $data, $ilSetting, and ilMailOptions\getIncomingType().
Referenced by showOptions().
ilMailOptionsGUI::showOptions | ( | ) |
Called to display the mail options form.
public
Definition at line 125 of file class.ilMailOptionsGUI.php.
References $lng, initMailOptionsForm(), and setMailOptionsValuesByDB().
|
private |
Definition at line 37 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 43 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 38 of file class.ilMailOptionsGUI.php.
Referenced by __construct(), initMailOptionsForm(), saveOptions(), and showOptions().
|
private |
Definition at line 41 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 36 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 40 of file class.ilMailOptionsGUI.php.