4include_once 
'Services/Table/classes/class.ilTable2GUI.php';
 
   15        public function __construct($a_parent_obj, $a_data, $a_cmd, $a_default_form_action)
 
   19                parent::__construct($a_parent_obj, $a_cmd);
 
   23                $this->
addColumn($lng->txt(
'type'), 
'type', 
'1%');
 
   24                $this->
addColumn($lng->txt(
'title'), 
'title', 
'33%');
 
   25                $this->
addColumn($lng->txt(
'description'), 
'description', 
'33%');
 
   26                $this->
addColumn($lng->txt(
'last_change'), 
'last_change', 
'33%');               
 
   34                $this->
setFormAction($ilCtrl->getFormAction($a_parent_obj, $a_default_form_action));
 
   36                $this->
setRowTemplate(
'tpl.icrs_confirmation_row.html', 
'Modules/ILinc');               
 
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setPrefix($a_prefix)
set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort...
setData($a_data)
set table data @access public
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormName($a_formname)
Set Form name.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setLimit($a_limit=0, $a_default_limit=0)
set max.
enable($a_module_name)
enables particular modules of table
iliLinkConfirmationTableGUI
__construct($a_parent_obj, $a_data, $a_cmd, $a_default_form_action)