MediaWiki master
MarkPatrolledHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
27 public function onMarkPatrolled( $rcid, $user, $wcOnlySysopsCanPatrol, $auto,
28 &$tags
29 );
30}
User class for the MediaWiki software.
Definition User.php:121
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.