3 declare(strict_types=1);
48 $cmd = $this->
ctrl->getCmd();
57 throw new Exception(
'Unknown command ' . $cmd);
66 $this->tpl->setContent($form->getHTML());
72 $form->setFormAction($this->
ctrl->getFormAction($this));
73 $form->setTitle($this->
txt(
'obj_features'));
74 $form->addCommandButton(self::CMD_SAVE, $this->
txt(
'save'));
75 $form->addCommandButton(self::CMD_EDIT, $this->
txt(
'cancel'));
98 $section_appearance->setTitle($this->
txt(
'cont_presentation'));
99 $form->
addItem($section_appearance);
100 $form_service = $this->object_service->commonSettings()->legacyForm($form, $this->
object);
101 $form_service->addTileImage();
108 if (!$form->checkInput()) {
109 $form->setValuesByPost();
123 $form_service = $this->object_service->commonSettings()->legacyForm($form, $this->
object);
124 $form_service->saveTileImage();
126 $this->tpl->setOnScreenMessage(
"success", $this->
lng->txt(
'iass_settings_saved'),
true);
127 $this->
ctrl->redirect($this, self::CMD_EDIT);
130 protected function txt(
string $code): string
132 return $this->
lng->txt($code);
ilObjIndividualAssessment $object
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...
static updateServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
editSettings(ilPropertyFormGUI $form=null)
addCommonFieldsToForm(ilPropertyFormGUI $form)
ilObjectService $object_service
static initServiceSettingsForm(int $obj_id, ilPropertyFormGUI $form, array $services)
ilGlobalTemplateInterface $tpl
const ORGU_POSITION_ACCESS
__construct(ilObjIndividualAssessment $object, ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilObjectService $object_service)
addServiceSettingsToForm(ilPropertyFormGUI $form)