ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
isDecorateable.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use Closure;
25
30{
31 public function withTopics(Topic ...$topics): self;
32
33 public function getTopics(): array;
34
39 public function addComponentDecorator(Closure $component_decorator): self;
40
41 public function getComponentDecorator(): ?Closure;
42}
This is just a class that marks a string as a help topic.
Definition: Topic.php:27
addComponentDecorator(Closure $component_decorator)
@description Add a Closure to decorate the Component using withAdditionalOnloadCode