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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\TypeInformationCollection
Class TypeInformationCollection.
Definition:
TypeInformationCollection.php:9
ILIAS\GlobalScreen\Scope\MainMenu\Factory\TopItem\TopParentItem
Class TopParentItem.
Definition:
TopParentItem.php:13
ILIAS\GlobalScreen\Provider\StaticProvider
Interface StaticProvider.
Definition:
StaticProvider.php:9
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:13
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface
Class MainMenuProviderInterface.
Definition:
MainMenuProviderInterface.php:11
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider
Interface StaticMainMenuProvider.
Definition:
StaticMainMenuProvider.php:14
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticTopItems
getStaticTopItems()
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\PURPOSE_MAINBAR
const PURPOSE_MAINBAR
Definition:
StaticMainMenuProvider.php:15
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\provideTypeInformation
provideTypeInformation()
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticSubItems
getStaticSubItems()
ILIAS\GlobalScreen\Scope\MainMenu\Provider
Definition:
AbstractStaticMainMenuProvider.php:1
src
GlobalScreen
Scope
MainMenu
Provider
StaticMainMenuProvider.php
Generated on Thu Oct 2 2025 19:02:05 for ILIAS by
1.9.4 (using
Doxyfile
)