ILIAS
release_8 Revision v8.23
|
Namespaces | |
Layout | |
PhpIncompatibleReturnTypeInspection | |
MainMenu | |
MetaBar | |
Notification | |
PhpIncompatibleReturnTypeInspection | |
Toast | |
Tool | |
PhpIncompatibleReturnTypeInspection | |
Data Structures | |
interface | RenderFactory |
Functions | |
addComponentDecorator (Closure $component_decorator) | |
getComponentDecorator () | |
checkClosure (Closure $c) | |
addSymbolDecorator (Closure $symbol_decorator) | |
getSymbolDecorator () | |
Variables | |
trait | ComponentDecoratorTrait |
trait | SymbolDecoratorTrait |
ILIAS\GlobalScreen\Scope\addComponentDecorator | ( | Closure | $component_decorator | ) |
Closure | $component_decorator |
Definition at line 44 of file ComponentDecoratorTrait.php.
References $c, and ILIAS\GlobalScreen\Scope\checkClosure().
ILIAS\GlobalScreen\Scope\addSymbolDecorator | ( | Closure | $symbol_decorator | ) |
Closure | $symbol_decorator |
Definition at line 45 of file SymbolDecoratorTrait.php.
References $c, and ILIAS\GlobalScreen\Scope\checkClosure().
|
private |
Definition at line 71 of file ComponentDecoratorTrait.php.
References $i.
Referenced by ILIAS\GlobalScreen\Scope\addComponentDecorator(), ILIAS\GlobalScreen\Scope\addSymbolDecorator(), and ILIAS\GlobalScreen\Scope\getSymbolDecorator().
ILIAS\GlobalScreen\Scope\getComponentDecorator | ( | ) |
Definition at line 66 of file ComponentDecoratorTrait.php.
ILIAS\GlobalScreen\Scope\getSymbolDecorator | ( | ) |
Definition at line 67 of file SymbolDecoratorTrait.php.
References $c, $i, and ILIAS\GlobalScreen\Scope\checkClosure().
trait ILIAS::GlobalScreen::Scope\ComponentDecoratorTrait |
Definition at line 37 of file ComponentDecoratorTrait.php.
trait ILIAS::GlobalScreen::Scope\SymbolDecoratorTrait |
Definition at line 38 of file SymbolDecoratorTrait.php.