4 include_once
'./Services/Table/classes/class.ilTable2GUI.php';
22 public function __construct($a_parent_obj, $a_parent_cmd, $a_id)
24 $this->
setId(
'obj_table_'.$a_id);
25 parent::__construct($a_parent_obj, $a_parent_cmd,
'');
29 $this->
setRowTemplate(
'tpl.object_table_row.html',
'Services/Object');
35 $this->objects = $a_ref_ids;
45 $this->
addColumn($this->lng->txt(
'type'),
'type',
'30px');
46 $this->
addColumn($this->lng->txt(
'title'),
'title');
51 include_once
'./Services/Link/classes/class.ilLink.php';
52 $this->tpl->setVariable(
'OBJ_LINK',
ilLink::_getLink($set[
'ref_id'], $set[
'type']));
53 $this->tpl->setVariable(
'OBJ_LINKED_TITLE',$set[
'title']);
55 $this->tpl->setVariable(
'TYPE_STR',$this->lng->txt(
'obj_'.$set[
'type']));
73 $set[$counter][
'ref_id'] =
$ref_id;
__construct($a_parent_obj, $a_parent_cmd, $a_id)
Constructor.
static _lookupTitle($a_id)
lookup object title
static getTypeIconPath($a_type, $a_obj_id, $a_size='small')
Get type icon path path Return image path for icon_xxx.pngs Or (if enabled) path to custom icon Depre...
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
static _lookupObjId($a_id)
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static _lookupType($a_id, $a_reference=false)
lookup object type
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
setOrderColumn($a_order_column=0, $a_default_column=0)
set order column public