19 declare(strict_types=1);
30 bool $write_access =
false 35 $this->
setStyle(
'table',
'fullwidth');
38 $this->
addColumn($this->
lng->txt(
"title"),
'title',
'50%');
39 $this->
addColumn($this->
lng->txt(
"ass_log_count_datasets"),
'nr',
'15%');
40 $this->
addColumn($this->
lng->txt(
"ass_location"),
'',
'30%');
42 $this->
setRowTemplate(
"tpl.il_as_tst_assessment_log_administration_row.html",
"Modules/Test");
49 $this->
enable(
'select_all');
61 protected function fillRow(array $a_set): void
64 $this->tpl->setVariable(
"NR", $a_set[
'nr']);
65 $this->tpl->setVariable(
"TEST_ID", $a_set[
'id']);
66 $this->tpl->setVariable(
"LOCATION_HREF", $a_set[
'location_href']);
67 $this->tpl->setVariable(
"LOCATION_TXT", $a_set[
'location_txt']);
72 return 'nr' === $a_field;
enable(string $a_module_name)
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)
__construct(ilObjAssessmentFolderGUI $parent_obj, string $parent_cmd, bool $write_access=false)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
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)