ILIAS
release_8 Revision v8.23
◀ 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\isGlobalScreenItem
Interface isGlobalScreenItem.
Definition:
isGlobalScreenItem.php:30
ILIAS\GlobalScreen
PhpIncompatibleReturnTypeInspection
ILIAS\GlobalScreen\isGlobalScreenItem\getComponentDecorator
getComponentDecorator()
ILIAS\GlobalScreen\Identification\IdentificationInterface
Interface IdentificationInterface.
Definition:
IdentificationInterface.php:29
Closure
IdentificationInterface
ILIAS\GlobalScreen\isGlobalScreenItem\addComponentDecorator
addComponentDecorator(Closure $component_decorator)
ILIAS\GlobalScreen\isGlobalScreenItem\getProviderIdentification
getProviderIdentification()
src
GlobalScreen
isGlobalScreenItem.php
Generated on Sun Aug 31 2025 22:02:44 for ILIAS by
1.8.13 (using
Doxyfile
)