|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class CustomMainBarProvider. More...
Inheritance diagram for ILIAS\MainMenu\Provider\CustomMainBarProvider:
Collaboration diagram for ILIAS\MainMenu\Provider\CustomMainBarProvider:Public Member Functions | |
| __construct (Container $dic, \ilMainMenuAccess $access=null) | |
| getSingleCustomItem (ilMMCustomItemStorage $storage, bool $register=false) | |
| provideTypeInformation () | |
| getProviderNameForPresentation () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| __construct (Container $dic) | |
| getAllIdentifications () | |
| provideTypeInformation () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (protected Container $dic) | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider | |
| getStaticTopItems () | |
| getStaticSubItems () | |
Protected Attributes | |
| Container | $dic |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| Container | $dic |
| IdentificationProviderInterface | $if |
| MainMenuItemFactory | $mainmenu |
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 |
||
| ) |
Definition at line 68 of file CustomMainBarProvider.php.
References ILIAS\GlobalScreen\Provider\__construct(), ILIAS\MainMenu\Provider\CustomMainBarProvider\getSingleCustomItem(), ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticSubItems(), ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticTopItems(), and ActiveRecord\where().
Here is the call graph for this function:| ILIAS\MainMenu\Provider\CustomMainBarProvider::getProviderNameForPresentation | ( | ) |
Implements ILIAS\GlobalScreen\Provider\Provider.
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 ilMMCustomItemStorage\getDefaultTitle(), ilMMCustomItemStorage\getIdentifier(), ilMMCustomItemStorage\getType(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), and ilMMItemStorage\register().
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MainMenu\Provider\CustomMainBarProvider::provideTypeInformation | ( | ) |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
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.
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.
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\provideTypeInformation().
Here is the caller graph for this function:
|
protected |
Definition at line 63 of file CustomMainBarProvider.php.
|
private |
Definition at line 62 of file CustomMainBarProvider.php.