ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\Forum\Thread\ThreadsPage Class Reference
+ Collaboration diagram for ILIAS\Forum\Thread\ThreadsPage:

Public Member Functions

 __construct (private array $forum_topics)
 
 getForumTopics ()
 

Detailed Description

Definition at line 25 of file ThreadsPage.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Forum\Thread\ThreadsPage::__construct ( private array  $forum_topics)
Parameters
ilForumTopic[]$forum_topics

Definition at line 30 of file ThreadsPage.php.

31  {
32 
33  }

Member Function Documentation

◆ getForumTopics()

ILIAS\Forum\Thread\ThreadsPage::getForumTopics ( )
Returns
ilForumTopic[]

Definition at line 38 of file ThreadsPage.php.

38  : array
39  {
40  return $this->forum_topics;
41  }

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