ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
isGlobalScreenItem.php
Go to the documentation of this file.
1
<?
php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen
;
22
23
use Closure;
24
use
ILIAS\GlobalScreen\Identification\IdentificationInterface
;
25
30
interface
isGlobalScreenItem
31
{
35
public
function
getProviderIdentification
() :
IdentificationInterface
;
36
41
public
function
addComponentDecorator
(Closure $component_decorator) :
isGlobalScreenItem
;
42
46
public
function
getComponentDecorator
() : ?Closure;
47
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:30
ILIAS\GlobalScreen\isGlobalScreenItem
Interface isGlobalScreenItem.
Definition:
isGlobalScreenItem.php:31
ILIAS\GlobalScreen\isGlobalScreenItem\addComponentDecorator
addComponentDecorator(Closure $component_decorator)
ILIAS\GlobalScreen\isGlobalScreenItem\getComponentDecorator
getComponentDecorator()
ILIAS\GlobalScreen\isGlobalScreenItem\getProviderIdentification
getProviderIdentification()
ILIAS\GlobalScreen
@noinspection PhpIncompatibleReturnTypeInspection
src
GlobalScreen
isGlobalScreenItem.php
Generated on Fri Oct 3 2025 21:01:10 for ILIAS by
1.9.4 (using
Doxyfile
)