Home
last modified time | relevance | path

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

/plugin/notification/action/
H A Dcron.php64 $new_notifications = $cron_helper->getNewNotifications($user, $notification_data);
/plugin/notification/
H A Dcli.php90 $new_notifications = $this->cron_helper->getNewNotifications($user, $notification_data);
/plugin/notification/helper/
H A Dcron.php88 public function getNewNotifications($user, $notification_data) function in helper_plugin_notification_cron