48 $this->lng =
$DIC->language();
49 $this->access =
$DIC->access();
50 $this->nav_history =
$DIC[
"ilNavigationHistory"];
51 $this->
error = $DIC[
"ilErr"];
54 $ilAccess =
$DIC->access();
55 $ilNavigationHistory =
$DIC[
"ilNavigationHistory"];
60 $lng->loadLanguageModule(
"content");
62 $DIC->globalScreen()->tool()->context()->claim()->repository();
65 if (!$ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"]) &&
66 !$ilAccess->checkAccess(
"edit_content",
"",
$_GET[
"ref_id"])) {
70 $ilNavigationHistory->addItem(
72 "ilias.php?baseClass=ilGlossaryEditorGUI&ref_id=" .
$_GET[
"ref_id"],
85 $cmd = $this->ctrl->getCmd();
86 $next_class = $this->ctrl->getNextClass($this);
87 if ($next_class ==
"") {
88 $this->ctrl->setCmdClass(
"ilobjglossarygui");
89 $this->ctrl->setCmd(
"");
92 switch ($next_class) {
93 case 'ilobjglossarygui':
96 $this->ctrl->forwardCommand($glossary_gui);
An exception for terminatinating execution or to throw for unit testing.
error($a_errmsg)
set error message @access public
Class ilGlossaryEditorGUI.
executeCommand()
execute command