ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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.

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