34 $this->
ctrl = $DIC->ctrl();
35 $this->
lng = $DIC->language();
36 $this->
access = $DIC->access();
37 $ilCtrl = $DIC->ctrl();
38 $lng = $DIC->language();
41 $this->term_id = $a_term_id;
46 $this->
setRowTemplate(
"tpl.term_usage_row.html",
"Modules/Glossary");
55 $agg_usages = array();
56 foreach ($usages as $k => $usage) {
57 if (empty($agg_usages[$usage[
"type"] .
":" . $usage[
"id"]])) {
58 $usage[
"hist_nr"] = array($usage[
"hist_nr"] ?? 0);
59 $agg_usages[$usage[
"type"] .
":" . $usage[
"id"]] = $usage;
61 $agg_usages[$usage[
"type"] .
":" . $usage[
"id"]][
"hist_nr"][] =
62 $usage[
"hist_nr"] ?? 0;
69 protected function fillRow(array $a_set): void
74 if (is_int(strpos($usage[
"type"],
":"))) {
75 $us_arr = explode(
":", $usage[
"type"]);
76 $usage[
"type"] = $us_arr[1];
77 $cont_type = $us_arr[0];
80 switch ($usage[
"type"]) {
87 $page_obj =
new ilLMPage($usage[
"id"]);
89 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_" . $cont_type);
90 $item[
"obj_title"] = $lm_obj->
getTitle();
91 $item[
"sub_txt"] = $this->
lng->txt(
"pg");
101 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_wiki");
103 $item[
"sub_txt"] = $this->
lng->txt(
"pg");
115 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_glo");
117 $item[
"sub_txt"] = $this->
lng->txt(
"cont_term");
131 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_" . $cont_type);
140 $item[
"obj_title"] =
"Page " . $cont_type .
", " . $usage[
"id"];
146 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_mep");
155 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_mob");
157 $item[
"sub_txt"] = $this->
lng->txt(
"cont_link_area");
161 $item[
"obj_type_txt"] = $this->
lng->txt(
"cont_sqst");
164 $item[
"sub_txt"] = $this->
lng->txt(
"question");
174 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_glo");
176 $item[
"sub_txt"] = $this->
lng->txt(
"glo_referenced_term");
184 $item[
"obj_title"] =
"Type " . $usage[
"type"] .
", " . $usage[
"id"];
189 if (is_array($usage[
"hist_nr"]) &&
190 (count($usage[
"hist_nr"]) > 1 || $usage[
"hist_nr"][0] > 0)) {
191 asort($usage[
"hist_nr"]);
193 if ($usage[
"hist_nr"][0] == 0) {
194 array_shift($usage[
"hist_nr"]);
195 $usage[
"hist_nr"][] = 0;
197 foreach ($usage[
"hist_nr"] as $nr) {
201 $ver .= $sep . $this->
lng->txt(
"cont_current_version");
206 $this->tpl->setCurrentBlock(
"versions");
207 $this->tpl->setVariable(
"TXT_VERSIONS", $this->
lng->txt(
"cont_versions"));
208 $this->tpl->setVariable(
"VAL_VERSIONS", $ver);
209 $this->tpl->parseCurrentBlock();
212 if ($item[
"obj_type_txt"] !=
"") {
213 $this->tpl->setCurrentBlock(
"type");
214 $this->tpl->setVariable(
"TXT_TYPE", $this->
lng->txt(
"type"));
215 $this->tpl->setVariable(
"VAL_TYPE", $item[
"obj_type_txt"]);
216 $this->tpl->parseCurrentBlock();
219 if ($usage[
"type"] !=
"clip") {
220 if ($item[
"obj_link"]) {
221 $this->tpl->setCurrentBlock(
"linked_item");
222 $this->tpl->setVariable(
"TXT_OBJECT", $item[
"obj_title"]);
223 $this->tpl->setVariable(
"HREF_LINK", $item[
"obj_link"]);
224 $this->tpl->parseCurrentBlock();
226 $this->tpl->setVariable(
"TXT_OBJECT_NO_LINK", $item[
"obj_title"]);
229 if ($item[
"sub_txt"] !=
"") {
230 $this->tpl->setVariable(
"SEP",
", ");
231 $this->tpl->setVariable(
"SUB_TXT", $item[
"sub_txt"]);
232 if ($item[
"sub_title"] !=
"") {
233 $this->tpl->setVariable(
"SEP2",
": ");
234 $this->tpl->setVariable(
"SUB_TITLE", $item[
"sub_title"]);
238 $this->tpl->setVariable(
"TXT_OBJECT_NO_LINK", $this->
lng->txt(
"cont_users_have_mob_in_clip1") .
239 " " . $usage[
"cnt"] .
" " . $this->
lng->txt(
"cont_users_have_mob_in_clip2"));
248 foreach ($ref_ids as
$ref_id) {
249 if ($ilAccess->checkAccess(
"write",
"", $ref_id)) {
getFirstWritableRefId(int $a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static getUsages(int $a_term_id)
setFormAction(string $a_form_action, bool $a_multipart=false)
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_term_id)
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getTitle(int $question_id)
Returns the question title of a question with a given id.
static _lookupTitle(int $a_obj_id)
static _lookupTitle(int $obj_id)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
Get static link.
static lookupObjFi(int $a_qid)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
static _lookGlossaryTerm(int $term_id)
get glossary term
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...
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
static lookupTitle(int $a_page_id)
static _lookupTermId(int $a_def_id)
Looks up term id for a definition id.
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setEnableHeader(bool $a_enableheader)
static _lookGlossaryID(int $term_id)
get glossary id form term id