19 declare(strict_types=1);
33 use CheckClosureTrait;
55 $this->checkClosureForSignature($component_decorator, Component::class);
57 if ($this->component_decorator instanceof
Closure) {
59 $this->component_decorator =
static function (
Component $c) use (
63 $component = $existing(
$c);
81 $this->checkClosureForSignature($symbol_decorator, Symbol::class);
83 if ($this->symbol_decorator instanceof
Closure) {
85 $this->symbol_decorator =
static function (
Symbol $c) use ($symbol_decorator, $existing):
Symbol {
86 $component = $existing(
$c);
Closure $component_decorator
This is just a class that marks a string as a help topic.
Closure $triggerer_decorator
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
addSymbolDecorator(Closure $symbol_decorator)
Closure $symbol_decorator
withTopics(Topic ... $topics)
addComponentDecorator(Closure $component_decorator)