28 $this->
id =
"dash_obj_" . $sub_id;
29 $this->
lng = $DIC->language();
30 $this->
ctrl = $DIC->ctrl();
41 $this->
setRowTemplate(
"tpl.dash_obj_row.html",
"Services/Dashboard");
49 protected function fillRow(array $a_set): void
52 $tpl->setVariable(
"ID", $a_set[
"ref_id"]);
54 $tpl->setVariable(
"TITLE", $a_set[
"title"]);
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(object $a_parent_obj, string $a_parent_cmd, int $sub_id)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
fillRow(array $a_set)
Fill table row.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
setEnableNumInfo(bool $a_val)
__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)
setEnableHeader(bool $a_enableheader)