ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (ilGlobalPageTemplate $tpl=null, ilCtrl $ctrl=null, ilLanguage $lng=null, ilObjUser $user=null, ServerRequestInterface $request=null, ilFormatMail $mail=null, ilMailbox $malBox=null, ilMailOptions $mail_options=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 | |
$mail_options | |
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 , |
||
ilLanguage | $lng = null , |
||
ilObjUser | $user = null , |
||
ServerRequestInterface | $request = null , |
||
ilFormatMail | $mail = null , |
||
ilMailbox | $malBox = null , |
||
ilMailOptions | $mail_options = null |
||
) |
ilMailOptionsGUI constructor.
ilGlobalPageTemplate | null | $tpl | |
ilCtrl | null | $ctrl | |
ilLanguage | null | $lng | |
ilObjUser | null | $user | |
ServerRequestInterface | null | $request | |
ilFormatMail | null | ||
ilMailbox | null | $malBox |
Definition at line 53 of file class.ilMailOptionsGUI.php.
References $ctrl, $DIC, $lng, $mail_options, $request, $tpl, $user, and user().
ilMailOptionsGUI::executeCommand | ( | ) |
Definition at line 105 of file class.ilMailOptionsGUI.php.
|
protected |
Definition at line 140 of file class.ilMailOptionsGUI.php.
References $form.
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 157 of file class.ilMailOptionsGUI.php.
References $form, getForm(), and showOptions().
ilMailOptionsGUI::setForm | ( | ilMailOptionsFormGUI | $form | ) |
ilMailOptionsFormGUI | $form |
Definition at line 132 of file class.ilMailOptionsGUI.php.
References $form.
|
protected |
Called to display the mail options form.
$form | ilMailOptionsFormGUI|null |
Definition at line 174 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().
|
protected |
Definition at line 41 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().