MediaWiki
master
AbortEmailNotificationHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
RecentChange
;
6
use
Title
;
7
use
User
;
8
16
interface
AbortEmailNotificationHook
{
27
public
function
onAbortEmailNotification
( $editor,
$title
, $rc );
28
}
RecentChange
Utility class for creating new RC entries.
Definition:
RecentChange.php:83
Title
Represents a title within MediaWiki.
Definition:
Title.php:49
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition:
User.php:68
MediaWiki\Hook\AbortEmailNotificationHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
AbortEmailNotificationHook.php:16
MediaWiki\Hook\AbortEmailNotificationHook\onAbortEmailNotification
onAbortEmailNotification( $editor, $title, $rc)
Use this hook to cancel email notifications for an edit.
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition:
testCompression.php:38
includes
changes
Hook
AbortEmailNotificationHook.php
Generated on Sun Jun 26 2022 23:08:12 for MediaWiki by
1.9.1