ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Data Structures
|
Enumerations
ILIAS\Forum\Notification Namespace Reference
Data Structures
class
ForumNotificationTable
Enumerations
enum
NotificationType
: string {
DEFAULT
= 'default' }
Enumeration Type Documentation
◆
NotificationType
enum ILIAS::Forum::Notification::NotificationType : string
Enumerator
DEFAULT
Definition at line
23
of file
NotificationType.php
.
23
:
string
24
{
25
case
ALL_USERS =
'all_users'
;
26
case
PER_USER =
'per_user'
;
27
case
DEFAULT
=
'default'
;
28
}
ILIAS\Forum\Notification\DEFAULT
Definition:
NotificationType.php:27
ILIAS
Forum
Notification
Generated on Sun Aug 31 2025 23:09:10 for ILIAS by
1.8.13 (using
Doxyfile
)