ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\HasHelpTopics Interface Reference
+ Inheritance diagram for ILIAS\UI\Component\HasHelpTopics:
+ Collaboration diagram for ILIAS\UI\Component\HasHelpTopics:

Public Member Functions

 withHelpTopics (Topic ... $topics)
 Let this component have the given topics. More...
 
 withAdditionalHelpTopics (Topic ... $topics)
 Let this component also have the given topics. More...
 
 getHelpTopics ()
 

Detailed Description

Definition at line 25 of file HasHelpTopics.php.

Member Function Documentation

◆ getHelpTopics()

ILIAS\UI\Component\HasHelpTopics::getHelpTopics ( )
Returns
Topic[]

◆ withAdditionalHelpTopics()

ILIAS\UI\Component\HasHelpTopics::withAdditionalHelpTopics ( Topic ...  $topics)

Let this component also have the given topics.

Keeps previous topics.

◆ withHelpTopics()

ILIAS\UI\Component\HasHelpTopics::withHelpTopics ( Topic ...  $topics)

Let this component have the given topics.

Discards previous topics.


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