MediaWiki
master
SendWatchlistEmailNotificationHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
EmailNotification
;
6
use
Title
;
7
use
User
;
8
16
interface
SendWatchlistEmailNotificationHook
{
28
public
function
onSendWatchlistEmailNotification
( $targetUser,
$title
, $enotif );
29
}
EmailNotification
This module processes the email notifications when the current page is changed.
Definition:
EmailNotification.php:54
Title
Represents a title within MediaWiki.
Definition:
Title.php:52
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition:
User.php:70
MediaWiki\Hook\SendWatchlistEmailNotificationHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
SendWatchlistEmailNotificationHook.php:16
MediaWiki\Hook\SendWatchlistEmailNotificationHook\onSendWatchlistEmailNotification
onSendWatchlistEmailNotification( $targetUser, $title, $enotif)
Use this hook to cancel watchlist email notifications (enotifwatchlist) for an edit.
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition:
testCompression.php:38
includes
mail
Hook
SendWatchlistEmailNotificationHook.php
Generated on Thu Feb 2 2023 01:08:36 for MediaWiki by
1.9.1