ILIAS
release_8 Revision v8.24
◀ 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
}
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 Sun Nov 2 2025 22:01:58 for ILIAS by
1.9.4 (using
Doxyfile
)