19 declare(strict_types=1);
41 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference =
true,
bool $a_prepare_output =
true)
46 $this->
lng = $DIC->language();
47 $this->
ctrl = $DIC->ctrl();
48 $this->
tabs = $DIC->tabs();
49 $this->
locator = $DIC[
"ilLocator"];
50 $this->
user = $DIC->user();
51 $this->
access = $DIC->access();
52 $this->error = $DIC[
"ilErr"];
54 $lng = $DIC->language();
58 $this->cont_request = $DIC
59 ->containerReference()
70 if ($this->cont_request->getCreationMode() === self::MODE_CREATE) {
74 $next_class = $ilCtrl->getNextClass($this);
75 $cmd = $ilCtrl->getCmd();
79 switch ($next_class) {
80 case "ilpropertyformgui":
81 $form = $this->
initForm($this->creation_mode ? self::MODE_CREATE : self::MODE_EDIT);
82 $this->
ctrl->forwardCommand($form);
85 case 'ilpermissiongui':
86 $ilTabs->setTabActive(
'perm_settings');
87 include_once(
"Services/AccessControl/classes/class.ilPermissionGUI.php");
92 if ($cmd === null || $cmd ===
'' || $cmd ===
'view') {
105 if ($this->
object instanceof
ilObject) {
106 $ilLocator->
addItem($this->
object->getPresentationTitle(), $this->
ctrl->getLinkTarget($this));
115 $ilCtrl->redirectByClass(
"ilrepositorygui",
"");
123 $new_type = $this->cont_request->getNewType();
124 if (!$ilAccess->checkAccess(
125 "create_" . $this->getReferenceType(),
127 $this->cont_request->getRefId(),
130 $ilErr->raiseError($this->
lng->txt(
"permission_denied"),
$ilErr->MESSAGE);
132 $this->
ctrl->saveParameter($this,
"crtptrefid");
133 $this->
ctrl->saveParameter($this,
"crtcb");
134 $form = $this->
initForm(self::MODE_CREATE);
135 $this->tpl->setContent($form->
getHTML());
142 if ($this->cont_request->getTargetId() === 0) {
143 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'select_one'));
147 if (!$ilAccess->checkAccess(
150 $this->cont_request->getTargetId()
152 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'permission_denied'));
157 parent::saveObject();
162 return $this->
initForm(self::MODE_CREATE);
168 $new_object->setTargetId($target_obj_id);
169 $new_object->setTitleType((
int) $this->
form->getInput(
'title_type'));
179 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
180 $this->
ctrl->setParameter($this,
'ref_id', $new_object->
getRefId());
181 $this->
ctrl->setParameter($this,
'creation_mode', 0);
182 $this->
ctrl->redirect($this,
'firstEdit');
199 $main_tpl = $DIC->ui()->mainTemplate();
208 $main_tpl->setContent($form->
getHTML());
215 if ($a_mode === self::MODE_CREATE) {
216 $form->
setTitle($this->
lng->txt($this->getReferenceType() .
'_new'));
218 $this->
ctrl->setParameter($this,
'creation_mode', $a_mode);
219 $this->
ctrl->setParameter(
222 $this->cont_request->getNewType()
225 $form->
setTitle($this->
lng->txt($this->reference_type .
'_settings'));
229 if ($a_mode === self::MODE_CREATE) {
239 if ($a_mode === self::MODE_EDIT) {
247 $ttype->addOption($reuse);
256 $title->setRequired(
true);
258 if ($a_mode === self::MODE_EDIT) {
259 $title->setValue($this->
object->getTitle());
262 $custom->addSubItem($title);
263 $ttype->addOption($custom);
268 $repo->getExplorerGUI()->setSelectableTypes([$this->
getTargetType()]);
269 $repo->getExplorerGUI()->setTypeWhiteList(
272 [
"root",
"cat",
"grp",
"fold",
"crs"]
275 $repo->getExplorerGUI()->setClickablePermission(
'visible');
276 $repo->setInfo($this->
lng->txt($this->getReferenceType() .
'_edit_info'));
278 if ($a_mode === self::MODE_EDIT) {
279 $repo->getExplorerGUI()->setPathOpen($this->
object->getTargetRefId());
280 $repo->setValue($this->
object->getTargetRefId());
306 $this->
lng->txt(
'objref_failure_target_type') .
308 $this->
lng->txt(
'obj_' . $this->target_type)
312 $this->
object->setTargetId(
317 $this->
object->setTitleType((
int) $form->
getInput(
'title_type'));
319 $this->
object->setTitle($form->
getInput(
'title'));
336 $this->
object->update();
337 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'settings_saved'),
true);
338 $this->
ctrl->redirect($this,
'edit');
341 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'err_check_input'));
359 $ilHelp = $DIC[
'ilHelp'];
362 if ($this->
access->checkAccess(
'write',
'', $this->object->getRefId())) {
363 $this->tabs_gui->addTarget(
365 $this->
ctrl->getLinkTarget($this,
"edit"),
370 if ($this->
access->checkAccess(
'edit_permission',
'', $this->object->getRefId())) {
371 $this->tabs_gui->addTarget(
373 $this->
ctrl->getLinkTargetByClass([get_class($this),
'ilpermissiongui'],
"perm"),
374 [
"perm",
"info",
"owner"],
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const MAX_SELECTION_ENTRIES
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadPropertiesFromSettingsForm(ilPropertyFormGUI $form)
__construct($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true)
StandardGUIRequest $cont_request
prepareOutput(bool $show_sub_objects=true)
checkAccess(string $a_permission, string $a_cmd, int $a_ref_id, string $a_type="", ?int $a_obj_id=null, ?int $a_tree_id=null)
check access for an object (provide $a_type and $a_obj_id if available for better performance) ...
initForm(int $a_mode=self::MODE_EDIT)
setParameterByClass(string $a_class, string $a_parameter, $a_value)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
loadLanguageModule(string $a_module)
Load language module.
setTabActive(string $a_id)
static _lookupObjId(int $ref_id)
setCreationMode(bool $mode=true)
if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The m...
editObject(ilPropertyFormGUI $form=null)
static _lookupTitle(int $obj_id)
Class ilObjectGUI Basic methods of all Output classes.
setValue(string $a_value)
form( $class_path, string $cmd)
Error Handling & global info handling uses PEAR error class.
__construct(Container $dic, ilPlugin $plugin)
addItem(string $a_title, string $a_link, string $a_frame="", int $a_ref_id=0, ?string $type=null)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
initCreateForm(string $new_type)
static _lookupType(int $id, bool $reference=false)
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
afterSave(ilObject $new_object)