30 public function init(): void
34 $this->copy_enabled =
false;
35 $this->delete_enabled =
false;
36 $this->cut_enabled =
false;
37 $this->subscribe_enabled =
false;
38 $this->link_enabled =
false;
40 $this->gui_class_name =
"ilobjworkspacerootfoldergui";
59 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
60 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->request->getRefId());
setParameterByClass(string $a_class, string $a_parameter, $a_value)
Sets a parameter for the given GUI class and appends the given value as well.
StandardGUIRequest $request
getCommandLink(string $cmd)
Get command link url.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getCommands()
get commands
Class ilObjWorkspaceRootFolderListGUI.