ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
interface.ilForumNotificationEvents.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
interface
ilForumNotificationEvents
22
{
23
public
const
DEACTIVATED
= 0;
24
public
const
UPDATED
= 1;
25
public
const
CENSORED
= 2;
26
public
const
UNCENSORED
= 4;
27
public
const
POST_DELETED
= 8;
28
public
const
THREAD_DELETED
= 16;
29
}
ilForumNotificationEvents\THREAD_DELETED
const THREAD_DELETED
Definition:
interface.ilForumNotificationEvents.php:28
ilForumNotificationEvents\CENSORED
const CENSORED
Definition:
interface.ilForumNotificationEvents.php:25
ilForumNotificationEvents\POST_DELETED
const POST_DELETED
Definition:
interface.ilForumNotificationEvents.php:27
ilForumNotificationEvents\DEACTIVATED
const DEACTIVATED
Definition:
interface.ilForumNotificationEvents.php:23
ilForumNotificationEvents
Definition:
interface.ilForumNotificationEvents.php:21
ilForumNotificationEvents\UPDATED
const UPDATED
Definition:
interface.ilForumNotificationEvents.php:24
ilForumNotificationEvents\UNCENSORED
const UNCENSORED
Definition:
interface.ilForumNotificationEvents.php:26
Modules
Forum
classes
Notification
interface.ilForumNotificationEvents.php
Generated on Sun Aug 31 2025 22:01:26 for ILIAS by
1.8.13 (using
Doxyfile
)