Ejemplo n.º 1
0
 public static function notificationThrottleRelease()
 {
     \CTaskNotifications::throttleRelease();
     return '\\' . __CLASS__ . "::notificationThrottleRelease();";
 }
Ejemplo n.º 2
0
 /**
  * Deliver all notification being throttled
  */
 public function throttleRelease()
 {
     \CTaskNotifications::throttleRelease();
 }