ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilPrtfGlobalScreenProvider. More...
Public Member Functions | |
__construct (\ILIAS\DI\Container $dic) | |
getTopItem () | |
Some other components want to provide Items for the main menu which are located at the PD TopTitem by default. More... | |
getStaticTopItems () | |
@inheritDoc More... | |
getStaticSubItems () | |
@inheritDoc More... | |
getProviderNameForPresentation () | |
@inheritDoc More... | |
![]() | |
__construct (Container $dic) | |
@inheritDoc More... | |
getAllIdentifications () | |
@inheritDoc More... | |
provideTypeInformation () | |
@inheritDoc More... | |
![]() | |
__construct (Container $dic) | |
@inheritDoc More... | |
getFullyQualifiedClassName () | |
@inheritDoc More... | |
getProviderNameForPresentation () | |
getFullyQualifiedClassName () | |
getProviderNameForPresentation () | |
getStaticTopItems () | |
getStaticSubItems () | |
provideTypeInformation () | |
getAllIdentifications () | |
Protected Attributes | |
$top_item | |
![]() | |
$dic | |
$if | |
$mainmenu | |
![]() | |
$dic | |
Additional Inherited Members | |
![]() | |
const | PURPOSE_MAINBAR = 'mainmenu' |
![]() | |
globalScreen () | |
Class ilPrtfGlobalScreenProvider.
Definition at line 11 of file class.ilPrtfGlobalScreenProvider.php.
ilPrtfGlobalScreenProvider::__construct | ( | \ILIAS\DI\Container | $dic | ) |
Definition at line 20 of file class.ilPrtfGlobalScreenProvider.php.
References ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider\$dic, and getTopItem().
ilPrtfGlobalScreenProvider::getProviderNameForPresentation | ( | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Provider\AbstractProvider.
Definition at line 73 of file class.ilPrtfGlobalScreenProvider.php.
ilPrtfGlobalScreenProvider::getStaticSubItems | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 52 of file class.ilPrtfGlobalScreenProvider.php.
References ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider\$dic, getTopItem(), and if.
ilPrtfGlobalScreenProvider::getStaticTopItems | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 43 of file class.ilPrtfGlobalScreenProvider.php.
ilPrtfGlobalScreenProvider::getTopItem | ( | ) |
Some other components want to provide Items for the main menu which are located at the PD TopTitem by default.
Therefore we have to provide our TopTitem Identification for others
Definition at line 34 of file class.ilPrtfGlobalScreenProvider.php.
References $top_item.
Referenced by __construct(), and getStaticSubItems().
|
protected |
Definition at line 17 of file class.ilPrtfGlobalScreenProvider.php.
Referenced by getTopItem().