ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Forum\Notification Namespace Reference

Data Structures

class  ForumNotificationTable
 

Enumerations

enum  NotificationType : string { DEFAULT = 'default' }
 

Enumeration Type Documentation

◆ NotificationType

Enumerator
DEFAULT 

Definition at line 23 of file NotificationType.php.

24{
25 case ALL_USERS = 'all_users';
26 case PER_USER = 'per_user';
27 case DEFAULT = 'default';
28}