40 $main_tpl = $DIC->ui()->mainTemplate();
42 $this->tpl = $DIC->ui()->mainTemplate();
43 $this->
ctrl = $DIC->ctrl();
45 $this->parent_object = $parent_gui->
getObject();
46 $this->tabs_gui = $DIC->tabs();
47 $this->
toolbar = $DIC->toolbar();
48 $this->
lng = $DIC->language();
50 $this->
lng->loadLanguageModule(
'user');
51 if (!$this->
ilAccess->checkaccess(
"write",
"", $this->parent_gui->getObject()->getRefId())) {
52 $main_tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
58 $cmd = $this->
ctrl->getCmd();
72 public function edit(): void
75 $this->tpl->setContent($form->
getHTML());
82 $input->setValue($this->parent_object->getImportId());
95 $this->parent_object->setImportId($form->
getItemByPostVar(
"ext_id")->getValue());
96 $this->parent_object->update();
97 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"ext_id_updated"),
true);
98 $this->
ctrl->redirect($this,
"edit");
100 $this->tpl->setContent($form->
getHTML());
ilAccessHandler $ilAccess
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjectGUI $parent_gui)
ilGlobalTemplateInterface $tpl
Class ilObjectGUI Basic methods of all Output classes.