|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 | |
| setTitleAndIcon () | |
| 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, and setTitleAndIcon().
Here is the call graph for this function:
|
protected |
| string | $active_tab_id |
Definition at line 169 of file class.ilMStShowUserGUI.php.
References $DIC.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMStShowUserGUI::cancel | ( | ) |
Definition at line 158 of file class.ilMStShowUserGUI.php.
References $DIC.
|
protected |
Definition at line 60 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 81 of file class.ilMStShowUserGUI.php.
References $DIC, addTabs(), checkAccessOrFail(), CMD_SHOW_USER, index(), and setTitleAndIcon().
Here is the call graph for this function:
|
protected |
Definition at line 130 of file class.ilMStShowUserGUI.php.
References $DIC.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 48 of file class.ilMStShowUserGUI.php.
References $DIC, ilObjUser\_getPersonalPicturePath(), and ilUserUtil\getNamePresentation().
Referenced by __construct(), and executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 140 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.