MediaWiki
REL1_37
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:80
Title
Represents a title within MediaWiki.
Definition
Title.php:48
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:69
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 Fri Apr 5 2024 23:40:06 for MediaWiki by
1.9.8