ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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}