42 public function fillRow(array $a_set): void
44 $this->tpl->setCurrentBlock(
'answer');
45 $this->tpl->setVariable(
'ANSWER', $a_set[
'term']);
46 $this->tpl->parseCurrentBlock();
48 $this->tpl->setCurrentBlock(
'answer');
49 $this->tpl->setVariable(
'ANSWER', $a_set[
'definition']);
50 $this->tpl->parseCurrentBlock();
52 $this->tpl->setCurrentBlock(
'frequency');
53 $this->tpl->setVariable(
'FREQUENCY', $a_set[
'frequency']);
54 $this->tpl->parseCurrentBlock();
__construct($a_parent_obj, $a_parent_cmd="", $question="")
setDefaultOrderField(string $a_defaultorderfield)
__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)