38 $this->
ctrl = $DIC->ctrl();
39 $this->
lng = $DIC->language();
40 $this->
access = $DIC->access();
41 $ilCtrl = $DIC->ctrl();
42 $lng = $DIC->language();
43 $this->repo_tree = $DIC->repositoryTree();
46 $this->page = $a_page;
47 $this->incl_hist = $a_incl_hist;
51 $this->
setRowTemplate(
"tpl.mep_page_usage_row.html",
"components/ILIAS/MediaPool");
58 $usages = $this->page->getUsages($this->incl_hist);
61 $agg_usages = array();
62 foreach ($usages as $k => $usage) {
63 $usage[
"trash"] =
false;
64 if (is_int(strpos($usage[
"type"],
":"))) {
65 $us_arr = explode(
":", $usage[
"type"]);
68 if ($us_arr[1] ===
"pg") {
70 $usage[
"page"] = $page_obj;
72 $ref_ids = array_filter(
74 static function (
$ref_id) use ($repo_tree):
bool {
78 $usage[
"ref_ids"] = $ref_ids;
79 if (count($ref_ids) === 0) {
80 $usage[
"trash"] =
true;
85 if ($usage[
"type"] ===
"clip") {
87 } elseif ($this->incl_hist || !$usage[
"trash"]) {
88 if (empty($agg_usages[$usage[
"type"] .
":" . $usage[
"id"]])) {
89 $agg_usages[$usage[
"type"] .
":" . $usage[
"id"]] = $usage;
91 $agg_usages[$usage[
"type"] .
":" . $usage[
"id"]][
"versions"][] =
92 [
"hist_nr" => $usage[
"hist_nr"] ?? 0,
93 "lang" => $usage[
"lang"] ??
"" 100 $agg_usages[] = array(
"type" =>
"clip",
"cnt" => $clip_cnt);
105 protected function fillRow(array $a_set): void
112 if (is_int(strpos($usage[
"type"],
":"))) {
113 $us_arr = explode(
":", $usage[
"type"]);
114 $usage[
"type"] = $us_arr[1];
115 $cont_type = $us_arr[0];
118 switch ($usage[
"type"]) {
120 $page_obj = $usage[
"page"];
123 switch ($cont_type) {
126 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_" . $cont_type);
127 $item[
"obj_title"] = $lm_obj->
getTitle();
128 $item[
"sub_txt"] = $this->
lng->txt(
"pg");
132 $item[
"obj_link"] = ilLink::_getLink(
null,
"pg", [], $page_obj->getId() .
"_" .
$ref_id);
137 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_wiki");
139 $item[
"sub_txt"] = $this->
lng->txt(
"pg");
148 $term_id = $page_obj->getId();
150 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_glo");
152 $item[
"sub_txt"] = $this->
lng->txt(
"cont_term");
162 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_" . $cont_type);
171 if ($usage[
"trash"]) {
172 $item[
"obj_title"] .=
" (" .
$lng->
txt(
"trash") .
")";
178 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_mep");
187 $item[
"obj_type_txt"] = $this->
lng->txt(
"obj_mob");
189 $item[
"sub_txt"] = $this->
lng->txt(
"cont_link_area");
194 if (is_array($usage[
"versions"] ??
null) && is_object($usage[
"page"] ?? null)) {
197 if (count($usage[
"versions"]) > 5) {
199 $cnt = count($usage[
"versions"]) - 5;
200 for ($i = 0; $i < $cnt; $i++) {
201 unset($usage[
"versions"][$i]);
204 foreach ($usage[
"versions"] as
$version) {
205 if ($version[
"hist_nr"] == 0) {
206 $version[
"hist_nr"] = $this->
lng->txt(
"cont_current_version");
208 $ver .= $sep . $version[
"hist_nr"];
209 if ($version[
"lang"] !=
"") {
210 $ver .=
"/" . $version[
"lang"];
215 $this->tpl->setCurrentBlock(
"versions");
216 $this->tpl->setVariable(
"TXT_VERSIONS", $this->
lng->txt(
"cont_versions"));
217 $this->tpl->setVariable(
"VAL_VERSIONS", $ver);
218 $this->tpl->parseCurrentBlock();
221 if (($item[
"obj_type_txt"] ??
"") !=
"") {
222 $this->tpl->setCurrentBlock(
"type");
223 $this->tpl->setVariable(
"TXT_TYPE", $this->
lng->txt(
"type"));
224 $this->tpl->setVariable(
"VAL_TYPE", $item[
"obj_type_txt"]);
225 $this->tpl->parseCurrentBlock();
228 if ($usage[
"type"] !==
"clip") {
229 if ($item[
"obj_link"] ??
false) {
230 $this->tpl->setCurrentBlock(
"linked_item");
231 $this->tpl->setVariable(
"TXT_OBJECT", $item[
"obj_title"] ??
"");
232 $this->tpl->setVariable(
"HREF_LINK", $item[
"obj_link"] ??
"");
233 $this->tpl->parseCurrentBlock();
235 $this->tpl->setVariable(
"TXT_OBJECT_NO_LINK", $item[
"obj_title"] ??
"");
238 if (($item[
"sub_txt"] ??
"") !=
"") {
239 $this->tpl->setVariable(
"SEP",
", ");
240 $this->tpl->setVariable(
"SUB_TXT", $item[
"sub_txt"]);
241 if ($item[
"sub_title"] !=
"") {
242 $this->tpl->setVariable(
"SEP2",
": ");
243 $this->tpl->setVariable(
"SUB_TITLE", $item[
"sub_title"]);
247 $this->tpl->setVariable(
"TXT_OBJECT_NO_LINK", $this->
lng->txt(
"cont_users_have_mob_in_clip1") .
248 " " . $usage[
"cnt"] .
" " . $this->
lng->txt(
"cont_users_have_mob_in_clip2"));
257 foreach ($ref_ids as
$ref_id) {
258 if ($ilAccess->checkAccess(
"write",
"", $ref_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...
setFormAction(string $a_form_action, bool $a_multipart=false)
getFirstWritableRefId(int $a_obj_id)
static _getAllReferences(int $id)
get all reference ids for object ID
static lookupTitle(int $a_page_id, string $lang="-")
isInTree(?int $a_node_id)
get all information of a node.
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...
static _lookupTitle(int $a_obj_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _lookupTitle(int $obj_id)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
static _lookGlossaryTerm(int $term_id)
get glossary term
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(object $a_parent_obj, string $a_parent_cmd, ilMediaPoolPage $a_page, bool $a_incl_hist)
__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)
setEnableHeader(bool $a_enableheader)
static getInstance(string $a_parent_type, int $a_id=0, int $a_old_nr=0, string $a_lang="-")
Get page object instance.
static _lookGlossaryID(int $term_id)
get glossary id form term id