3 declare(strict_types=1);
36 $this->root_request = $DIC
43 public function init(): void
45 $this->copy_enabled =
false;
46 $this->delete_enabled =
true;
47 $this->cut_enabled =
true;
48 $this->subscribe_enabled =
true;
49 $this->link_enabled =
false;
51 $this->gui_class_name =
"ilobjrootfoldergui";
61 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
62 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
63 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->root_request->getRefId());
getCommandLink(string $cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getCommands()
get commands
StandardGUIRequest $root_request
__construct(Container $dic, ilPlugin $plugin)
Class ilObjRootFolderListGUI.