コード例 #1
0
ファイル: agentmanager.php プロジェクト: DarneoStudio/bitrix
 public static function notificationThrottleRelease()
 {
     \CTaskNotifications::throttleRelease();
     return '\\' . __CLASS__ . "::notificationThrottleRelease();";
 }
コード例 #2
0
ファイル: notification.php プロジェクト: DarneoStudio/bitrix
 /**
  * Deliver all notification being throttled
  */
 public function throttleRelease()
 {
     \CTaskNotifications::throttleRelease();
 }