3 declare(strict_types=1);
36 public function __construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output =
true)
39 $this->
http = $DIC->http();
43 $this->
lng->loadLanguageModule(
'sysc');
48 if ($this->
http->wrapper()->query()->has(
'grp_id')) {
49 return $this->
http->wrapper()->query()->retrieve(
59 if ($this->
http->wrapper()->query()->has(
'task_id')) {
60 return $this->
http->wrapper()->query()->retrieve(
77 $next_class = $this->
ctrl->getNextClass($this);
78 $cmd = $this->
ctrl->getCmd();
81 switch ($next_class) {
82 case 'ilobjectownershipmanagementgui':
83 $this->
setSubTabs(self::SECTION_MAIN,
'no_owner');
84 $this->tabs_gui->activateTab(
'overview');
89 $this->
ctrl->forwardCommand($gui);
92 case 'ilobjsystemfoldergui':
95 $this->
ctrl->forwardCommand($sys_folder);
97 $this->tabs_gui->clearTargets();
102 case 'ilpermissiongui':
103 $this->tabs_gui->activateTab(
'perm_settings');
106 $this->
ctrl->forwardCommand($perm_gui);
110 case 'ilobjsystemcheckgui':
111 if ($cmd === null || $cmd ===
'' || $cmd ===
'view') {
120 $this->
ctrl->saveParameter($this,
'grp_id');
121 $this->
ctrl->saveParameter($this,
'task_id');
122 $this->
ctrl->setReturn($this,
'showGroup');
123 $this->tabs_gui->clearTargets();
124 $this->tabs_gui->setBackTarget($this->
lng->txt(
'back'), $this->
ctrl->getLinkTarget($this,
'showGroup'));
126 $this->
ctrl->forwardCommand($handler);
135 $this->tabs_gui->addTab(
137 $this->
lng->txt(
'overview'),
138 $this->
ctrl->getLinkTarget($this,
'overview')
142 $this->tabs_gui->addTab(
144 $this->
lng->txt(
'perm_settings'),
145 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
'perm')
152 $this->
getLang()->loadLanguageModule(
'sysc');
154 $this->
setSubTabs(self::SECTION_MAIN,
'overview');
155 $this->tabs_gui->activateTab(
'overview');
161 $this->tpl->setContent($table->getHTML());
169 $this->
ctrl->saveParameter($this,
'grp_id');
175 $this->tpl->setContent($table->getHTML());
183 $this->
setSubTabs(self::SECTION_MAIN,
'trash');
184 $this->tabs_gui->activateTab(
'overview');
188 $this->tpl->setContent($form->getHTML());
194 $form->setFormAction($this->
ctrl->getFormAction($this));
196 $form->setTitle($this->
lng->txt(
'sysc_administrate_deleted'));
203 $restore->setInfo($this->
lng->txt(
'sysc_trash_restore_info'));
204 $action->addOption($restore);
208 $remove->setInfo($this->
lng->txt(
'sysc_trash_remove_info'));
209 $action->addOption($remove);
213 $num->
setInfo($this->
lng->txt(
'purge_count_limit_desc'));
215 $num->setMinValue(1);
216 $remove->addSubItem($num);
219 $age->
setInfo($this->
lng->txt(
'purge_age_limit_desc'));
220 $age->setMinuteStepSize(15);
221 $remove->addSubItem($age);
230 foreach ($sub_objects as $obj_type) {
231 if (!$this->obj_definition->isRBACObject($obj_type) || !$this->obj_definition->isAllowedInRepository($obj_type)) {
234 $options[$obj_type] = $this->
lng->txt(
'obj_' . $obj_type);
239 $types->setOptions($options);
240 $remove->addSubItem($types);
242 $form->addItem($action);
244 $form->addCommandButton(
'handleTrashAction', $this->
lng->txt(
'start_scan'));
245 $form->addCommandButton(
'', $this->
lng->txt(
'cancel'));
253 if ($form->checkInput()) {
256 $dt = $form->getItemByPostVar(
'age')->getDate();
258 $trash->setAgeLimit($dt);
260 $trash->setNumberLimit((
int) $form->getInput(
'number'));
262 if ($form->getInput(
'types')) {
263 $trash->setTypesLimit((array) $form->getInput(
'types'));
265 $trash->setMode((
int) $form->getInput(
'type'));
268 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'settings_saved'),
true);
269 $form->setValuesByPost();
274 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'err_check_input'));
275 $form->setValuesByPost();
280 protected function setSubTabs(
string $a_section,
string $a_active): void
282 switch ($a_section) {
283 case self::SECTION_MAIN:
287 case self::SECTION_GROUP:
290 $this->tabs_gui->activateSubTab($a_active);
295 $this->tabs_gui->addSubTab(
297 $this->
getLang()->txt(
'sysc_groups'),
298 $this->
ctrl->getLinkTarget($this,
'overview')
302 $this->tabs_gui->addSubTab(
304 $this->
getLang()->txt(
'sysc_tab_trash'),
305 $this->
ctrl->getLinkTarget($this,
'trash')
309 $this->tabs_gui->addSubTab(
311 $this->
getLang()->txt(
'system_check_no_owner'),
312 $this->
ctrl->getLinkTargetByClass(
'ilobjectownershipmanagementgui')
318 $this->tabs_gui->clearTargets();
319 $this->tabs_gui->setBackTarget(
320 $this->
lng->txt(
'back'),
321 $this->
ctrl->getLinkTarget($this,
'overview')
setSubTabs(string $a_section, string $a_active)
Interface GlobalHttpState.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepareOutput(bool $show_sub_objects=true)
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...
Class ilObjSystemFolderGUI.
trash(ilPropertyFormGUI $form=null)
static http()
Fetches the global http state from ILIAS.
static getComponentTask(int $a_task_id)
__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true)
Class ilObjectGUI Basic methods of all Output classes.
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
__construct(Container $dic, ilPlugin $plugin)
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...
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)