19 declare(strict_types=1);
32 public function init(): void
37 $this->static_link_enabled =
true;
38 $this->delete_enabled =
true;
39 $this->cut_enabled =
true;
40 $this->copy_enabled =
true;
41 $this->subscribe_enabled =
true;
42 $this->link_enabled =
false;
43 $this->info_screen_enabled =
true;
45 $this->gui_class_name =
"ilobjfoldergui";
49 $this->folder_request = $DIC
68 $cmd_link = $uri_builder->getUriToMountInstructionModalByRef($this->ref_id);
73 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
74 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
75 $ilCtrl->setParameterByClass(
78 $this->folder_request->getRefId()
StandardGUIRequest $folder_request
Class ilObjFolderListGUI.
getCommandLink(string $cmd)
getUriToMountInstructionModalByRef(int $a_ref_id)