43 $this->main_tpl = $dic->
ui()->mainTemplate();
44 $this->
access = ilMyStaffAccess::getInstance();
50 if ($this->
access->hasCurrentUserAccessToCompetences()) {
53 $this->main_tpl->setOnScreenMessage(
'failure', $this->dic->language()->txt(
"permission_denied"),
true);
54 $this->dic->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
60 $cmd = $this->dic->ctrl()->getCmd();
61 $next_class = $this->dic->ctrl()->getNextClass();
62 switch ($next_class) {
63 case strtolower(ilMStListCompetencesSkillsGUI::class):
66 $this->dic->ctrl()->forwardCommand($gui);
81 protected function addSubTabs(
string $subtab_active): void
83 $this->dic->language()->loadLanguageModule(
'skmg');
84 $this->dic->tabs()->addSubTab(
86 $this->dic->language()->txt(
'skmg_selected_skills'),
87 $this->dic->ctrl()->getLinkTargetByClass([
89 ilMStListCompetencesSkillsGUI::class
93 $this->dic->tabs()->activateSubTab($subtab_active);
96 final public function index(): void
98 $this->dic->ctrl()->redirectByClass(ilMStListCompetencesSkillsGUI::class);
__construct(Container $dic)
const string CMD_GET_ACTIONS
Customizing of pimple-DIC for ILIAS.
const string CMD_RESET_FILTER
const string SUB_TAB_SKILLS
const string CMD_APPLY_FILTER
ui()
Get the interface to get services from UI framework.
addSubTabs(string $subtab_active)
ilGlobalTemplateInterface $main_tpl