ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
MainMenuProviderInterface.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\Identification\IdentificationInterface
;
24
29
interface
MainMenuProviderInterface
30
{
34
public
function
getAllIdentifications
(): array;
35
}
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:30
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface
Class MainMenuProviderInterface.
Definition:
MainMenuProviderInterface.php:30
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface\getAllIdentifications
getAllIdentifications()
ILIAS\GlobalScreen\Scope\MainMenu\Provider
Definition:
AbstractStaticMainMenuPluginProvider.php:21
components
ILIAS
GlobalScreen
src
Scope
MainMenu
Provider
MainMenuProviderInterface.php
Generated on Sun Oct 19 2025 23:02:59 for ILIAS by
1.9.4 (using
Doxyfile
)