3 declare(strict_types=1);
33 $ilCtrl = $DIC[
'ilCtrl'];
36 $this->
ctrl = $ilCtrl;
39 $this->
setStyle(
'table',
'fullwidth');
42 $this->
addColumn($this->
lng->txt(
"title"),
'title',
'50%');
43 $this->
addColumn($this->
lng->txt(
"ass_log_count_datasets"),
'nr',
'15%');
44 $this->
addColumn($this->
lng->txt(
"ass_location"),
'',
'30%');
46 $this->
setRowTemplate(
"tpl.il_as_tst_assessment_log_administration_row.html",
"Modules/Test");
50 if ($a_write_access) {
53 $this->
enable(
'select_all');
65 protected function fillRow(array $a_set): void
68 $this->tpl->setVariable(
"NR", $a_set[
'nr']);
69 $this->tpl->setVariable(
"TEST_ID", $a_set[
'id']);
70 $this->tpl->setVariable(
"LOCATION_HREF", $a_set[
'location_href']);
71 $this->tpl->setVariable(
"LOCATION_TXT", $a_set[
'location_txt']);
76 return 'nr' === $a_field;
enable(string $a_module_name)
__construct(ilObjAssessmentFolderGUI $a_parent_obj, string $a_parent_cmd, bool $a_write_access=false)
setFormAction(string $a_form_action, bool $a_multipart=false)
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
Class ilObjAssessmentFolderGUI.
setFormName(string $a_name="")
setStyle(string $a_element, string $a_style)
setDefaultOrderField(string $a_defaultorderfield)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
__construct(Container $dic, ilPlugin $plugin)
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)
numericOrdering(string $a_field)
addMultiCommand(string $a_cmd, string $a_text)
setPrefix(string $a_prefix)