30 public function __construct($a_parent_obj, $a_parent_cmd =
'', $a_template_context =
'')
36 $ilCtrl = $DIC[
'ilCtrl'];
38 $this->
setId(
'qst_ils_' . $a_parent_obj->object->getId() .
'_' . substr(md5($a_template_context), 0, 6));
41 $this->
setRowTemplate(
'tpl.il_as_qpl_question_internal_link_selection_table_row.html',
'Modules/TestQuestionPool');
44 $this->
setFormAction($ilCtrl->getFormAction($this->getParentObject(),
'cancelExplorer'));
64 $this->
addColumn($this->
lng->txt(
'description'),
'description');
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
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)
disable(string $a_module_name)
__construct(?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="")