ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:30
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface
Class MainMenuProviderInterface.
Definition:
MainMenuProviderInterface.php:29
ILIAS\GlobalScreen\Scope\MainMenu\Provider\MainMenuProviderInterface\getAllIdentifications
getAllIdentifications()
ILIAS\GlobalScreen\Scope\MainMenu\Provider
Definition:
AbstractStaticMainMenuPluginProvider.php:20
src
GlobalScreen
Scope
MainMenu
Provider
MainMenuProviderInterface.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)