MediaWiki REL1_35
GetDifferenceEngineHook.php
Go to the documentation of this file.
1<?php
2
4
7
27 public function onGetDifferenceEngine( $context, $old, $new, $refreshCache,
28 $unhide, &$differenceEngine
29 );
30}
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Interface for objects which can provide a MediaWiki context on request.
onGetDifferenceEngine( $context, $old, $new, $refreshCache, $unhide, &$differenceEngine)
This hook is called when getting a new difference engine interface object.