3 declare(strict_types=1);
49 if (is_null($this->
object)) {
50 throw new ilException(
'Object of ilObjStudyProgramme is not set');
53 $cmd = $this->ctrl->getCmd();
62 throw new Exception(
'Unknown command ' . $cmd);
76 return $form->getHTML();
82 $form->setFormAction($this->ctrl->getFormAction($this));
83 $form->setTitle($this->
txt(
'obj_features'));
84 $form->addCommandButton(self::CMD_SAVE, $this->
txt(
'save'));
85 $form->addCommandButton(self::CMD_EDIT, $this->
txt(
'cancel'));
95 $this->object->getId(),
107 if (!$form->checkInput()) {
108 $form->setValuesByPost();
114 $this->object->getId(),
121 ilUtil::sendSuccess($this->lng->txt(
'msg_obj_modified'),
true);
122 $this->ctrl->redirect($this, self::CMD_EDIT);
125 protected function txt(
string $code) : string
127 return $this->lng->txt($code);
This class provides processing control methods.
__construct(ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilObjectService $object_service)
editSettings(ilPropertyFormGUI $form=null)
setObject(ilObjStudyProgramme $object)
static updateServiceSettingsForm($a_obj_id, ilPropertyFormGUI $form, $services)
Update service settings.
addServiceSettingsToForm(ilPropertyFormGUI $form)
static initServiceSettingsForm($a_obj_id, ilPropertyFormGUI $form, $services)
Init service settings form.
const ORGU_POSITION_ACCESS