Class ilMStListCompetencesGUI.
More...
◆ __construct()
ilMStListCompetencesGUI::__construct |
( |
Container |
$dic = null | ) |
|
◆ addSubTabs()
ilMStListCompetencesGUI::addSubTabs |
( |
string |
$subtab_active | ) |
|
|
protected |
- Parameters
-
Definition at line 94 of file class.ilMStListCompetencesGUI.php.
Referenced by executeCommand().
96 $this->dic->language()->loadLanguageModule(
'skmg');
97 $this->dic->tabs()->addSubTab(
99 $this->dic->language()->txt(
'skmg_selected_skills'),
100 $this->dic->ctrl()->getLinkTargetByClass([
102 ilMStListCompetencesSkillsGUI::class
106 $this->dic->tabs()->activateSubTab($subtab_active);
◆ checkAccessOrFail()
ilMStListCompetencesGUI::checkAccessOrFail |
( |
| ) |
|
|
protected |
Definition at line 53 of file class.ilMStListCompetencesGUI.php.
References ilUtil\sendFailure().
55 if ($this->access->hasCurrentUserAccessToCompetences()) {
59 $this->dic->ctrl()->redirectByClass(ilDashboardGUI::class,
"");
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
◆ executeCommand()
ilMStListCompetencesGUI::executeCommand |
( |
| ) |
|
Definition at line 67 of file class.ilMStListCompetencesGUI.php.
References addSubTabs(), and index().
69 $cmd = $this->dic->ctrl()->getCmd();
70 $next_class = $this->dic->ctrl()->getNextClass();
71 switch ($next_class) {
72 case strtolower(ilMStListCompetencesSkillsGUI::class):
75 $this->dic->ctrl()->forwardCommand($gui);
addSubTabs(string $subtab_active)
◆ index()
ilMStListCompetencesGUI::index |
( |
| ) |
|
◆ $access
ilMStListCompetencesGUI::$access |
|
protected |
◆ $dic
ilMStListCompetencesGUI::$dic |
|
private |
◆ $table
ilMStListCompetencesGUI::$table |
|
protected |
◆ CMD_APPLY_FILTER
const ilMStListCompetencesGUI::CMD_APPLY_FILTER = 'applyFilter' |
◆ CMD_GET_ACTIONS
const ilMStListCompetencesGUI::CMD_GET_ACTIONS = "getActions" |
◆ CMD_INDEX
const ilMStListCompetencesGUI::CMD_INDEX = 'index' |
◆ CMD_RESET_FILTER
const ilMStListCompetencesGUI::CMD_RESET_FILTER = 'resetFilter' |
◆ SUB_TAB_SKILLS
const ilMStListCompetencesGUI::SUB_TAB_SKILLS = 'skills' |
The documentation for this class was generated from the following file: