ILIAS  release_7 Revision v7.30-3-g800a261c036
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;
25 
31 {
36 
41  public function addComponentDecorator(Closure $component_decorator) : isGlobalScreenItem;
42 
46  public function getComponentDecorator() : ?Closure;
47 }
Interface isGlobalScreenItem.
PhpIncompatibleReturnTypeInspection
addComponentDecorator(Closure $component_decorator)