42 $lng = $DIC->language();
43 $ilCtrl = $DIC->ctrl();
44 $tree = $DIC->repositoryTree();
45 $objDefinition = $DIC[
"objDefinition"];
48 $this->
ctrl = $ilCtrl;
50 $this->obj_def = $objDefinition;
53 $this->items = $this->item_group_items->
getItems();
67 $this->
setRowTemplate(
"tpl.item_group_items_row.html",
"Modules/ItemGroup");
75 $items = $this->item_group_items->getAssignableItems();
77 foreach ($items as $item) {
78 $item[
"sorthash"] = (
int) (!in_array($item[
'ref_id'], $this->items)) . $item[
"title"];
86 protected function fillRow(array $a_set): void
89 $f = $this->gui->ui()->factory();
90 $r = $this->gui->ui()->renderer();
92 $this->tpl->setVariable(
"ITEM_REF_ID", $a_set[
"child"]);
93 $this->tpl->setVariable(
"TITLE", $a_set[
"title"]);
104 if (in_array($a_set[
"child"], $this->items)) {
105 $i =
$f->symbol()->icon()->custom(
107 $this->
lng->txt(
"yes")
109 $this->tpl->setVariable(
"IMG_ASSIGNED", $r->render(
$i));
110 $this->tpl->setVariable(
"CHECKED",
"checked='checked'");
112 $i =
$f->symbol()->icon()->custom(
114 $this->
lng->txt(
"no")
116 $this->tpl->setVariable(
"IMG_ASSIGNED", $r->render(
$i));
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
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)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
__construct(InternalGUIService $gui, ilObjItemGroupGUI $a_parent_obj, string $a_parent_cmd)
static img(string $a_src, ?string $a_alt=null, $a_width="", $a_height="", $a_border=0, $a_id="", $a_class="")
Build img tag.
ilItemGroupItems $item_group_items
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
parses the objects.xml it handles the xml-description of all ilias objects
ilObjectDefinition $obj_def
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
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="")
User Interface class for item groups.
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
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)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)