27 public function __construct($a_parent_obj, $a_parent_cmd =
'', $a_template_context =
'')
31 $this->
setId(
'ass_eval_det_' . $a_template_context);
36 $this->
setRowTemplate(
'tpl.table_evaluation_detail_row.html',
'Modules/Test');
43 public function fillRow(array $a_set): void
45 $this->tpl->setVariable(
'VAL_COUNTER', $a_set[
'counter']);
46 $this->tpl->setVariable(
'VAL_QUESTION_ID_TXT', $a_set[
'id_txt']);
47 $this->tpl->setVariable(
'VAL_QUESTION_ID', $a_set[
'id']);
48 $this->tpl->setVariable(
'VAL_QUESTION_TITLE', $a_set[
'title']);
49 $this->tpl->setVariable(
'VAL_POINTS', $a_set[
'points']);
setFormAction(string $a_form_action, bool $a_multipart=false)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
__construct($a_parent_obj, $a_parent_cmd='', $a_template_context='')
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setLimit(int $a_limit=0, int $a_default_limit=0)
disable(string $a_module_name)