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