ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
isGlobalScreenItem.php
Go to the documentation of this file.
1<?php declare(strict_types=1);
2
4
5use Closure;
7
14{
15
20
21
27 public function addComponentDecorator(Closure $component_decorator) : isGlobalScreenItem;
28
29
33 public function getComponentDecorator() : ?Closure;
34}
An exception for terminatinating execution or to throw for unit testing.
addComponentDecorator(Closure $component_decorator)