|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMStShowUserGUI. More...
Collaboration diagram for ilMStShowUserGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
| cancel () | |
Data Fields | |
| const | CMD_INDEX = 'index' |
| const | CMD_SHOW_USER = 'showUser' |
| const | TAB_SHOW_USER = 'show_user' |
| const | TAB_SHOW_COURSES = 'show_courses' |
| const | TAB_SHOW_CERTIFICATES = 'show_certificates' |
| const | TAB_SHOW_COMPETENCES = 'show_competences' |
Protected Member Functions | |
| checkAccessOrFail () | |
| index () | |
| showUser () | |
| addTabs ($active_tab_id) | |
Protected Attributes | |
| $usr_id | |
| $access | |
Class ilMStShowUserGUI.
@ilCtrl_IsCalledBy ilMStShowUserGUI: ilMyStaffGUI @ilCtrl_Calls ilMStShowUserGUI: ilUserCertificateGUI
Definition at line 13 of file class.ilMStShowUserGUI.php.
| ilMStShowUserGUI::__construct | ( | ) |
Definition at line 36 of file class.ilMStShowUserGUI.php.
References $DIC, ilObjUser\_getPersonalPicturePath(), and ilUserUtil\getNamePresentation().
Here is the call graph for this function:
|
protected |
| string | $active_tab_id |
Definition at line 162 of file class.ilMStShowUserGUI.php.
References $DIC.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMStShowUserGUI::cancel | ( | ) |
Definition at line 151 of file class.ilMStShowUserGUI.php.
References $DIC.
|
protected |
Definition at line 53 of file class.ilMStShowUserGUI.php.
References $DIC, and ilUtil\sendFailure().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMStShowUserGUI::executeCommand | ( | ) |
Definition at line 75 of file class.ilMStShowUserGUI.php.
References $DIC, addTabs(), checkAccessOrFail(), CMD_SHOW_USER, and index().
Here is the call graph for this function:
|
protected |
Definition at line 123 of file class.ilMStShowUserGUI.php.
References $DIC.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 133 of file class.ilMStShowUserGUI.php.
References $DIC.
|
protected |
Definition at line 30 of file class.ilMStShowUserGUI.php.
|
protected |
Definition at line 26 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::CMD_INDEX = 'index' |
Definition at line 15 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::CMD_SHOW_USER = 'showUser' |
Definition at line 16 of file class.ilMStShowUserGUI.php.
Referenced by executeCommand().
| const ilMStShowUserGUI::TAB_SHOW_CERTIFICATES = 'show_certificates' |
Definition at line 20 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::TAB_SHOW_COMPETENCES = 'show_competences' |
Definition at line 21 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::TAB_SHOW_COURSES = 'show_courses' |
Definition at line 19 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::TAB_SHOW_USER = 'show_user' |
Definition at line 18 of file class.ilMStShowUserGUI.php.