ILIAS  release_7 Revision v7.30-3-g800a261c036
isGlobalScreenItem.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\GlobalScreen;
22
23use Closure;
25
31{
36
41 public function addComponentDecorator(Closure $component_decorator) : isGlobalScreenItem;
42
46 public function getComponentDecorator() : ?Closure;
47}
An exception for terminatinating execution or to throw for unit testing.
addComponentDecorator(Closure $component_decorator)
@noinspection PhpIncompatibleReturnTypeInspection