MediaWiki master
DifferenceEngineMarkPatrolledRCIDHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
8
30 public function onDifferenceEngineMarkPatrolledRCID( &$rcid, $differenceEngine,
31 $change, $user
32 );
33}
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Utility class for creating and reading rows in the recentchanges table.
User class for the MediaWiki software.
Definition User.php:121
onDifferenceEngineMarkPatrolledRCID(&$rcid, $differenceEngine, $change, $user)
Use this hook to possibly change the rcid parameter.