Home
last modified time | relevance | path

Searched refs:sendDigest (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php105 $this->sendDigest(
193 protected function sendDigest($subscriber_mail, $id, $lastupdate)
196 protected function sendDigest($subscriber_mail, $id, $lastupdate) global() function in dokuwiki\\Subscriptions\\BulkSubscriptionSender
/dokuwiki/inc/
H A DTaskRunner.php54 $this->sendDigest() ||
232 protected function sendDigest()
236 echo 'sendDigest(): started' . NL;
238 echo 'sendDigest(): disabled' . NL;
244 echo "sendDigest(): sent $sent mails" . NL;
245 echo 'sendDigest(): finished' . NL;
225 protected function sendDigest() global() function in dokuwiki\\TaskRunner