MediaWiki REL1_35
DifferenceEngineMarkPatrolledRCIDHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
7use User;
8
27 public function onDifferenceEngineMarkPatrolledRCID( &$rcid, $differenceEngine,
28 $change, $user
29 );
30}
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Utility class for creating new RC entries.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onDifferenceEngineMarkPatrolledRCID(&$rcid, $differenceEngine, $change, $user)
Use this hook to possibly change the rcid parameter.