Home
last modified time | relevance | path

Searched refs:notification_data (Results 1 – 3 of 3) sorted by relevance

/plugin/notification/action/
H A Dcron.php59 $notification_data = $cron_helper->getNotificationData($user);
62 if (empty($notification_data['notifications'])) return;
64 $new_notifications = $cron_helper->getNewNotifications($user, $notification_data);
/plugin/notification/
H A Dcli.php82 $notification_data = $this->cron_helper->getNotificationData($user);
85 if (empty($notification_data['notifications'])) {
90 $new_notifications = $this->cron_helper->getNewNotifications($user, $notification_data);
/plugin/notification/helper/
H A Dcron.php85 * @param array $notification_data
88 public function getNewNotifications($user, $notification_data) argument
94 $notifications = $notification_data['notifications'];
95 $plugins = $notification_data['plugins'];