Home
last modified time | relevance | path

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

/plugin/notification/action/
H A Dcron.php69 list($text, $html) = $cron_helper->composeEmail($new_notifications);
/plugin/notification/
H A Dcli.php98 list($text, $html) = $this->cron_helper->composeEmail($new_notifications);
/plugin/notification/helper/
H A Dcron.php129 public function composeEmail($new_notifications) function in helper_plugin_notification_cron