MediaWiki  master
DifferenceEngineMarkPatrolledRCIDHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Diff\Hook;
4 
7 use RecentChange;
8 
30  public function onDifferenceEngineMarkPatrolledRCID( &$rcid, $differenceEngine,
31  $change, $user
32  );
33 }
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
internal since 1.36
Definition: User.php:98
Utility class for creating new RC entries.
onDifferenceEngineMarkPatrolledRCID(&$rcid, $differenceEngine, $change, $user)
Use this hook to possibly change the rcid parameter.