36 $this->
lng = $DIC->language();
37 $this->
user = $DIC->user();
38 $this->
ctrl = $DIC->ctrl();
39 $this->tpl = $DIC[
"tpl"];
40 $lng = $DIC->language();
42 $ilCtrl = $DIC->ctrl();
49 $this->
setId(
"bdgprs");
64 $this->
setFormAction($ilCtrl->getFormAction($this->getParentObject()));
90 $obj->setOptions($options + $a_parents);
91 $this->filter[
"obj"] = $obj->getValue();
98 $data = $filter_parent = array();
101 $badge =
new ilBadge($ass->getBadgeId());
104 if ($badge->getParentId()) {
106 if ($parent[
"type"] ===
"bdga") {
109 $filter_parent[$parent[
"id"]] =
110 "(" .
$lng->
txt($parent[
"type"]) .
") " . $parent[
"title"];
115 "id" => $badge->getId(),
116 "title" => $badge->getTitle(),
117 "image" => $badge->getImagePath(),
118 "issued_on" => $ass->getTimestamp(),
119 "parent_title" => $parent ? $parent[
"title"] : null,
121 "active" => (bool) $ass->getPosition(),
128 if ($this->
filter[
"title"]) {
129 foreach (
$data as $idx => $row) {
130 if (stripos($row[
"title"], $this->
filter[
"title"]) ===
false) {
136 if ($this->
filter[
"obj"]) {
137 foreach (
$data as $idx => $row) {
138 if ($this->
filter[
"obj"] > 0) {
139 if (!$row[
"parent"] || $row[
"parent"][
"id"] != $this->
filter[
"obj"]) {
142 } elseif ($row[
"parent"]) {
151 protected function fillRow(array $a_set): void
156 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
157 $this->tpl->setVariable(
"PREVIEW", $a_set[
"renderer"]->
getHTML());
158 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
160 $this->tpl->setVariable(
"TXT_ACTIVE", $a_set[
"active"]
164 if ($a_set[
"parent"]) {
165 $this->tpl->setVariable(
"TXT_PARENT", $a_set[
"parent_title"]);
166 $this->tpl->setVariable(
173 $actions->setListTitle(
"");
175 $ilCtrl->setParameter($this->
getParentObject(),
"badge_id", $a_set[
"id"]);
180 $actions->addItem(
$lng->
txt(!$a_set[
"active"]
181 ?
"badge_add_to_profile" 182 :
"badge_remove_from_profile"),
"",
$url);
185 $this->tpl->setVariable(
"ACTIONS", $actions->getHTML());
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)
static getInstancesByUserId(int $a_user_id)
initFilters(array $a_parents)
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 formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
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.
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_user_id=null)
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)
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)
addMultiCommand(string $a_cmd, string $a_text)