ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Topic.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Help
;
22
26
final
class
Topic
27
{
28
public
function
__construct
(
29
protected
string
$topic
30
) {
31
}
32
33
public
function
get
():
string
34
{
35
return
$this->topic;
36
}
37
}
ILIAS\UI\Help\Topic
This is just a class that marks a string as a help topic.
Definition:
Topic.php:26
ILIAS\UI\Help\Topic\__construct
__construct(protected string $topic)
Definition:
Topic.php:28
ILIAS\UI\Help
Definition:
Purpose.php:21
components
ILIAS
UI
src
Help
Topic.php
Generated on Sun Aug 31 2025 23:04:11 for ILIAS by
1.8.13 (using
Doxyfile
)