ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (ilGlobalPageTemplate $tpl=null, ilCtrl $ctrl=null, ilSetting $setting=null, ilLanguage $lng=null, ilObjUser $user=null, ServerRequestInterface $request=null, ilFormatMail $mail=null, ilMailbox $malBox=null) | |
ilMailOptionsGUI constructor. More... | |
executeCommand () | |
setForm (ilMailOptionsFormGUI $form) | |
Protected Member Functions | |
getForm () | |
saveOptions () | |
Called if the user pushes the submit button of the mail options form. More... | |
showOptions (ilMailOptionsFormGUI $form=null) | |
Called to display the mail options form. More... | |
Protected Attributes | |
$request | |
$form | |
Private Attributes | |
$tpl | |
$ctrl | |
$lng | |
$settings | |
$user | |
$umail | |
$mbox | |
Definition at line 12 of file class.ilMailOptionsGUI.php.
ilMailOptionsGUI::__construct | ( | ilGlobalPageTemplate | $tpl = null , |
ilCtrl | $ctrl = null , |
||
ilSetting | $setting = null , |
||
ilLanguage | $lng = null , |
||
ilObjUser | $user = null , |
||
ServerRequestInterface | $request = null , |
||
ilFormatMail | $mail = null , |
||
ilMailbox | $malBox = null |
||
) |
ilMailOptionsGUI constructor.
ilGlobalPageTemplate | null | $tpl | |
ilCtrl | null | $ctrl | |
ilSetting | null | $setting | |
ilLanguage | null | $lng | |
ilObjUser | null | $user | |
ServerRequestInterface | null | $request | |
ilFormatMail | null | ||
ilMailbox | null | $malBox |
Definition at line 52 of file class.ilMailOptionsGUI.php.
References $ctrl, $DIC, $lng, $request, $tpl, $user, settings(), and user().
ilMailOptionsGUI::executeCommand | ( | ) |
Definition at line 108 of file class.ilMailOptionsGUI.php.
References settings().
|
protected |
Definition at line 143 of file class.ilMailOptionsGUI.php.
Referenced by saveOptions(), and showOptions().
|
protected |
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.
Definition at line 160 of file class.ilMailOptionsGUI.php.
References $form, getForm(), and showOptions().
ilMailOptionsGUI::setForm | ( | ilMailOptionsFormGUI | $form | ) |
ilMailOptionsFormGUI | $form |
Definition at line 135 of file class.ilMailOptionsGUI.php.
References $form.
|
protected |
Called to display the mail options form.
$form | ilMailOptionsFormGUI|null |
Definition at line 177 of file class.ilMailOptionsGUI.php.
References $form, and getForm().
Referenced by saveOptions().
|
private |
Definition at line 18 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilMailOptionsGUI.php.
Referenced by getForm(), saveOptions(), setForm(), and showOptions().
|
private |
Definition at line 21 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilMailOptionsGUI.php.
|
protected |
Definition at line 36 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 15 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 27 of file class.ilMailOptionsGUI.php.
Referenced by __construct().