3 declare(strict_types=1);
29 public function init(): void
34 $this->static_link_enabled =
true;
35 $this->delete_enabled =
true;
36 $this->cut_enabled =
true;
37 $this->copy_enabled =
true;
38 $this->subscribe_enabled =
true;
39 $this->link_enabled =
false;
40 $this->info_screen_enabled =
true;
42 $this->gui_class_name =
"ilobjfoldergui";
46 $this->folder_request = $DIC
65 $cmd_link = $uri_builder->getUriToMountInstructionModalByRef($this->ref_id);
70 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
71 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
72 $ilCtrl->setParameterByClass(
75 $this->folder_request->getRefId()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
StandardGUIRequest $folder_request
Class ilObjFolderListGUI.
getCommandLink(string $cmd)
getUriToMountInstructionModalByRef(int $a_ref_id)