ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
HasHelpTopics.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\UI\Component;
22
24
26{
32 public function withHelpTopics(Topic ...$topics): static;
33
39 public function withAdditionalHelpTopics(Topic ...$topics): static;
40
44 public function getHelpTopics(): array;
45}
This is just a class that marks a string as a help topic.
Definition: Topic.php:27
withHelpTopics(Topic ... $topics)
Let this component have the given topics.
withAdditionalHelpTopics(Topic ... $topics)
Let this component also have the given topics.