ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
Definition:
ThreadsPage.php:26
ILIAS\Forum\Thread\ThreadsPage\__construct
__construct(private array $forum_topics)
Definition:
ThreadsPage.php:30
ILIAS\Forum\Thread\ThreadsPage\getForumTopics
getForumTopics()
Definition:
ThreadsPage.php:38
ilForumTopic
Definition:
class.ilForumTopic.php:26
ILIAS\Forum\Thread
Definition:
ForumThreadTableSessionStorage.php:21
components
ILIAS
Forum
classes
Thread
ThreadsPage.php
Generated on Sat Oct 18 2025 23:03:05 for ILIAS by
1.9.4 (using
Doxyfile
)