39 $this->access = ilMyStaffAccess::getInstance();
46 if ($this->access->hasCurrentUserAccessToCompetences()) {
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'));
90 $this->dic->ui()->mainTemplate()->setContent($this->table->getHTML());
97 $this->table->writeFilterToSession();
98 $this->table->resetOffset();
106 $this->table->resetOffset();
107 $this->table->resetFilter();
119 return $this->table->getId();
125 $this->dic->ctrl()->redirect($this);
Customizing of pimple-DIC for ILIAS.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Class ilMStListCompetencesTableGUI.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
__construct(Container $dic)