19 declare(strict_types=1);
    30         $this->
id = 
'dash_obj_' . $sub_id;
    31         $this->
lng = $DIC->language();
    32         $this->
ctrl = $DIC->ctrl();
    43         $this->
setRowTemplate(
'tpl.dash_obj_row.html', 
'Services/Dashboard');
    48     protected function fillRow(array $a_set): void
    51         $tpl->setVariable(
'ID', $a_set[
'ref_id']);
    53         $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. 
 
__construct(object $a_parent_obj, string $a_parent_cmd, int $sub_id)
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
 
setEnableNumInfo(bool $a_val)
 
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)