MediaWiki master
MarkPatrolledHook.php
Go to the documentation of this file.
1<?php
2
4
6
27 public function onMarkPatrolled( $rcid, $user, $wcOnlySysopsCanPatrol, $auto,
28 &$tags
29 );
30}
31
33class_alias( MarkPatrolledHook::class, 'MediaWiki\\Hook\\MarkPatrolledHook' );
User class for the MediaWiki software.
Definition User.php:108
This is a hook handler interface, see docs/Hooks.md.
onMarkPatrolled( $rcid, $user, $wcOnlySysopsCanPatrol, $auto, &$tags)
This hook is called before an edit is marked patrolled.