19 declare(strict_types=1);
50 $this->tpl = $tpl ?? $DIC->ui()->mainTemplate();
51 $this->
ctrl = $ctrl ?? $DIC->ctrl();
52 $this->
lng = $lng ?? $DIC->language();
53 $this->
user = $user ?? $DIC->user();
54 $this->
http = $http ?? $DIC->http();
55 $this->
refinery = $refinery ?? $DIC->refinery();
58 $this->
lng->loadLanguageModule(
'mail');
59 $this->
ctrl->saveParameter($this,
'mobj_id');
64 if (!$this->mail_options->mayManageInvididualSettings()) {
66 if ($this->
http->wrapper()->query()->has(
'referrer')) {
67 $referrer = $this->
http->wrapper()->query()->retrieve(
69 $this->
refinery->kindlyTo()->string()
72 if (strtolower(ilPersonalSettingsGUI::class) === strtolower($referrer)) {
73 $this->
ctrl->redirectByClass(ilPersonalSettingsGUI::class);
75 $this->
ctrl->redirectByClass(ilMailGUI::class);
78 if (!($cmd = $this->
ctrl->getCmd())) {
100 $this->tpl->setTitle($this->
lng->txt(
'mail'));
104 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'mail_options_saved'),
true);
105 $this->
ctrl->redirect($this,
'showOptions');
113 if (
null === $form) {
120 $this->tpl->setContent($form->
getHTML());
121 $this->tpl->printToStdout();
ilMailOptionsFormGUI $form
setForm(ilMailOptionsFormGUI $form)
readonly ilCtrlInterface $ctrl
__construct(?ilGlobalTemplateInterface $tpl=null, ?ilCtrlInterface $ctrl=null, ?ilLanguage $lng=null, ?ilObjUser $user=null, ?GlobalHttpState $http=null, ?Refinery $refinery=null, ?ilMailOptions $mail_options=null)
readonly ilGlobalTemplateInterface $tpl
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static http()
Fetches the global http state from ILIAS.
readonly ilSetting $settings
form( $class_path, string $cmd, string $submit_caption="")
showOptions(?ilMailOptionsFormGUI $form=null)
ilMailOptions $mail_options