ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
MainMenuProviderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Provider
;
21
22
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
23
28
interface
MainMenuProviderInterface
29
{
33
public
function
getAllIdentifications
(): array;
34
}
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface
Class MainMenuProviderInterface.
Definition:
MainMenuProviderInterface.php:28
IdentificationInterface
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface\getAllIdentifications
getAllIdentifications()
ILIAS\GlobalScreen\Scope\MainMenu\Provider
Definition:
AbstractStaticMainMenuPluginProvider.php:20
components
ILIAS
GlobalScreen
src
Scope
MainMenu
Provider
MainMenuProviderInterface.php
Generated on Mon Sep 1 2025 23:03:11 for ILIAS by
1.8.13 (using
Doxyfile
)