MediaWiki REL1_35
ArticleRevisionUndeletedHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Revision;
6use Title;
7
23 public function onArticleRevisionUndeleted( $title, $revision, $oldPageID );
24}
Represents a title within MediaWiki.
Definition Title.php:42
onArticleRevisionUndeleted( $title, $revision, $oldPageID)
This hook is called after an article revision is restored.