36 $this->
ctrl = $DIC->ctrl();
37 $this->
lng = $DIC->language();
38 $this->
access = $DIC->access();
39 $ilCtrl = $DIC->ctrl();
40 $lng = $DIC->language();
45 $this->
setData($this->getBlockedUsers());
52 $this->
addColumn($this->
lng->txt(
"cont_last_try"),
"last_try");
56 $this->
setRowTemplate(
"tpl.blocked_users.html",
"components/ILIAS/LearningModule");
63 protected function getBlockedUsers(): array
68 return $track->getBlockedUsersInformation();
71 protected function fillRow(array $a_set): void
75 $this->tpl->setVariable(
"USER_QUEST_ID", $a_set[
"qst_id"] .
":" . $a_set[
"user_id"]);
76 $this->tpl->setVariable(
"USER_NAME", $a_set[
"user_name"]);
77 $this->tpl->setVariable(
"QUESTION", $a_set[
"question_text"]);
78 $this->tpl->setVariable(
"PAGE", $a_set[
"page_title"]);
79 $this->tpl->setVariable(
"LAST_TRY", $a_set[
"last_try"] ??
"");
80 $this->tpl->setVariable(
82 (($a_set[
"unlocked"] ??
false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
static getInstance(int $a_ref_id, int $a_user_id=0)
__construct(object $a_parent_obj, string $a_parent_cmd, ilObjLearningModule $a_lm)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__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)
addMultiCommand(string $a_cmd, string $a_text)