ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Topic.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Purpose.php:21
components
ILIAS
UI
src
Help
Topic.php
Generated on Wed Sep 10 2025 15:16:46 for ILIAS by
1.8.13 (using
Doxyfile
)