Class ilMStShowUserCompetencesGUI.
More...
◆ __construct()
ilMStShowUserCompetencesGUI::__construct |
( |
Container |
$dic | ) |
|
◆ addSubTabs()
ilMStShowUserCompetencesGUI::addSubTabs |
( |
string |
$active_sub_tab | ) |
|
|
protected |
Definition at line 86 of file class.ilMStShowUserCompetencesGUI.php.
Referenced by executeCommand().
88 $this->dic->language()->loadLanguageModule(
'skmg');
89 $this->dic->tabs()->addSubTab(
91 $this->dic->language()->txt(
'skmg_selected_skills'),
92 $this->dic->ctrl()->getLinkTarget($this, self::CMD_SHOW_SKILLS)
95 $this->dic->tabs()->activateSubTab($active_sub_tab);
◆ checkAccessOrFail()
ilMStShowUserCompetencesGUI::checkAccessOrFail |
( |
| ) |
|
|
protected |
Definition at line 49 of file class.ilMStShowUserCompetencesGUI.php.
References ILIAS\Repository\access().
Referenced by executeCommand().
52 $this->main_tpl->setOnScreenMessage(
'failure', $this->dic->language()->txt(
"permission_denied"),
true);
53 $this->dic->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
56 if ($this->
access->hasCurrentUserAccessToUser($this->usr_id)
57 && $this->
access->hasCurrentUserAccessToCompetences()
61 $this->main_tpl->setOnScreenMessage(
'failure', $this->dic->language()->txt(
"permission_denied"),
true);
62 $this->dic->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
◆ executeCommand()
ilMStShowUserCompetencesGUI::executeCommand |
( |
| ) |
|
|
final |
◆ showSkills()
ilMStShowUserCompetencesGUI::showSkills |
( |
| ) |
|
|
protected |
◆ $access
◆ $dic
◆ $main_tpl
◆ $table
◆ $usr_id
int ilMStShowUserCompetencesGUI::$usr_id |
|
private |
◆ CMD_INDEX
const ilMStShowUserCompetencesGUI::CMD_INDEX = self::CMD_SHOW_SKILLS |
◆ CMD_SHOW_SKILLS
const ilMStShowUserCompetencesGUI::CMD_SHOW_SKILLS = 'showSkills' |
◆ SUB_TAB_SKILLS
const ilMStShowUserCompetencesGUI::SUB_TAB_SKILLS = 'skills' |
The documentation for this class was generated from the following file: