|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilStaffGlobalScreenProvider. More...
Inheritance diagram for ilStaffGlobalScreenProvider:
Collaboration diagram for ilStaffGlobalScreenProvider:Public Member Functions | |
| __construct (Container $dic) | |
| getTopItem () | |
| Some other components want to provide Items for the main menu which are located at the PD TopTitem by default. More... | |
| getStaticTopItems () | |
| @inheritDoc More... | |
| getStaticSubItems () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getAllIdentifications () | |
| @inheritDoc More... | |
| provideTypeInformation () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getFullyQualifiedClassName () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getStaticTopItems () | |
| getStaticSubItems () | |
| provideTypeInformation () | |
| getAllIdentifications () | |
Protected Attributes | |
| $top_item | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| $dic | |
| $if | |
| $mainmenu | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider | |
| const | PURPOSE_MAINBAR = 'mainmenu' |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Class ilStaffGlobalScreenProvider.
Definition at line 12 of file class.ilStaffGlobalScreenProvider.php.
| ilStaffGlobalScreenProvider::__construct | ( | Container | $dic | ) |
| Container | $dic |
Reimplemented from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider.
Definition at line 24 of file class.ilStaffGlobalScreenProvider.php.
References ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider\$dic, and getTopItem().
Here is the call graph for this function:| ilStaffGlobalScreenProvider::getStaticSubItems | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 56 of file class.ilStaffGlobalScreenProvider.php.
References ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider\$dic, ilMyStaffAccess\getInstance(), getTopItem(), and if.
Here is the call graph for this function:| ilStaffGlobalScreenProvider::getStaticTopItems | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 47 of file class.ilStaffGlobalScreenProvider.php.
| ilStaffGlobalScreenProvider::getTopItem | ( | ) |
Some other components want to provide Items for the main menu which are located at the PD TopTitem by default.
Therefore we have to provide our TopTitem Identification for others
Definition at line 38 of file class.ilStaffGlobalScreenProvider.php.
References $top_item.
Referenced by __construct(), and getStaticSubItems().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilStaffGlobalScreenProvider.php.
Referenced by getTopItem().