61 $this->dic->language()->loadLanguageModule(
'mst');
66 $title = $this->dic->language()->txt(
"mm_staff_list");
67 $icon = $this->dic->ui()->factory()->symbol()->icon()->custom(
73 $items[] = $this->mainmenu->link($this->
if->identifier(
'mm_pd_mst'))
76 ->withAction($this->dic->ctrl()->getLinkTargetByClass([
77 ilDashboardGUI::class,
79 ilMStListUsersGUI::class,
83 ->withAvailableCallable(
84 static function () use (
$dic) {
85 return (
bool) (
$dic->
settings()->get(
'enable_my_staff'));
88 ->withVisibilityCallable(
92 )->hasCurrentUserAccessToMyStaff();
94 )->withNonAvailableReason(
$dic->
ui()->factory()->legacy(
"{$dic->language()->txt('component_not_active')}"));
96 $title = $this->dic->language()->txt(
"mm_enrolments");
97 $icon = $this->dic->ui()->factory()->symbol()->icon()->custom(
103 $items[] = $this->mainmenu->link($this->
if->identifier(
'mm_pd_enrol'))
106 ->withAction($this->dic->ctrl()->getLinkTargetByClass([
107 ilDashboardGUI::class,
109 ilMStListCoursesGUI::class,
113 ->withAvailableCallable(
114 function () use (
$dic) {
115 return (
bool) (
$dic->
settings()->get(
"enable_my_staff"));
118 ->withVisibilityCallable(
122 )->hasCurrentUserAccessToCourseMemberships();
124 )->withNonAvailableReason(
$dic->
ui()->factory()->legacy(
"{$dic->language()->txt('component_not_active')}"));
127 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::CERT, $title);
128 $items[] = $this->mainmenu->link($this->
if->identifier(
"mm_pd_cert"))
130 ->withTitle($this->dic->language()->txt(
"mm_certificates"))
131 ->withAction($this->dic->ctrl()->getLinkTargetByClass([
132 ilDashboardGUI::class,
134 ilMStListCertificatesGUI::class,
138 ->withAvailableCallable(
140 return boolval($this->dic->settings()->get(
"enable_my_staff"));
143 ->withVisibilityCallable(
147 )->hasCurrentUserAccessToCertificates();
149 )->withNonAvailableReason($this->dic->ui()->factory()->legacy(
"{$this->dic->language()->txt("component_not_active
")}"));
152 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(
Standard::SKMG, $title);
153 $items[] = $this->mainmenu->link($this->
if->identifier(
"mm_pd_comp"))
155 ->withTitle($this->dic->language()->txt(
"mm_skills"))
156 ->withAction($this->dic->ctrl()->getLinkTargetByClass([
157 ilDashboardGUI::class,
159 ilMStListCompetencesGUI::class,
163 ->withAvailableCallable(
165 return boolval($this->dic->settings()->get(
"enable_my_staff"));
168 ->withVisibilityCallable(
172 )->hasCurrentUserAccessToCompetences();
174 )->withNonAvailableReason($this->dic->ui()->factory()->legacy(
"{$this->dic->language()->txt("component_not_active
")}"));
Class StaffMainBarProvider.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
Interface StaticMainMenuProvider.
if(!file_exists(getcwd() . '/ilias.ini.php'))
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withSymbol(Symbol $symbol)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ui()
Get the interface to get services from UI framework.
settings()
Get the interface to the settings.