ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
StaticFooterProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Footer\Provider
;
22
23
use
ILIAS\GlobalScreen\Provider\StaticProvider
;
24
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
;
25
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\TopItem\TopParentItem
;
26
use
ILIAS\GlobalScreen\Scope\Footer\Factory\Permanent
;
27
31
interface
StaticFooterProvider
extends
StaticProvider
,
FooterProviderInterface
32
{
37
public
function
getGroups
(): array;
38
43
public
function
getEntries
(): array;
44
45
public
function
getAdditionalTexts
(): array;
46
47
public
function
getPermanentURI
(): ?
Permanent
;
48
}
ILIAS\GlobalScreen\Scope\Footer\Factory\Permanent
Definition:
Permanent.php:29
ILIAS\GlobalScreen\Scope\Footer\Provider\FooterProviderInterface
Definition:
FooterProviderInterface.php:28
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider\getPermanentURI
getPermanentURI()
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider\getAdditionalTexts
getAdditionalTexts()
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider\getGroups
getGroups()
Permanent
isItem
ILIAS\GlobalScreen\Scope\Footer\Provider
Definition:
FooterProviderInterface.php:21
ILIAS\GlobalScreen\Provider\StaticProvider
Interface StaticProvider.
Definition:
StaticProvider.php:27
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider\getEntries
getEntries()
StaticProvider
ILIAS\GlobalScreen\Scope\Footer\Provider\StaticFooterProvider
Definition:
StaticFooterProvider.php:31
TopParentItem
components
ILIAS
GlobalScreen
src
Scope
Footer
Provider
StaticFooterProvider.php
Generated on Wed Sep 3 2025 23:03:07 for ILIAS by
1.8.13 (using
Doxyfile
)