29 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference =
true,
bool $a_prepare_output =
true)
33 $this->
lng = $DIC->language();
35 $this->
ctrl = $DIC->ctrl();
36 $this->
access = $DIC->access();
40 $this->
lng->loadLanguageModule(
"exercise");
45 $next_class = $this->
ctrl->getNextClass($this);
46 $cmd = $this->
ctrl->getCmd();
50 switch ($next_class) {
51 case 'ilpermissiongui':
52 $this->tabs_gui->setTabActive(
'perm_settings');
54 $this->
ctrl->forwardCommand($perm_gui);
58 if (!$cmd || $cmd ==
'view') {
59 $cmd =
"editSettings";
69 $this->tabs_gui->addTarget(
71 $this->
ctrl->getLinkTarget($this,
"editSettings"),
72 array(
"editSettings",
"view")
77 $this->tabs_gui->addTarget(
79 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm"),
88 $this->tabs_gui->setTabActive(
'settings');
90 if ($a_form ===
null) {
93 $this->tpl->setContent($a_form->getHTML());
103 if ($form->checkInput()) {
105 $exc_set->set(
"add_to_pd", (
bool) $form->getInput(
"pd"));
107 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
108 $ilCtrl->redirect($this,
"editSettings");
111 $form->setValuesByPost();
127 $form->setFormAction($this->
ctrl->getFormAction($this));
128 $form->setTitle($this->
lng->txt(
'exc_admin_settings'));
131 $form->addCommandButton(
'saveSettings', $this->
lng->txt(
'save'));
132 $form->addCommandButton(
'cancel', $this->
lng->txt(
'cancel'));
138 $pd->setInfo(
$lng->
txt(
"exc_to_desktop_info"));
139 $pd->setChecked($exc_set->get(
"add_to_pd",
true));
__construct($a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
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...
prepareOutput(bool $show_sub_objects=true)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
Class ilObjectGUI Basic methods of all Output classes.
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
__construct(Container $dic, ilPlugin $plugin)
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
editSettings(?ilPropertyFormGUI $a_form=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...