|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onMarkPatrolledComplete ( $rcid, $user, $wcOnlySysopsCanPatrol, $auto) | |
| This hook is called after an edit is marked patrolled. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "MarkPatrolledComplete" to register handlers implementing this interface.
Definition at line 14 of file MarkPatrolledCompleteHook.php.
| MediaWiki\RecentChanges\Hook\MarkPatrolledCompleteHook::onMarkPatrolledComplete | ( | $rcid, | |
| $user, | |||
| $wcOnlySysopsCanPatrol, | |||
| $auto ) |
This hook is called after an edit is marked patrolled.
MarkPatrolledAuditHook instead| int | $rcid | ID of the revision marked as patrolled |
| User | $user | User who marked the edit patrolled |
| bool | $wcOnlySysopsCanPatrol | Always false |
| bool | $auto | Always false |
Implemented in MediaWiki\HookContainer\HookRunner.