|
ILIAS
release_8 Revision v8.24
|
Class CustomMainBarProvider. More...
Inheritance diagram for ILIAS\MainMenu\Provider\CustomMainBarProvider:
Collaboration diagram for ILIAS\MainMenu\Provider\CustomMainBarProvider:Protected Attributes | |
| Container | $dic |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| Container | $dic |
| IdentificationProviderInterface | $if |
| MainMenuItemFactory | $mainmenu |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| Container | $dic |
Private Member Functions | |
| translateType (string $type) | |
| translateByline (string $type) | |
Private Attributes | |
| ilMainMenuAccess | $mm_access |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Class CustomMainBarProvider.
Definition at line 60 of file CustomMainBarProvider.php.
| ILIAS\MainMenu\Provider\CustomMainBarProvider::__construct | ( | Container | $dic, |
| \ilMainMenuAccess | $access = null |
||
| ) |
@inheritDoc
Definition at line 68 of file CustomMainBarProvider.php.
References ILIAS\MainMenu\Provider\CustomMainBarProvider\$dic, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\MainMenu\Provider\CustomMainBarProvider::getProviderNameForPresentation | ( | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Provider\AbstractProvider.
Definition at line 266 of file CustomMainBarProvider.php.
| ILIAS\MainMenu\Provider\CustomMainBarProvider::getSingleCustomItem | ( | ilMMCustomItemStorage | $storage, |
| bool | $register = false |
||
| ) |
| ilMMCustomItemStorage | $storage | |
| bool | $register |
Definition at line 111 of file CustomMainBarProvider.php.
References function, ilMMCustomItemStorage\getDefaultTitle(), ilMMCustomItemStorage\getIdentifier(), ilMMCustomItemStorage\getType(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ilMMItemStorage\register().
Here is the call graph for this function:| ILIAS\MainMenu\Provider\CustomMainBarProvider::provideTypeInformation | ( | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider.
Definition at line 158 of file CustomMainBarProvider.php.
References $c, ILIAS\MainMenu\Provider\CustomMainBarProvider\translateByline(), and ILIAS\MainMenu\Provider\CustomMainBarProvider\translateType().
Here is the call graph for this function:
|
private |
| string | $type |
Definition at line 255 of file CustomMainBarProvider.php.
References $type.
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\provideTypeInformation().
Here is the caller graph for this function:
|
private |
| string | $type |
Definition at line 243 of file CustomMainBarProvider.php.
References $type.
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\provideTypeInformation().
Here is the caller graph for this function:
|
protected |
Definition at line 63 of file CustomMainBarProvider.php.
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\__construct().
|
private |
Definition at line 62 of file CustomMainBarProvider.php.