MediaWiki
REL1_40
DifferenceEngineShowDiffHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Diff\Hook
;
4
5
use
DifferenceEngine
;
6
14
interface
DifferenceEngineShowDiffHook
{
23
public
function
onDifferenceEngineShowDiff
( $differenceEngine );
24
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:66
MediaWiki\Diff\Hook\DifferenceEngineShowDiffHook
This is a hook handler interface, see docs/Hooks.md.
Definition
DifferenceEngineShowDiffHook.php:14
MediaWiki\Diff\Hook\DifferenceEngineShowDiffHook\onDifferenceEngineShowDiff
onDifferenceEngineShowDiff( $differenceEngine)
Use this hook to affect the diff text which eventually gets sent to the OutputPage object.
MediaWiki\Diff\Hook
Definition
AbortDiffCacheHook.php:3
includes
diff
Hook
DifferenceEngineShowDiffHook.php
Generated on Thu Jun 27 2024 14:02:39 for MediaWiki by
1.10.0