Searched refs:notification_data (Results 1 – 3 of 3) sorted by relevance
59 $notification_data = $cron_helper->getNotificationData($user);62 if (empty($notification_data['notifications'])) return;64 $new_notifications = $cron_helper->getNewNotifications($user, $notification_data);
82 $notification_data = $this->cron_helper->getNotificationData($user);85 if (empty($notification_data['notifications'])) {90 $new_notifications = $this->cron_helper->getNewNotifications($user, $notification_data);
85 * @param array $notification_data88 public function getNewNotifications($user, $notification_data) argument94 $notifications = $notification_data['notifications'];95 $plugins = $notification_data['plugins'];