22        $this->
addColumn($this->lng->txt(
'type'), 
'type', 
'30px');
 
   23        $this->
addColumn($this->lng->txt(
'title'), 
'title');
 
   24        $this->
addColumn($this->lng->txt(
'lti_consumer'), 
'consumer', 
'30%');
 
   27        $this->
setRowTemplate(
'tpl.lti_object_table_row.html', 
'Services/LTI');
 
   36        parent::fillRow($set);
 
   38        $this->tpl->setVariable(
'CONSUMER_TITLE', $set[
'consumer']);
 
   48            $ref_id = 
$row[
'ref_id'];
 
   52            if (
$type == 
'rolf') {
 
   56            $set[$counter][
'ref_id'] = $ref_id;
 
   60            $set[$counter][
'consumer'] = 
$row[
'title'];
 
An exception for terminatinating execution or to throw for unit testing.
Description of class class.
static readReleaseObjects()
Read released objects.
enabledRowSelectionInput()
static _lookupObjId($a_id)
static _lookupTitle($a_id)
lookup object title
static _lookupType($a_id, $a_reference=false)
lookup object type
setData($a_data)
set table data @access public
setRowTemplate($a_template, $a_template_dir="")
Set row template.
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.
setOrderColumn($a_order_column=0, $a_default_column=0)
set order column @access public