|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 39 of file CustomMainBarProvider.php.
| ILIAS\MainMenu\Provider\CustomMainBarProvider::__construct | ( | Container | $dic | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider.
Definition at line 58 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 240 of file CustomMainBarProvider.php.
| ILIAS\MainMenu\Provider\CustomMainBarProvider::getSingleCustomItem | ( | ilMMCustomItemStorage | $storage, |
$register = false |
|||
| ) |
| ilMMCustomItemStorage | $storage | |
| bool | $register |
Definition at line 102 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 142 of file CustomMainBarProvider.php.
References Vendor\Package\$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 229 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 217 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 45 of file CustomMainBarProvider.php.
|
protected |
Definition at line 53 of file CustomMainBarProvider.php.
Referenced by ILIAS\MainMenu\Provider\CustomMainBarProvider\__construct().
|
private |
Definition at line 49 of file CustomMainBarProvider.php.