26 parent::__construct($dic);
60 return [$this->mainmenu->link($this->
if->identifier(
'mm_pd_mst'))
61 ->withTitle($this->dic->language()->txt(
"my_staff"))
62 ->withAction(
"ilias.php?baseClass=ilPersonalDesktopGUI&cmd=jumpToMyStaff")
65 ->withAvailableCallable(
66 function () use (
$dic) {
67 return (
bool) (
$dic->settings()->get(
"enable_my_staff"));
70 ->withVisibilityCallable(
74 )->withNonAvailableReason(
$dic->ui()->factory()->legacy(
"{$dic->language()->txt('component_not_active')}"))];
Interface IdentificationInterface.
Interface StaticMainMenuProvider.
getTopItem()
Some other components want to provide Items for the main menu which are located at the PD TopTitem by...
Customizing of pimple-DIC for ILIAS.
if(!file_exists(getcwd() . '/ilias.ini.php'))
registration confirmation script for ilias
Class ilPDGlobalScreenProvider.
__construct(Container $dic)
Class ilStaffGlobalScreenProvider.