MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onDifferenceEngineShowDiffPage ( $out) | |
Use this hook to add additional output via the available OutputPage object into the diff view. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DifferenceEngineShowDiffPage" to register handlers implementing this interface.
Definition at line 14 of file DifferenceEngineShowDiffPageHook.php.
MediaWiki\Diff\Hook\DifferenceEngineShowDiffPageHook::onDifferenceEngineShowDiffPage | ( | $out | ) |
Use this hook to add additional output via the available OutputPage object into the diff view.
OutputPage | $out |
Implemented in MediaWiki\HookContainer\HookRunner.