|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMyStaffGUI. More...
Collaboration diagram for ilMyStaffGUI:Public Member Functions | |
| __construct () | |
| executeCommand () | |
Static Public Member Functions | |
| static | getUserLpStatusAsHtml (ilMStListCourse $my_staff_course) |
| static | getUserLpStatusAsText (ilMStListCourse $my_staff_course) |
Data Fields | |
| const | CMD_INDEX = 'index' |
| const | TAB_LIST_USERS = 'list_users' |
| const | TAB_LIST_COURSES = 'list_courses' |
Protected Member Functions | |
| addTabs ($active_tab_id) | |
Class ilMyStaffGUI.
Definition at line 8 of file class.ilMyStaffGUI.php.
| ilMyStaffGUI::__construct | ( | ) |
Definition at line 18 of file class.ilMyStaffGUI.php.
References $DIC.
|
protected |
| string | $active_tab_id |
Definition at line 65 of file class.ilMyStaffGUI.php.
References $DIC.
Referenced by executeCommand().
Here is the caller graph for this function:| ilMyStaffGUI::executeCommand | ( | ) |
Definition at line 34 of file class.ilMyStaffGUI.php.
References $DIC, and addTabs().
Here is the call graph for this function:
|
static |
| ilMStListCourse | $my_staff_course |
Definition at line 130 of file class.ilMyStaffGUI.php.
References $DIC, ilLearningProgressBaseGUI\_getImagePathForStatus(), ilLearningProgressBaseGUI\_getStatusText(), ilMStListCourse\getCrsRefId(), ilMyStaffAccess\getInstance(), and ilMStListCourse\getUsrLpStatus().
Referenced by ilMStListCoursesTableGUI\fillRow(), and ilMStShowUserCoursesTableGUI\fillRow().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| ilMStListCourse | $my_staff_course |
Definition at line 151 of file class.ilMyStaffGUI.php.
References ilLearningProgressBaseGUI\_getStatusText(), ilMStListCourse\getCrsRefId(), ilMyStaffAccess\getInstance(), and ilMStListCourse\getUsrLpStatus().
Referenced by ilMStListCoursesTableGUI\getFieldValuesForExport(), and ilMStShowUserCoursesTableGUI\getFieldValuesForExport().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilMyStaffGUI::CMD_INDEX = 'index' |
Definition at line 10 of file class.ilMyStaffGUI.php.
Referenced by ilMStListUsersTableGUI\getProfileBackUrl().
| const ilMyStaffGUI::TAB_LIST_COURSES = 'list_courses' |
Definition at line 12 of file class.ilMyStaffGUI.php.
| const ilMyStaffGUI::TAB_LIST_USERS = 'list_users' |
Definition at line 11 of file class.ilMyStaffGUI.php.