ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
MainMenuProviderInterface.php
Go to the documentation of this file.
1
<?php
2
3
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractStaticMainMenuPluginProvider.php:20
src
GlobalScreen
Scope
MainMenu
Provider
MainMenuProviderInterface.php
Generated on Wed Sep 3 2025 22:02:54 for ILIAS by
1.8.13 (using
Doxyfile
)