31 $this->
lng = $DIC->language();
32 $this->
ctrl = $DIC->ctrl();
33 $lng = $DIC->language();
39 public function init(): void
41 $this->delete_enabled =
true;
42 $this->cut_enabled =
false;
43 $this->copy_enabled =
false;
44 $this->subscribe_enabled =
false;
45 $this->link_enabled =
false;
46 $this->info_screen_enabled =
false;
47 $this->subitems_enabled =
true;
49 $this->gui_class_name =
"ilobjitemgroupgui";
57 $this->subscribe_enabled =
false;
66 $this->info_screen_enabled =
false;
75 $cmd_link = $ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
76 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->requested_ref_id);
enableSubscribe(bool $status)
setParameterByClass(string $a_class, string $a_parameter, $a_value)
Sets a parameter for the given GUI class and appends the given value as well.
getCommandLink(string $cmd)
loadLanguageModule(string $a_module)
Load language module.
enableInfoScreen(bool $info_screen)
Prevent enabling info necessary due to bug 11509.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)