ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (\ilTemplate $tpl=null, \ilCtrl $ctrl=null, \ilSetting $setting=null, \ilLanguage $lng=null, \ilObjUser $user=null, \Psr\Http\Message\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 = null | |
Private Attributes | |
$tpl | |
$ctrl | |
$lng | |
$settings | |
$user | |
$umail | |
$mbox | |
Definition at line 10 of file class.ilMailOptionsGUI.php.
ilMailOptionsGUI::__construct | ( | \ilTemplate | $tpl = null , |
\ilCtrl | $ctrl = null , |
||
\ilSetting | $setting = null , |
||
\ilLanguage | $lng = null , |
||
\ilObjUser | $user = null , |
||
\Psr\Http\Message\ServerRequestInterface | $request = null , |
||
\ilFormatMail | $mail = null , |
||
\ilMailbox | $malBox = null |
||
) |
ilMailOptionsGUI constructor.
ilTemplate | null | $tpl | |
ilCtrl | null | $ctrl | |
ilSetting | null | $setting | |
ilLanguage | null | $lng | |
ilObjUser | null | $user | |
\Psr\Http\Message\ServerRequestInterface | null | $request | |
\ilFormatMail | null | ||
\ilMailBox | null | $malBox |
Definition at line 68 of file class.ilMailOptionsGUI.php.
References $ctrl, $DIC, $lng, $request, $tpl, $user, settings(), and user().
ilMailOptionsGUI::executeCommand | ( | ) |
Definition at line 124 of file class.ilMailOptionsGUI.php.
References settings().
|
protected |
Definition at line 159 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 176 of file class.ilMailOptionsGUI.php.
References $form, getForm(), and showOptions().
ilMailOptionsGUI::setForm | ( | \ilMailOptionsFormGUI | $form | ) |
\ilMailOptionsFormGUI | $form |
Definition at line 151 of file class.ilMailOptionsGUI.php.
References $form.
|
protected |
Called to display the mail options form.
$form | \ilMailOptionsFormGUI|null |
Definition at line 193 of file class.ilMailOptionsGUI.php.
References $form, and getForm().
Referenced by saveOptions().
|
private |
Definition at line 20 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
protected |
Definition at line 55 of file class.ilMailOptionsGUI.php.
Referenced by getForm(), saveOptions(), setForm(), and showOptions().
|
private |
Definition at line 25 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 45 of file class.ilMailOptionsGUI.php.
|
protected |
Definition at line 50 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 15 of file class.ilMailOptionsGUI.php.
Referenced by __construct().
|
private |
Definition at line 40 of file class.ilMailOptionsGUI.php.
|
private |
Definition at line 35 of file class.ilMailOptionsGUI.php.
Referenced by __construct().