MediaWiki
REL1_35
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
12
interface
ArticleContentOnDiffHook
{
23
public
function
onArticleContentOnDiff
( $diffEngine, $output );
24
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:56
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
MediaWiki\Diff\Hook\ArticleContentOnDiffHook
Stable to implement.
Definition
ArticleContentOnDiffHook.php:12
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 Sat Apr 6 2024 00:07:06 for MediaWiki by
1.9.8