|
ILIAS
release_8 Revision v8.24
|
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' |
| const | TAB_SHOW_TALKS = 'show_talks' |
Protected Member Functions | |
| setTitleAndIcon () | |
| checkAccessOrFail () | |
| index () | |
| showUser () | |
| addTabs (string $active_tab_id) | |
Protected Attributes | |
| int | $usr_id |
| ilMyStaffAccess | $access |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
Class ilMStShowUserGUI.
Definition at line 29 of file class.ilMStShowUserGUI.php.
| ilMStShowUserGUI::__construct | ( | ) |
Definition at line 43 of file class.ilMStShowUserGUI.php.
References $DIC, ILIAS\Repository\access(), and setTitleAndIcon().
Here is the call graph for this function:
|
protected |
Definition at line 167 of file class.ilMStShowUserGUI.php.
References $DIC, and ILIAS\Repository\access().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMStShowUserGUI::cancel | ( | ) |
Definition at line 160 of file class.ilMStShowUserGUI.php.
References $DIC.
|
protected |
Definition at line 62 of file class.ilMStShowUserGUI.php.
References $DIC, and ILIAS\Repository\access().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
final |
Definition at line 79 of file class.ilMStShowUserGUI.php.
References $DIC, addTabs(), checkAccessOrFail(), CMD_SHOW_USER, ilObjEmployeeTalkAccess\getInstance(), index(), and setTitleAndIcon().
Here is the call graph for this function:
|
protected |
Definition at line 140 of file class.ilMStShowUserGUI.php.
References $DIC.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 56 of file class.ilMStShowUserGUI.php.
References 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 146 of file class.ilMStShowUserGUI.php.
References $DIC.
|
protected |
Definition at line 40 of file class.ilMStShowUserGUI.php.
|
private |
Definition at line 41 of file class.ilMStShowUserGUI.php.
|
protected |
Definition at line 39 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::CMD_INDEX = 'index' |
Definition at line 31 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::CMD_SHOW_USER = 'showUser' |
Definition at line 32 of file class.ilMStShowUserGUI.php.
Referenced by executeCommand().
| const ilMStShowUserGUI::TAB_SHOW_CERTIFICATES = 'show_certificates' |
Definition at line 35 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::TAB_SHOW_COMPETENCES = 'show_competences' |
Definition at line 36 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::TAB_SHOW_COURSES = 'show_courses' |
Definition at line 34 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::TAB_SHOW_TALKS = 'show_talks' |
Definition at line 37 of file class.ilMStShowUserGUI.php.
| const ilMStShowUserGUI::TAB_SHOW_USER = 'show_user' |
Definition at line 33 of file class.ilMStShowUserGUI.php.