37 $ilCtrl =
$DIC[
'ilCtrl'];
40 $this->
ctrl = $ilCtrl;
43 $this->
setFormAction($ilCtrl->getFormAction($this->parent_obj,
"history"));
44 $this->
setStyle(
'table',
'fullwidth');
45 $this->
addColumn($this->
lng->txt(
"assessment_log_datetime"),
'datetime',
'25%');
46 $this->
addColumn($this->
lng->txt(
"user"),
'user',
'25%');
47 $this->
addColumn($this->
lng->txt(
"assessment_log_text"),
'log',
'50%');
49 $this->
setRowTemplate(
"tpl.il_as_tst_history_row.html",
"Modules/Test");
59 $this->tstObject = $obj;
62 public function fillRow(array $a_set): void
66 $ilAccess =
$DIC[
'ilAccess'];
68 $username = $this->tstObject->userLookupFullName($a_set[
"user_fi"],
true);
70 $this->tpl->setVariable(
"USER", $username);
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
@classDescription Date and time handling
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFormName(string $a_name="")
setFormAction(string $a_form_action, bool $a_multipart=false)
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)
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
enable(string $a_module_name)
setStyle(string $a_element, string $a_style)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
fillRow(array $a_set)
Standard Version of Fill Row.
__construct($a_parent_obj, $a_parent_cmd)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc