ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
ThreadsPage.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Forum\Thread
;
22
23
use
ilForumTopic
;
24
25
readonly
class
ThreadsPage
26
{
30
public
function
__construct
(
private
array $forum_topics)
31
{
32
33
}
34
38
public
function
getForumTopics
(): array
39
{
40
return
$this->forum_topics;
41
}
42
}
ILIAS\Forum\Thread\ThreadsPage\getForumTopics
getForumTopics()
Definition:
ThreadsPage.php:38
ILIAS\Forum\Thread
Definition:
ForumThreadTableSessionStorage.php:21
ilForumTopic
ILIAS\Forum\Thread\ThreadsPage
Definition:
ThreadsPage.php:25
ILIAS\Forum\Thread\ThreadsPage\__construct
__construct(private array $forum_topics)
Definition:
ThreadsPage.php:30
components
ILIAS
Forum
classes
Thread
ThreadsPage.php
Generated on Wed Sep 3 2025 23:03:06 for ILIAS by
1.8.13 (using
Doxyfile
)