26 public function init(): void
28 $this->static_link_enabled =
true;
29 $this->delete_enabled =
true;
30 $this->cut_enabled =
true;
31 $this->copy_enabled =
true;
32 $this->subscribe_enabled =
true;
33 $this->link_enabled =
true;
34 $this->info_screen_enabled =
true;
36 $this->gui_class_name =
"ilobjglossarygui";
46 $cmd_link =
"ilias.php?baseClass=ilGlossaryPresentationGUI&ref_id=" .
$this->ref_id;
50 $cmd_link =
"ilias.php?baseClass=ilGlossaryEditorGUI&ref_id=" .
$this->ref_id;
54 $this->
ctrl->setParameterByClass(
"ilobjglossarygui",
"ref_id", $this->ref_id);
55 $cmd_link = $this->
ctrl->getLinkTargetByClass(array(
"ilglossaryeditorgui",
"ilobjglossarygui"), $cmd);
59 $cmd_link =
"ilias.php?baseClass=ilGlossaryPresentationGUI&cmd=infoScreen&ref_id=" .
$this->ref_id;
63 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->ref_id);
64 $cmd_link = $this->
ctrl->getLinkTargetByClass(
"ilrepositorygui", $cmd);
65 $this->
ctrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $this->requested_ref_id);
getCommandLink(string $cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...