34 $this->
ctrl = $DIC->ctrl();
35 $this->
lng = $DIC->language();
36 $this->tpl = $DIC[
"tpl"];
37 $this->ref_id = $a_ref_id;
47 $cmd = $ctrl->
getCmd(
"show");
49 switch ($next_class) {
51 if (in_array($cmd, array(
"show",
"save"))) {
57 protected function show(): void
73 $form->setTitle($lng->
txt(
'obj_notification_settings'));
78 $opt_default =
new ilRadioOption($lng->
txt(
"obj_user_decides_notification"),
'0');
81 $radio_grp->addOption($opt_default);
82 $radio_grp->addOption($opt_0);
88 $form->addItem($radio_grp);
91 $radio_grp->setValue(
'1');
94 $radio_grp->setValue(
'1');
95 $chb_2->setChecked(
true);
98 $form->addCommandButton(
"save", $lng->
txt(
"save"));
100 $form->setTitle($this->
lng->txt(
"notifications"));
105 protected function save(): void
110 if ($form->checkInput()) {
112 if ($form->getInput(
'notification_type') ===
"1") {
113 if ((
int) $form->getInput(
'no_opt_out')) {
120 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'saved_successfully'),
true);
124 $form->setValuesByPost();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $a_ref_id)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
redirect(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false)
getCmd(string $fallback_command=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjNotificationSettings $settings
ilGlobalTemplateInterface $tpl
const MODE_DEF_ON_OPT_OUT
static _lookupObjId(int $ref_id)
getNextClass($a_gui_class=null)
setContent(string $a_html)
Sets content for standard template.
const MODE_DEF_OFF_USER_ACTIVATION
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getFormAction(object $a_gui_obj, string $a_fallback_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
const MODE_DEF_ON_NO_OPT_OUT