|
ILIAS
release_8 Revision v8.24
|
Namespaces | |
| namespace | Layout |
| @noinspection PhpIncompatibleReturnTypeInspection | |
| namespace | Notification |
| @noinspection PhpIncompatibleReturnTypeInspection | |
| namespace | Toast |
| namespace | Tool |
| @noinspection 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
private |
Definition at line 71 of file ComponentDecoratorTrait.php.
Referenced by ILIAS\GlobalScreen\Scope\addComponentDecorator(), and ILIAS\GlobalScreen\Scope\addSymbolDecorator().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Scope\getComponentDecorator | ( | ) |
Definition at line 66 of file ComponentDecoratorTrait.php.
| ILIAS\GlobalScreen\Scope\getSymbolDecorator | ( | ) |
Definition at line 67 of file SymbolDecoratorTrait.php.
| trait ILIAS::GlobalScreen::Scope\ComponentDecoratorTrait |
Definition at line 36 of file ComponentDecoratorTrait.php.
| trait ILIAS::GlobalScreen::Scope\SymbolDecoratorTrait |
Definition at line 37 of file SymbolDecoratorTrait.php.