MediaWiki
REL1_35
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
13
interface
AbortEmailNotificationHook
{
24
public
function
onAbortEmailNotification
( $editor,
$title
, $rc );
25
}
RecentChange
Utility class for creating new RC entries.
Definition
RecentChange.php:72
Title
Represents a title within MediaWiki.
Definition
Title.php:42
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:60
MediaWiki\Hook\AbortEmailNotificationHook
Stable to implement.
Definition
AbortEmailNotificationHook.php:13
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 Sat Apr 6 2024 00:07:00 for MediaWiki by
1.9.8