ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
StaticMainMenuProvider.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Provider
;
2
3
use
ILIAS\GlobalScreen\Provider\StaticProvider
;
4
use
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\TypeInformationCollection
;
5
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
;
6
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\TopItem\TopParentItem
;
7
13
interface
StaticMainMenuProvider
extends
StaticProvider
,
MainMenuProviderInterface
14
{
15
const
PURPOSE_MAINBAR
=
'mainmenu'
;
16
17
23
public
function
getStaticTopItems
() : array;
24
25
30
public
function
getStaticSubItems
() : array;
31
32
36
public
function
provideTypeInformation
() :
TypeInformationCollection
;
37
}
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticSubItems
getStaticSubItems()
TypeInformationCollection
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\PURPOSE_MAINBAR
const PURPOSE_MAINBAR
Definition:
StaticMainMenuProvider.php:15
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface
Class MainMenuProviderInterface.
Definition:
MainMenuProviderInterface.php:10
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\TypeInformationCollection
Class TypeInformationCollection.
Definition:
TypeInformationCollection.php:8
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\provideTypeInformation
provideTypeInformation()
isItem
ILIAS\GlobalScreen\Provider\StaticProvider
Interface StaticProvider.
Definition:
StaticProvider.php:8
StaticProvider
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider
Interface StaticMainMenuProvider.
Definition:
StaticMainMenuProvider.php:13
php
ILIAS\GlobalScreen\Scope\MainMenu\Provider
Definition:
AbstractStaticMainMenuProvider.php:1
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticTopItems
getStaticTopItems()
TopParentItem
src
GlobalScreen
Scope
MainMenu
Provider
StaticMainMenuProvider.php
Generated on Thu Jan 30 2025 19:02:11 for ILIAS by
1.8.13 (using
Doxyfile
)