MediaWiki
REL1_39
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
internal since 1.36
Definition
User.php:70
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 Thu Nov 21 2024 05:22:34 for MediaWiki by
1.10.0