ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
StaticMainMenuProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Provider
;
22
23
use
ILIAS\GlobalScreen\Provider\StaticProvider
;
24
use
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\TypeInformationCollection
;
25
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
;
26
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\TopItem\TopParentItem
;
27
32
interface
StaticMainMenuProvider
extends
StaticProvider
,
MainMenuProviderInterface
33
{
38
public
function
getStaticTopItems
(): array;
39
44
public
function
getStaticSubItems
(): array;
45
49
public
function
provideTypeInformation
():
TypeInformationCollection
;
50
}
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Information\TypeInformationCollection
Class TypeInformationCollection.
Definition:
TypeInformationCollection.php:28
ILIAS\GlobalScreen\Scope\MainMenu\Factory\TopItem\TopParentItem
Definition:
TopParentItem.php:38
ILIAS\GlobalScreen\Provider\StaticProvider
Interface StaticProvider.
Definition:
StaticProvider.php:28
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:32
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface
Class MainMenuProviderInterface.
Definition:
MainMenuProviderInterface.php:30
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider
Interface StaticMainMenuProvider.
Definition:
StaticMainMenuProvider.php:33
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticTopItems
getStaticTopItems()
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\provideTypeInformation
provideTypeInformation()
ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider\getStaticSubItems
getStaticSubItems()
ILIAS\GlobalScreen\Scope\MainMenu\Provider
Definition:
AbstractStaticMainMenuPluginProvider.php:21
components
ILIAS
GlobalScreen
src
Scope
MainMenu
Provider
StaticMainMenuProvider.php
Generated on Sat Oct 18 2025 23:03:07 for ILIAS by
1.9.4 (using
Doxyfile
)