44 $this->
ctrl = $DIC->ctrl();
45 $this->
locator = $DIC[
"ilLocator"];
46 $lng = $DIC->language();
48 $tree = $DIC->repositoryTree();
51 $this->temp_var =
"LOCATOR";
55 $this->presentation_request = $DIC->glossary()
64 $this->temp_var = $a_temp_var;
69 $this->term = $a_term;
74 $this->glossary = $a_glossary;
79 $this->definition = $a_def;
82 public function setMode(
string $a_mode): void
84 $this->mode = $a_mode;
97 $ilLocator->addRepositoryItems();
100 $title = $this->glossary->getTitle();
101 if ($this->mode ==
"edit") {
102 $link = $ilCtrl->getLinkTargetByClass(
"ilobjglossarygui",
"listTerms");
104 $ilCtrl->setParameterByClass(
"ilglossarypresentationgui",
"term_id",
"");
105 $link = $ilCtrl->getLinkTargetByClass(
"ilglossarypresentationgui");
106 if (is_object($this->term)) {
107 $ilCtrl->setParameterByClass(
"ilglossarypresentationgui",
"term_id", $this->term->getId());
110 $ilLocator->addItem($title, $link,
"");
112 if (is_object($this->term) && $this->mode !=
"edit") {
113 $ilCtrl->setParameterByClass(
"ilglossarypresentationgui",
"term_id", $this->term->getId());
115 $this->term->getTerm(),
116 $ilCtrl->getLinkTargetByClass(
"ilglossarypresentationgui",
"listDefinitions")
118 $ilCtrl->setParameterByClass(
119 "ilglossarypresentationgui",
121 $this->presentation_request->getTermId()
125 if (is_object($this->definition)) {
126 $title = $this->term->getTerm() .
" (" . $this->
lng->txt(
"cont_definition") .
" " . $this->definition->getNr() .
")";
127 if ($this->mode ==
"edit") {
128 $link = $ilCtrl->getLinkTargetByClass(
"ilglossarydefpagegui",
"edit");
130 $ilCtrl->setParameterByClass(
131 "ilglossarypresentationgui",
133 $this->presentation_request->getDefinitionId()
135 $link = $ilCtrl->getLinkTargetByClass(
"ilglossarypresentationgui",
"view");
137 $ilLocator->addItem($title, $link);
setLocator()
Insert locator.
ilGlossaryDefinition $definition
setGlossary(ilObjGlossary $a_glossary)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setDefinition(ilGlossaryDefinition $a_def)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
PresentationGUIRequest $presentation_request
ilGlobalTemplateInterface $tpl
setTemplateVariable(string $a_temp_var)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setTerm(ilGlossaryTerm $a_term)