MediaWiki  master
NewDifferenceEngineHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Diff\Hook;
4 
6 
27  public function onNewDifferenceEngine( $title, &$oldId, &$newId, $old, $new );
28 }
Represents a title within MediaWiki.
Definition: Title.php:82
This is a hook handler interface, see docs/Hooks.md.
onNewDifferenceEngine( $title, &$oldId, &$newId, $old, $new)
This hook is called when a new DifferenceEngine object is made.