19 declare(strict_types=1);
39 $this->
setStyle(
'table',
'fullwidth');
40 $this->
addColumn($this->
lng->txt(
"assessment_log_datetime"),
'datetime',
'25%');
41 $this->
addColumn($this->
lng->txt(
"user"),
'user',
'25%');
42 $this->
addColumn($this->
lng->txt(
"assessment_log_text"),
'log',
'50%');
44 $this->
setRowTemplate(
"tpl.il_as_tst_history_row.html",
"Modules/Test");
54 $this->tstObject = $obj;
57 public function fillRow(array $a_set): void
59 $username = $this->tstObject->userLookupFullName($a_set[
"user_fi"],
true);
61 $this->tpl->setVariable(
"USER", $username);
enable(string $a_module_name)
setFormAction(string $a_form_action, bool $a_multipart=false)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
setFormName(string $a_name="")
setStyle(string $a_element, string $a_style)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__construct(ilObjTestGUI $parent_obj, string $parent_cmd)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)