MediaWiki REL1_35
NewDifferenceEngineHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
5use Title;
6
24 public function onNewDifferenceEngine( $title, &$oldId, &$newId, $old, $new );
25}
Represents a title within MediaWiki.
Definition Title.php:42
onNewDifferenceEngine( $title, &$oldId, &$newId, $old, $new)
This hook is called when a new DifferenceEngine object is made.