MediaWiki REL1_39
ArticleUndeleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Title;
6
30 public function onArticleUndelete( $title, $create, $comment, $oldPageId,
31 $restoredPages
32 );
33}
Represents a title within MediaWiki.
Definition Title.php:49
This is a hook handler interface, see docs/Hooks.md.
onArticleUndelete( $title, $create, $comment, $oldPageId, $restoredPages)
This hook is called when one or more revisions of an article are restored.