37 $this->
ctrl = $DIC->ctrl();
38 $this->
lng = $DIC->language();
39 $this->tpl = $DIC[
"tpl"];
40 $this->ref_id = $a_ref_id;
50 $cmd = $ctrl->
getCmd(
"show");
52 switch ($next_class) {
54 if (in_array($cmd, array(
"show",
"save"))) {
60 protected function show(): void
76 $form->setTitle($lng->
txt(
'obj_notification_settings'));
81 $opt_default =
new ilRadioOption($lng->
txt(
"obj_user_decides_notification"),
'0');
84 $radio_grp->addOption($opt_default);
85 $radio_grp->addOption($opt_0);
91 $form->addItem($radio_grp);
94 $radio_grp->setValue(
'1');
97 $radio_grp->setValue(
'1');
98 $chb_2->setChecked(
true);
101 $form->addCommandButton(
"save", $lng->
txt(
"save"));
103 $form->setTitle($this->
lng->txt(
"notifications"));
108 protected function save(): void
113 if ($form->checkInput()) {
115 if ($form->getInput(
'notification_type') ===
"1") {
116 if ((
int) $form->getInput(
'no_opt_out')) {
123 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'saved_successfully'),
true);
127 $form->setValuesByPost();
This class represents an option in a radio group.
getFormAction(object $a_gui_obj, ?string $a_fallback_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
__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...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getCmd(?string $fallback_command=null)
ilObjNotificationSettings $settings
setContent(string $a_html)
Sets content for standard template.
ilGlobalTemplateInterface $tpl
const MODE_DEF_ON_OPT_OUT
static _lookupObjId(int $ref_id)
getNextClass($a_gui_class=null)
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
const MODE_DEF_OFF_USER_ACTIVATION
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const MODE_DEF_ON_NO_OPT_OUT