39 $DIC->language()->loadLanguageModule(
'mst');
40 $DIC->language()->loadLanguageModule(
'trac');
43 $DIC->ui()->mainTemplate()->loadStandardTemplate();
51 $next_class = $DIC->ctrl()->getNextClass($this);
52 switch ($next_class) {
53 case "ilmstlistcoursesgui":
54 $list_gui = new \ilMStListCoursesGUI();
55 $DIC->ctrl()->forwardCommand($list_gui);
57 case strtolower(ilMStListCertificatesGUI::class):
59 $DIC->ctrl()->forwardCommand($list_gui);
61 case strtolower(ilMStListCompetencesGUI::class):
63 $DIC->ctrl()->forwardCommand($list_gui);
69 case strtolower(ilMStShowUserGUI::class):
71 $DIC->ctrl()->forwardCommand($user_gui);
73 case strtolower(ilEmployeeTalkMyStaffListGUI::class):
75 $DIC->ctrl()->forwardCommand($user_gui);
79 $DIC->ctrl()->forwardCommand($list_gui);
83 $DIC->ui()->mainTemplate()->printToStdout();
86 final public static function extendActionMenuWithUserActions(
89 string $return_url =
"" 94 $DIC->user()->getId(),
97 $action_collection = $user_action_collector->getActionsForTargetUser($usr_id);
98 if (count($action_collection->getActions()) > 0) {
99 foreach ($action_collection->getActions() as $action) {
103 switch ($action->getType()) {
105 $selection->
addItem($action->getText(),
'', $action->getHref() .
"&back_url=" . $return_url);
111 if ($usr_id != $DIC->user()->getId()) {
159 if (ilMyStaffAccess::getInstance()->hasCurrentUserAccessToLearningProgressInObject($my_staff_course->
getCrsRefId())) {
161 $lp_icon = $DIC->ui()->factory()->symbol()->icon()
163 $lp_icons->getImagePathForStatus($my_staff_course->
getUsrLpStatus()),
167 return $DIC->ui()->renderer()->render($lp_icon) .
' ' 176 if (ilMyStaffAccess::getInstance()->hasCurrentUserAccessToLearningProgressInObject($my_staff_course->
getCrsRefId())) {
const TAB_LIST_STUDY_PROGRAMME
static getInstance(int $variant=ilLPStatusIcons::ICON_VARIANT_DEFAULT, ?\ILIAS\UI\Renderer $renderer=null, ?\ILIAS\UI\Factory $factory=null)
static getInstance(int $a_user_id, ilUserActionContext $a_context)
Get instance (for a user)
static getUserLpStatusAsHtml(ilMStListCourse $my_staff_course)
addItem(string $a_title, string $a_value="", string $a_link="", string $a_img="", string $a_alt="", string $a_frame="", string $a_html="", bool $a_prevent_background_click=false, string $a_onclick="", string $a_ttip="", string $a_tt_my="right center", string $a_tt_at="left center", bool $a_tt_use_htmlspecialchars=true, array $a_data=array())
const TAB_LIST_CERTIFICATES
static getUserLpStatusAsText(ilMStListCourse $my_staff_course)
static _getStatusText(int $a_status, ?ilLanguage $a_lng=null)
Get status alt text.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const TAB_LIST_COMPETENCES