ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilDclNotificationType.php File Reference

Go to the source code of this file.

Enumerations

enum  ilDclNotificationType : int { RECORD_DELETE = 3 }
 

Enumeration Type Documentation

◆ ilDclNotificationType

Enumerator
RECORD_DELETE 

Definition at line 21 of file class.ilDclNotificationType.php.

22{
23 case RECORD_CREATE = 1;
24 case RECORD_UPDATE = 2;
25 case RECORD_DELETE = 3;
26}