MediaWiki
master
MarkPatrolledHook.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
MarkPatrolledHook
{
27
public
function
onMarkPatrolled
( $rcid, $user, $wcOnlySysopsCanPatrol, $auto,
28
&$tags
29
);
30
}
31
33
class_alias( MarkPatrolledHook::class,
'MediaWiki\\Hook\\MarkPatrolledHook'
);
MediaWiki\User\User
User class for the MediaWiki software.
Definition
User.php:108
MediaWiki\RecentChanges\Hook\MarkPatrolledHook
This is a hook handler interface, see docs/Hooks.md.
Definition
MarkPatrolledHook.php:14
MediaWiki\RecentChanges\Hook\MarkPatrolledHook\onMarkPatrolled
onMarkPatrolled( $rcid, $user, $wcOnlySysopsCanPatrol, $auto, &$tags)
This hook is called before an edit is marked patrolled.
MediaWiki\RecentChanges\Hook
Definition
AbortEmailNotificationHook.php:3
includes
RecentChanges
Hook
MarkPatrolledHook.php
Generated on Sun Nov 16 2025 03:25:13 for MediaWiki by
1.10.0