MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onDifferenceEngineRenderRevisionAddParserOutput ( $differenceEngine, $out, $parserOutput, $wikiPage) | |
Use this hook to change the parser output. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DifferenceEngineRenderRevisionAddParserOutput" to register handlers implementing this interface.
Definition at line 17 of file DifferenceEngineRenderRevisionAddParserOutputHook.php.
MediaWiki\Diff\Hook\DifferenceEngineRenderRevisionAddParserOutputHook::onDifferenceEngineRenderRevisionAddParserOutput | ( | $differenceEngine, | |
$out, | |||
$parserOutput, | |||
$wikiPage ) |
Use this hook to change the parser output.
DifferenceEngine | $differenceEngine | |
OutputPage | $out | |
ParserOutput | $parserOutput | |
WikiPage | $wikiPage |
Implemented in MediaWiki\HookContainer\HookRunner.