Home
last modified time | relevance | path

Searched refs:sendPageDiff (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php182 * Sends a digest mail showing a bunch of changes of a single page. Basically the same as sendPageDiff()
204 return $pageSubSender->sendPageDiff(
H A DPageSubscriptionSender.php23 public function sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null)
26 public function sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $current_rev = null) global() function in dokuwiki\\Subscriptions\\PageSubscriptionSender
/dokuwiki/inc/
H A Dcommon.php1376 return $subscription->sendPageDiff($to, $tpl, $id, $rev, $summary, $current_rev);
H A Ddeprecated.php498 * @deprecated 2019-04-20 \dokuwiki\Subscriptions\PageSubscriptionSender::sendPageDiff
501 DebugHelper::dbgDeprecatedFunction('\dokuwiki\Subscriptions\PageSubscriptionSender::sendPageDiff');
503 return $subscriptionSender->sendPageDiff($subscriber_mail, $template, $id, $rev, $summary);