3declare(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
64 $uri_builder->getUriToMountInstructionModalByRef($this->ref_id);
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()
static _getCommands()
get commands
Class ilObjFolderListGUI.
getCommandLink(string $cmd)
Get command link url.
StandardGUIRequest $folder_request