5include_once(
'./Services/Table/classes/class.ilTable2GUI.php');
 
   28                parent::__construct($a_parent_obj, $a_parent_cmd);
 
   36                $this->
setStyle(
'table', 
'fullwidth');
 
   38                $this->
addColumn($this->lng->txt(
"assessment_log_datetime"),
'datetime', 
'25%');
 
   39                $this->
addColumn($this->lng->txt(
"user"),
'user', 
'25%');
 
   40                $this->
addColumn($this->lng->txt(
"assessment_log_text"),
'log', 
'50%');
 
   42                $this->
setRowTemplate(
"tpl.il_as_tst_history_row.html", 
"Modules/Test");
 
   52                $this->tstObject = $obj;
 
   66                $username = $this->tstObject->userLookupFullName(
$data[
"user_fi"], TRUE);
 
   68                $this->tpl->setVariable(
"USER", $username);
 
An exception for terminatinating execution or to throw for unit testing.
static formatDate(ilDateTime $date)
Format a date @access public.
@classDescription Date and time handling
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.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
setFormName($a_formname="")
Set Form name.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setStyle($a_element, $a_style)
enable($a_module_name)
enables particular modules of table
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms @access public