MediaWiki
REL1_40
DifferenceEngineShowEmptyOldContentHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Diff\Hook
;
4
5
use
DifferenceEngine
;
6
14
interface
DifferenceEngineShowEmptyOldContentHook
{
24
public
function
onDifferenceEngineShowEmptyOldContent
( $differenceEngine );
25
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:66
MediaWiki\Diff\Hook\DifferenceEngineShowEmptyOldContentHook
This is a hook handler interface, see docs/Hooks.md.
Definition
DifferenceEngineShowEmptyOldContentHook.php:14
MediaWiki\Diff\Hook\DifferenceEngineShowEmptyOldContentHook\onDifferenceEngineShowEmptyOldContent
onDifferenceEngineShowEmptyOldContent( $differenceEngine)
Use this hook to change the diff table body (without header) in cases when there is no old revision o...
MediaWiki\Diff\Hook
Definition
AbortDiffCacheHook.php:3
includes
diff
Hook
DifferenceEngineShowEmptyOldContentHook.php
Generated on Thu Jun 27 2024 14:02:39 for MediaWiki by
1.10.0