39 $this->access = ilMyStaffAccess::getInstance();
46 if ($this->access->hasCurrentUserAccessToMyStaff()) {
50 $this->dic->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
57 $cmd = $this->dic->ctrl()->getCmd();
58 $next_class = $this->dic->ctrl()->getNextClass();
59 switch ($next_class) {
62 case self::CMD_RESET_FILTER:
63 case self::CMD_APPLY_FILTER:
65 case self::CMD_GET_ACTIONS:
88 $this->dic->ui()->mainTemplate()->setTitle($this->dic->language()->txt(
'mst_list_competences'));
89 $this->dic->ui()->mainTemplate()->setContent($this->table->getHTML());
96 $this->table->writeFilterToSession();
97 $this->table->resetOffset();
105 $this->table->resetOffset();
106 $this->table->resetFilter();
118 return $this->table->getId();
124 $this->dic->ctrl()->redirect($this);
132 $mst_co_usr_id = $DIC->http()->request()->getQueryParams()[
'mst_lcom_usr_id'];
134 if ($mst_co_usr_id > 0) {
137 $selection = ilMyStaffGUI::extendActionMenuWithUserActions($selection, $mst_co_usr_id, rawurlencode($DIC->ctrl()
138 ->getLinkTarget($this, self::CMD_INDEX)));
140 echo $selection->getHTML(
true);
Customizing of pimple-DIC for ILIAS.
Class ilMStListCompetencesTableGUI.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
__construct(Container $dic)