ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\Forum\Notification Namespace Reference

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 }