32 string $a_parent_cmd =
"",
33 bool $a_has_write =
false 37 $this->
ctrl = $DIC->ctrl();
38 $this->
lng = $DIC->language();
39 $this->
access = $DIC->access();
40 $ilCtrl = $DIC->ctrl();
41 $lng = $DIC->language();
43 $this->
setId(
"bdgobdg");
44 $this->has_write = $a_has_write;
52 if ($this->has_write) {
62 if ($this->has_write) {
70 $this->
setRowTemplate(
"tpl.object_badge_row.html",
"Services/Badge");
89 $this->filter[
"object"] = $object->getValue();
98 if (!in_array(
"bdga",
$type->getValidObjectTypes(),
true)) {
105 $type->setOptions($options);
106 $this->filter[
"type"] =
$type->getValue();
120 $container_url = null;
122 ilObject::_getIcon((
int) $badge_item[
"parent_id"],
"big", $badge_item[
"parent_type"]) .
123 '" alt="' .
$lng->
txt(
"obj_" . $badge_item[
"parent_type"]) .
124 '" title="' .
$lng->
txt(
"obj_" . $badge_item[
"parent_type"]) .
'" /> ' .
125 $badge_item[
"parent_title"];
127 if ($badge_item[
"deleted"] ??
false) {
128 $container .=
' <span class="il_ItemAlertProperty">' .
$lng->
txt(
"deleted") .
'</span>';
131 $ref_id = array_shift($ref_ids);
132 if ($ilAccess->checkAccess(
"read",
"",
$ref_id)) {
140 "id" => $badge_item[
"id"],
141 "active" => $badge_item[
"active"],
142 "type" => $type_caption,
143 "title" => $badge_item[
"title"],
145 "container_url" => $container_url,
146 "container_id" => $badge_item[
"parent_id"],
154 protected function fillRow(array $a_set): void
159 if ($a_set[
"container_url"]) {
160 $this->tpl->setCurrentBlock(
"container_link_bl");
161 $this->tpl->setVariable(
"TXT_CONTAINER", $a_set[
"container_meta"]);
162 $this->tpl->setVariable(
"URL_CONTAINER", $a_set[
"container_url"]);
164 $this->tpl->setCurrentBlock(
"container_nolink_bl");
165 $this->tpl->setVariable(
"TXT_CONTAINER_STATIC", $a_set[
"container_meta"]);
167 $this->tpl->parseCurrentBlock();
169 if ($this->has_write) {
170 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
173 $this->tpl->setVariable(
"PREVIEW", $a_set[
"renderer"]->
getHTML());
174 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
175 $this->tpl->setVariable(
"TXT_TYPE", $a_set[
"type"]);
176 $this->tpl->setVariable(
"TXT_ACTIVE", $a_set[
"active"]
180 if ($this->has_write) {
187 $this->tpl->setVariable(
"TXT_LIST",
$lng->
txt(
"users"));
188 $this->tpl->setVariable(
"URL_LIST",
$url);
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)
setResetCommand(string $a_val, string $a_caption="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getAllReferences(int $id)
get all reference ids for object ID
static getObjectInstances(array $a_filter=null)
loadLanguageModule(string $a_module)
Load language module.
addFilterItemByMetaType(string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="")
Add filter by standard type.
static getExtendedTypeCaption(ilBadgeType $a_type)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setFilterCommand(string $a_val, string $a_caption="")
__construct(object $a_parent_obj, string $a_parent_cmd="", bool $a_has_write=false)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
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="")
__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)
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
addMultiCommand(string $a_cmd, string $a_text)