ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\EmployeeTalk\Notification Namespace Reference

Namespaces

 Calendar
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
 

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.

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