ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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)