|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class CustomMainBarProvider. More...
Inheritance diagram for ILIAS\MainMenu\Provider\CustomMainBarProvider:
Collaboration diagram for ILIAS\MainMenu\Provider\CustomMainBarProvider:Public Member Functions | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getSingleCustomItem (ilMMCustomItemStorage $storage, $register=false) | |
| provideTypeInformation () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| @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 () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider | |
| getStaticTopItems () | |
| getStaticSubItems () | |
| provideTypeInformation () | |
| getAllIdentifications () | |
Protected Attributes | |
| $dic | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| $dic | |
| $if | |
| $mainmenu | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| $dic | |
Private Member Functions | |
| translateType (string $type) | |
| translateByline (string $type) | |
Private Attributes | |
| $access_helper | |
| $mm_access | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Class CustomMainBarProvider.
Definition at line 55 of file CustomMainBarProvider.php.
| ILIAS\MainMenu\Provider\CustomMainBarProvider::__construct | ( | Container | $dic | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider.
Definition at line 74 of file CustomMainBarProvider.php.
References ILIAS\MainMenu\Provider\CustomMainBarProvider\$dic, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\GlobalScreen\Helper\BasicAccessCheckClosures\getInstance().
Here is the call graph for this function:| ILIAS\MainMenu\Provider\CustomMainBarProvider::getProviderNameForPresentation | ( | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Provider\AbstractProvider.
Definition at line 273 of file CustomMainBarProvider.php.
| ILIAS\MainMenu\Provider\CustomMainBarProvider::getSingleCustomItem | ( | ilMMCustomItemStorage | $storage, |
$register = false |
|||
| ) |
| ilMMCustomItemStorage | $storage | |
| bool | $register |
Definition at line 118 of file CustomMainBarProvider.php.
References CachedActiveRecord\find(), 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 165 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 262 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 250 of file CustomMainBarProvider.php.
References $type.
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\provideTypeInformation().
Here is the caller graph for this function:
|
private |
Definition at line 61 of file CustomMainBarProvider.php.
|
protected |
Definition at line 69 of file CustomMainBarProvider.php.
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\__construct().
|
private |
Definition at line 65 of file CustomMainBarProvider.php.