ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
MainMenuProviderInterface.php
Go to the documentation of this file.
1
<?
php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Provider
;
2
3
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
4
10
interface
MainMenuProviderInterface
11
{
12
16
public
function
getAllIdentifications
() : array;
17
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:9
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface
Class MainMenuProviderInterface.
Definition:
MainMenuProviderInterface.php:11
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface\getAllIdentifications
getAllIdentifications()
ILIAS\GlobalScreen\Scope\MainMenu\Provider
Definition:
AbstractStaticMainMenuProvider.php:1
src
GlobalScreen
Scope
MainMenu
Provider
MainMenuProviderInterface.php
Generated on Thu Oct 2 2025 19:02:05 for ILIAS by
1.9.4 (using
Doxyfile
)