ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\UI\Help\Topic Class Reference

This is just a class that marks a string as a help topic. More...

+ Collaboration diagram for ILIAS\UI\Help\Topic:

Public Member Functions

 __construct (protected string $topic)
 
 get ()
 

Detailed Description

This is just a class that marks a string as a help topic.

Definition at line 26 of file Topic.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\UI\Help\Topic::__construct ( protected string  $topic)

Definition at line 28 of file Topic.php.

30 {
31 }

Member Function Documentation

◆ get()

ILIAS\UI\Help\Topic::get ( )

Definition at line 33 of file Topic.php.

33 : string
34 {
35 return $this->topic;
36 }

The documentation for this class was generated from the following file: