19 declare(strict_types=1);
37 protected function init(): void
41 if (!$this->initDone) {
43 $this->
lng = $DIC->language();
44 $this->
http = $DIC->http();
46 $this->initDone =
true;
52 return 'mail_notification';
59 return $this->
lng->txt(
'cron_mail_notification');
66 $this->
lng->loadLanguageModule(
'mail');
69 $this->
lng->txt(
'cron_mail_notification_desc'),
70 $this->
lng->txt(
'mail_allow_external')
76 return JobScheduleType::DAILY;
109 $status = $ui_factory
112 ->checkbox($this->
lng->txt(
'cron_mail_notification_message'))
113 ->withByline($this->
lng->txt(
'cron_mail_notification_message_info'))
115 ->withDedicatedName(
'mail_notification_message');
124 'mail_notification_message',
125 (
string) ((
int) $form_data)
135 $result->setStatus(JobResult::STATUS_OK);
151 $setting->
set(
'mail_notification', (
string) ((
int) $a_currently_active));
saveCustomSettings(ilPropertyFormGUI $a_form)
saveCustomConfiguration(mixed $form_data)
Interface Observer Contains several chained tasks and infos about them.
set(string $a_key, string $a_val)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static http()
Fetches the global http state from ILIAS.
getCustomConfigurationInput(\ILIAS\UI\Factory $ui_factory, \ILIAS\Refinery\Factory $factory, ilLanguage $lng)
activationWasToggled(ilDBInterface $db, ilSetting $setting, bool $a_currently_active)
addCustomSettingsToForm(ilPropertyFormGUI $a_form)
getDefaultScheduleValue()