19 declare(strict_types=1);
39 $this->root_request = $DIC
46 public function init(): void
48 $this->copy_enabled =
false;
49 $this->delete_enabled =
true;
50 $this->cut_enabled =
true;
51 $this->subscribe_enabled =
true;
52 $this->link_enabled =
false;
54 $this->gui_class_name =
"ilobjrootfoldergui";
64 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
65 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
66 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->root_request->getRefId());
getCommandLink(string $cmd)
static _getCommands()
get commands
StandardGUIRequest $root_request
__construct(Container $dic, ilPlugin $plugin)
Class ilObjRootFolderListGUI.