ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
HasHelpTopics.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component
;
22
23
use
ILIAS\UI\Help\Topic
;
24
25
interface
HasHelpTopics
26
{
32
public
function
withHelpTopics
(
Topic
...
$topics
): static;
33
39
public
function
withAdditionalHelpTopics
(
Topic
...
$topics
): static;
40
44
public
function
getHelpTopics
(): array;
45
}
ILIAS\UI\Help\Topic
This is just a class that marks a string as a help topic.
Definition:
Topic.php:27
ILIAS\UI\Component\HasHelpTopics
Definition:
HasHelpTopics.php:26
ILIAS\UI\Component\HasHelpTopics\withHelpTopics
withHelpTopics(Topic ... $topics)
Let this component have the given topics.
ILIAS\UI\Component\HasHelpTopics\getHelpTopics
getHelpTopics()
ILIAS\UI\Component\HasHelpTopics\withAdditionalHelpTopics
withAdditionalHelpTopics(Topic ... $topics)
Let this component also have the given topics.
ILIAS\GlobalScreen\Scope\$topics
array $topics
Definition:
ComponentDecoratorTrait.php:39
ILIAS\UI\Component
components
ILIAS
UI
src
Component
HasHelpTopics.php
Generated on Sat Oct 18 2025 23:04:38 for ILIAS by
1.9.4 (using
Doxyfile
)