MediaWiki
REL1_37
ArticleContentOnDiffHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Diff\Hook
;
4
5
use
DifferenceEngine
;
6
use
OutputPage
;
7
15
interface
ArticleContentOnDiffHook
{
26
public
function
onArticleContentOnDiff
( $diffEngine, $output );
27
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:58
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:50
MediaWiki\Diff\Hook\ArticleContentOnDiffHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ArticleContentOnDiffHook.php:15
MediaWiki\Diff\Hook\ArticleContentOnDiffHook\onArticleContentOnDiff
onArticleContentOnDiff( $diffEngine, $output)
This hook is called before showing the article content below a diff.
MediaWiki\Diff\Hook
Definition
AbortDiffCacheHook.php:3
includes
diff
Hook
ArticleContentOnDiffHook.php
Generated on Fri Apr 5 2024 23:40:11 for MediaWiki by
1.9.8