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

Namespaces

namespace  Calendar
 

Data Structures

class  Notification
 
class  NotificationHandler
 
interface  NotificationHandlerInterface
 

Enumerations

enum  NotificationType : string { CANCELLATION = "cancellation" }
 

Enumeration Type Documentation

◆ NotificationType

Enumerator
CANCELLATION 

Definition at line 23 of file NotificationType.php.

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