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.
internal since 1.36
Definition User.php:93
Utility class for creating new RC entries.
onDifferenceEngineMarkPatrolledRCID(&$rcid, $differenceEngine, $change, $user)
Use this hook to possibly change the rcid parameter.