4 require_once
'Services/Table/classes/class.ilTable2GUI.php';
14 public function __construct($a_parent_obj, $a_parent_cmd =
'', $a_template_context =
'')
18 $this->
setId(
'ass_eval_det_' . $a_template_context);
19 parent::__construct($a_parent_obj, $a_parent_cmd,
'');
23 $this->
setRowTemplate(
'tpl.table_evaluation_detail_row.html',
'Modules/Test');
35 $this->tpl->setVariable(
'VAL_COUNTER', $a_set[
'counter']);
36 $this->tpl->setVariable(
'VAL_QUESTION_ID_TXT', $a_set[
'id_txt']);
37 $this->tpl->setVariable(
'VAL_QUESTION_ID', $a_set[
'id']);
38 $this->tpl->setVariable(
'VAL_QUESTION_TITLE', $a_set[
'title']);
39 $this->tpl->setVariable(
'VAL_POINTS', $a_set[
'points']);
getParentCmd()
Get parent command.
getParentObject()
Get parent object.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table
__construct($a_parent_obj, $a_parent_cmd='', $a_template_context='')
Class ilTestDetailedEvaluationStatisticsTableGUI.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setLimit($a_limit=0, $a_default_limit=0)