|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMMCustomProvider. More...
Inheritance diagram for ilMMCustomProvider:
Collaboration diagram for ilMMCustomProvider:Public Member Functions | |
| getSingleCustomItem (ilMMCustomItemStorage $storage, $register=false) | |
| provideTypeInformation () | |
| @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) | |
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 ilMMCustomProvider.
Definition at line 24 of file class.ilMMCustomProvider.php.
| ilMMCustomProvider::getSingleCustomItem | ( | ilMMCustomItemStorage | $storage, |
$register = false |
|||
| ) |
| ilMMCustomItemStorage | $storage | |
| bool | $register |
Definition at line 73 of file class.ilMMCustomProvider.php.
References CachedActiveRecord\find(), ilMMCustomItemStorage\getDefaultTitle(), ilMMCustomItemStorage\getIdentifier(), ilMMCustomItemStorage\getType(), ILIAS\GlobalScreen\Provider\AbstractProvider\globalScreen(), ilMMItemStorage\register(), and ilGSIdentificationStorage\registerIdentification().
Here is the call graph for this function:| ilMMCustomProvider::provideTypeInformation | ( | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider.
Definition at line 116 of file class.ilMMCustomProvider.php.
References $c, translateByline(), and translateType().
Here is the call graph for this function:
|
private |
| string | $type |
Definition at line 157 of file class.ilMMCustomProvider.php.
References $type.
Referenced by provideTypeInformation().
Here is the caller graph for this function:
|
private |
| string | $type |
Definition at line 143 of file class.ilMMCustomProvider.php.
References $type.
Referenced by provideTypeInformation().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.ilMMCustomProvider.php.