|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMStListCompetencesGUI. More...
Collaboration diagram for ilMStListCompetencesGUI:Public Member Functions | |
| __construct (Container $dic=null) | |
| executeCommand () | |
| index () | |
| getActions () | |
Data Fields | |
| const | CMD_APPLY_FILTER = 'applyFilter' |
| const | CMD_INDEX = 'index' |
| const | CMD_GET_ACTIONS = "getActions" |
| const | CMD_RESET_FILTER = 'resetFilter' |
| const | SUB_TAB_SKILLS = 'skills' |
Protected Member Functions | |
| checkAccessOrFail () | |
| addSubTabs (string $subtab_active) | |
Protected Attributes | |
| $table | |
| $access | |
Private Attributes | |
| $dic | |
Class ilMStListCompetencesGUI.
@ilCtrl_IsCalledBy ilMStListCompetencesGUI: ilMyStaffGUI @ilCtrl_Calls ilMStListCompetencesGUI: ilMStListCompetencesSkillsGUI @ilCtrl_Calls ilMStListCompetencesGUI: ilMStListCompetencesProfilesGUI
Definition at line 15 of file class.ilMStListCompetencesGUI.php.
| ilMStListCompetencesGUI::__construct | ( | Container | $dic = null | ) |
| Container | $dic |
Definition at line 39 of file class.ilMStListCompetencesGUI.php.
|
protected |
| string | $subtab_active |
Definition at line 94 of file class.ilMStListCompetencesGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 53 of file class.ilMStListCompetencesGUI.php.
References ilUtil\sendFailure().
Here is the call graph for this function:| ilMStListCompetencesGUI::executeCommand | ( | ) |
Definition at line 67 of file class.ilMStListCompetencesGUI.php.
References addSubTabs(), CMD_INDEX, and index().
Here is the call graph for this function:| ilMStListCompetencesGUI::getActions | ( | ) |
Definition at line 122 of file class.ilMStListCompetencesGUI.php.
References ilLink\_getStaticLink(), ilObject2\_lookupObjectId(), ilObject2\_lookupTitle(), exit, ilOrgUnitPathStorage\getTextRepresentationOfOrgUnits(), and ActiveRecord\innerjoin().
Here is the call graph for this function:| ilMStListCompetencesGUI::index | ( | ) |
Definition at line 113 of file class.ilMStListCompetencesGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 29 of file class.ilMStListCompetencesGUI.php.
|
private |
Definition at line 33 of file class.ilMStListCompetencesGUI.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilMStListCompetencesGUI.php.
| const ilMStListCompetencesGUI::CMD_APPLY_FILTER = 'applyFilter' |
Definition at line 17 of file class.ilMStListCompetencesGUI.php.
| const ilMStListCompetencesGUI::CMD_GET_ACTIONS = "getActions" |
Definition at line 19 of file class.ilMStListCompetencesGUI.php.
| const ilMStListCompetencesGUI::CMD_INDEX = 'index' |
Definition at line 18 of file class.ilMStListCompetencesGUI.php.
Referenced by executeCommand(), and ILIAS\MyStaff\Provider\StaffMainBarProvider\getStaticSubItems().
| const ilMStListCompetencesGUI::CMD_RESET_FILTER = 'resetFilter' |
Definition at line 20 of file class.ilMStListCompetencesGUI.php.
| const ilMStListCompetencesGUI::SUB_TAB_SKILLS = 'skills' |
Definition at line 21 of file class.ilMStListCompetencesGUI.php.