25 public function __construct($a_parent_obj, $a_parent_cmd, $sub_id)
29 $this->
id =
"dash_obj_" . $sub_id;
30 $this->lng = $DIC->language();
31 $this->ctrl = $DIC->ctrl();
36 $this->
setTitle($this->lng->txt(
""));
44 $this->
setRowTemplate(
"tpl.dash_obj_row.html",
"Services/Dashboard");
73 $tpl->setVariable(
"ID", $a_set[
"ref_id"]);
74 $tpl->setVariable(
"ICON", ilObject::_getIcon($a_set[
"obj_id"]));
75 $tpl->setVariable(
"TITLE", $a_set[
"title"]);
Classic table for rep object lists, including checkbox.
setEnableNumInfo($a_val)
Set enable num info.
__construct($a_parent_obj, $a_parent_cmd, $sub_id)
Constructor.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
fillRow($a_set)
Get items.
__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.
setEnableHeader($a_enableheader)
Set Enable Header.
setLimit($a_limit=0, $a_default_limit=0)