ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
isGlobalScreenItem.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 
4 
5 use Closure;
7 
14 {
15 
20 
21 
27  public function addComponentDecorator(Closure $component_decorator) : isGlobalScreenItem;
28 
29 
33  public function getComponentDecorator() : ?Closure;
34 }
Interface isGlobalScreenItem.
addComponentDecorator(Closure $component_decorator)