MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onDifferenceEngineMarkPatrolledRCID (&$rcid, $differenceEngine, $change, $user) | |
Use this hook to possibly change the rcid parameter. | |
Stable to implement.
Definition at line 13 of file DifferenceEngineMarkPatrolledRCIDHook.php.
MediaWiki\Diff\Hook\DifferenceEngineMarkPatrolledRCIDHook::onDifferenceEngineMarkPatrolledRCID | ( | & | $rcid, |
$differenceEngine, | |||
$change, | |||
$user | |||
) |
Use this hook to possibly change the rcid parameter.
For example the rcid might be set to zero due to the user being the same as the performer of the change but an extension might still want to show it under certain conditions.
int | &$rcid | rc_id of the change or 0 |
DifferenceEngine | $differenceEngine | |
RecentChange | $change | |
User | $user | Current user |
Implemented in MediaWiki\HookContainer\HookRunner.