19 declare(strict_types=1);
37 bool $a_call_by_reference
42 $this->rbacadmin = $DIC->rbac()->admin();
43 $this->rbacsystem = $DIC->rbac()->system();
56 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
63 $ru->removeObjectsFromSystem($this->admin_request->getSelectedIds(),
true);
64 $this->
ctrl->redirect($this,
"view");
69 $next_class = $this->
ctrl->getNextClass($this);
70 $cmd = $this->
ctrl->getCmd();
73 switch ($next_class) {
74 case 'ilpermissiongui':
76 $this->
ctrl->forwardCommand($perm_gui);
91 $this->sub_objects =
"";
98 "cut" => array(
"name" =>
"cut",
"lng" =>
"cut"),
99 "clear" => array(
"name" =>
"clear",
"lng" =>
"clear"),
100 "removeFromSystem" => array(
"name" =>
"removeFromSystem",
"lng" =>
"btn_remove_system")
prepareOutput(bool $show_sub_objects=true)
Class ilObjRecoveryFolderGUI.
Repository GUI Utilities.
__construct(Container $dic, ilPlugin $plugin)
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
AdminGUIRequest $admin_request