MediaWiki
master
MarkPatrolledCompleteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\RecentChanges\Hook
;
4
5
use
MediaWiki\User\User
;
6
14
interface
MarkPatrolledCompleteHook
{
26
public
function
onMarkPatrolledComplete
( $rcid, $user, $wcOnlySysopsCanPatrol,
27
$auto
28
);
29
}
30
32
class_alias( MarkPatrolledCompleteHook::class,
'MediaWiki\\Hook\\MarkPatrolledCompleteHook'
);
MediaWiki\User\User
User class for the MediaWiki software.
Definition
User.php:110
MediaWiki\RecentChanges\Hook\MarkPatrolledCompleteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
MarkPatrolledCompleteHook.php:14
MediaWiki\RecentChanges\Hook\MarkPatrolledCompleteHook\onMarkPatrolledComplete
onMarkPatrolledComplete( $rcid, $user, $wcOnlySysopsCanPatrol, $auto)
This hook is called after an edit is marked patrolled.
MediaWiki\RecentChanges\Hook
Definition
AbortEmailNotificationHook.php:3
includes
RecentChanges
Hook
MarkPatrolledCompleteHook.php
Generated on Mon Dec 15 2025 19:04:35 for MediaWiki by
1.10.0