ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\EmployeeTalk\Notification Namespace Reference

Namespaces

 Calendar
 

Data Structures

class  Notification
 
class  NotificationHandler
 
interface  NotificationHandlerInterface
 

Enumerations

enum  NotificationType : string { CANCELLATION = "cancellation" }
 

Enumeration Type Documentation

◆ NotificationType

enum ILIAS::EmployeeTalk::Notification::NotificationType : string
Enumerator
CANCELLATION 

Definition at line 23 of file NotificationType.php.

23  : string
24 {
25  case INVITATION = "invitation";
26  case UPDATE = "update";
27  case CANCELLATION = "cancellation";
28 }