58 $this->dic->language()->loadLanguageModule(
'mst');
61 $top = StandardTopItemsProvider::getInstance()->getOrganisationIdentification();
63 $title = $this->dic->
language()->txt(
"mm_staff_list");
64 $icon = $this->dic->ui()->factory()->symbol()->icon()->custom(
70 $items[] = $this->mainmenu->link($this->
if->identifier(
'mm_pd_mst'))
73 ->withAction($this->dic->ctrl()->getLinkTargetByClass([
74 ilDashboardGUI::class,
76 ilMStListUsersGUI::class,
80 ->withAvailableCallable(
81 static function () use (
$dic) {
82 return (
bool) (
$dic->
settings()->get(
'enable_my_staff'));
89 )->hasCurrentUserAccessToMyStaff();
91 )->withNonAvailableReason(
$dic->
ui()->factory()->legacy()->content(
"{$dic->language()->txt('component_not_active')}"));
93 $title = $this->dic->language()->txt(
"mm_enrolments");
94 $icon = $this->dic->ui()->factory()->symbol()->icon()->custom(
100 $items[] = $this->mainmenu->link($this->
if->identifier(
'mm_pd_enrol'))
103 ->withAction($this->dic->ctrl()->getLinkTargetByClass([
104 ilDashboardGUI::class,
106 ilMStListCoursesGUI::class,
110 ->withAvailableCallable(
111 function () use (
$dic) {
112 return (
bool) (
$dic->
settings()->get(
"enable_my_staff"));
119 )->hasCurrentUserAccessToCourseMemberships();
121 )->withNonAvailableReason(
$dic->
ui()->factory()->legacy()->content(
"{$dic->language()->txt('component_not_active')}"));
124 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(Standard::CERT, $title);
125 $items[] = $this->mainmenu->link($this->
if->identifier(
"mm_pd_cert"))
127 ->withTitle($this->dic->language()->txt(
"mm_certificates"))
128 ->
withAction($this->dic->ctrl()->getLinkTargetByClass([
129 ilDashboardGUI::class,
131 ilMStListCertificatesGUI::class,
135 ->withAvailableCallable(
137 return boolval($this->dic->settings()->get(
"enable_my_staff"));
144 )->hasCurrentUserAccessToCertificates();
146 )->withNonAvailableReason($this->dic->ui()->factory()->legacy()->content(
"{$this->dic->language()->txt("component_not_active
")}"));
149 $icon = $this->dic->ui()->factory()->symbol()->icon()->standard(Standard::SKMG, $title);
150 $items[] = $this->mainmenu->link($this->
if->identifier(
"mm_pd_comp"))
152 ->withTitle($this->dic->language()->txt(
"mm_skills"))
153 ->
withAction($this->dic->ctrl()->getLinkTargetByClass([
154 ilDashboardGUI::class,
156 ilMStListCompetencesGUI::class,
160 ->withAvailableCallable(
162 return boolval($this->dic->settings()->get(
"enable_my_staff"));
169 )->hasCurrentUserAccessToCompetences();
171 )->withNonAvailableReason($this->dic->ui()->factory()->legacy()->content(
"{$this->dic->language()->txt("component_not_active
")}"));
Class StaffMainBarProvider.
if(!file_exists('../ilias.ini.php'))
Interface StaticMainMenuProvider.
withVisibilityCallable(callable $is_visible)
withSymbol(Symbol $symbol)
language()
Get interface to the i18n service.
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
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.