MediaWiki master
RevisionUndeletedHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
6
24 public function onRevisionUndeleted( $revisionRecord, $oldPageID );
25}
Page revision base class.
This is a hook handler interface, see docs/Hooks.md.
onRevisionUndeleted( $revisionRecord, $oldPageID)
After an article revision is restored.