MediaWiki REL1_35
MarkPatrolledCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use User;
6
24 public function onMarkPatrolledComplete( $rcid, $user, $wcOnlySysopsCanPatrol,
25 $auto
26 );
27}
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onMarkPatrolledComplete( $rcid, $user, $wcOnlySysopsCanPatrol, $auto)
This hook is called after an edit is marked patrolled.