Example #1
0
 /**
  * Inits all the events 
  */
 public static function init()
 {
     self::$CreateEvent = new OrongoEvent(function ($eventArgs) {
     });
     self::$DeleteEvent = new OrongoEvent(function ($eventArgs) {
     });
     self::$EditEvent = new OrongoEvent(function ($eventArgs) {
     });
 }