25 public function __construct($a_parent_obj, $a_parent_cmd =
"", $a_has_write =
false)
29 $this->ctrl = $DIC->ctrl();
30 $this->lng = $DIC->language();
31 $this->access = $DIC->access();
32 $ilCtrl = $DIC->ctrl();
33 $lng = $DIC->language();
35 $this->
setId(
"bdgobdg");
36 $this->has_write = (bool) $a_has_write;
44 if ($this->has_write) {
54 if ($this->has_write) {
62 $this->
setRowTemplate(
"tpl.object_badge_row.html",
"Services/Badge");
81 $this->filter[
"object"] = $object->getValue();
83 $lng->loadLanguageModule(
"search");
86 "" =>
$lng->txt(
"search_any"),
90 if (!in_array(
"bdga",
$type->getValidObjectTypes())) {
97 $type->setOptions($options);
98 $this->filter[
"type"] =
$type->getValue();
106 $data = $filter_types = array();
112 $container_url = null;
115 '" alt="' .
$lng->txt(
"obj_" . $badge_item[
"parent_type"]) .
116 '" title="' .
$lng->txt(
"obj_" . $badge_item[
"parent_type"]) .
'" /> ' .
117 $badge_item[
"parent_title"];
119 if ((
bool) $badge_item[
"deleted"]) {
120 $container .=
' <span class="il_ItemAlertProperty">' .
$lng->txt(
"deleted") .
'</span>';
123 if ($ilAccess->checkAccess(
"read",
"", $ref_id)) {
131 "id" => $badge_item[
"id"],
132 "active" => $badge_item[
"active"],
133 "type" => $type_caption,
134 "title" => $badge_item[
"title"],
136 "container_url" => $container_url,
137 "container_id" => $badge_item[
"parent_id"],
141 $filter_types[$badge_item[
"type_id"]] = $type_caption;
152 if ($a_set[
"container_url"]) {
153 $this->tpl->setCurrentBlock(
"container_link_bl");
154 $this->tpl->setVariable(
"TXT_CONTAINER", $a_set[
"container_meta"]);
155 $this->tpl->setVariable(
"URL_CONTAINER", $a_set[
"container_url"]);
156 $this->tpl->parseCurrentBlock();
158 $this->tpl->setCurrentBlock(
"container_nolink_bl");
159 $this->tpl->setVariable(
"TXT_CONTAINER_STATIC", $a_set[
"container_meta"]);
160 $this->tpl->parseCurrentBlock();
163 if ($this->has_write) {
164 $this->tpl->setVariable(
"VAL_ID", $a_set[
"id"]);
167 $this->tpl->setVariable(
"PREVIEW", $a_set[
"renderer"]->
getHTML());
168 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
169 $this->tpl->setVariable(
"TXT_TYPE", $a_set[
"type"]);
170 $this->tpl->setVariable(
"TXT_ACTIVE", $a_set[
"active"]
174 if ($this->has_write) {
175 $ilCtrl->setParameter($this->
getParentObject(),
"pid", $a_set[
"container_id"]);
181 $this->tpl->setVariable(
"TXT_LIST",
$lng->txt(
"users"));
182 $this->tpl->setVariable(
"URL_LIST",
$url);
static _getIcon( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
static getObjectInstances(array $a_filter=null)
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
getParentObject()
Get parent object.
static _getAllReferences($a_id)
get all reference ids of object
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setResetCommand($a_val, $a_caption=null)
Set reset filter command.
static getExtendedTypeCaption(ilBadgeType $a_type)
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
addMultiCommand($a_cmd, $a_text)
Add Command button.
__construct($a_parent_obj, $a_parent_cmd="", $a_has_write=false)
TableGUI class for badge listing.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
setLimit($a_limit=0, $a_default_limit=0)
static getInstance()
Constructor.
setFilterCommand($a_val, $a_caption=null)
Set filter command.