MediaWiki REL1_35
ArticleUndeleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
6use Title;
7
28 public function onArticleUndelete( $title, $create, $comment, $oldPageId,
29 $restoredPages
30 );
31}
Represents a title within MediaWiki.
Definition Title.php:42
onArticleUndelete( $title, $create, $comment, $oldPageId, $restoredPages)
This hook is called when one or more revisions of an article are restored.