38 $this->
setId(
'qst_usage_' . $question->
getId());
41 $this->
setRowTemplate(
'tpl.il_as_qpl_question_usage_table_row.html',
'components/ILIAS/TestQuestionPool');
47 $this->
setTitle($this->
lng->txt(
'question_instances_title'));
70 protected function initData():
void 81 foreach ($this->question->getInstances() as $instance) {
82 foreach ($instance[
'refs'] as
$ref_id) {
83 $trashed = $tree->isDeleted($ref_id);
85 'title' => $instance[
'title'],
86 'author' => $instance[
'author'],
88 'is_trashed' => $trashed,
99 public function fillRow(array $a_set):
void 105 $ilAccess = $DIC[
'ilAccess'];
107 $this->tpl->setVariable(
'USAGE_INSTANCE_TITLE', $a_set[
'title']);
108 $this->tpl->setVariable(
'USAGE_AUTHOR', $a_set[
'author']);
109 $this->tpl->setVariable(
'USAGE_PATH', $a_set[
'path']);
111 if ($ilAccess->checkAccess(
'read',
'', $a_set[
'ref_id']) && !$a_set[
'is_trashed']) {
114 $this->tpl->setVariable(
'USAGE_INSTANCE_LINKTED_TITLE', $a_set[
'title']);
115 $this->tpl->setVariable(
'USAGE_INSTANCE_HREF', $link->_getStaticLink($a_set[
'ref_id'],
'tst'));
117 $this->tpl->setCurrentBlock(
'linked_title_b');
118 $this->tpl->touchBlock(
'linked_title_b');
119 $this->tpl->parseCurrentBlock();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
fillRow(array $a_set)
Standard Version of Fill Row.
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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($controller, $cmd, $template_context, assQuestion $question)