MediaWiki master
UndeletePageFactory.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page;
4
6
15
21 public function newUndeletePage( ProperPageIdentity $page, Authority $authority ): UndeletePage;
22}
Backend logic for performing a page undelete action.
Interface for a page that is (or could be, or used to be) an editable wiki page.
Service for page undelete actions.
newUndeletePage(ProperPageIdentity $page, Authority $authority)
This interface represents the authority associated with the current execution context,...
Definition Authority.php:37