MediaWiki
master
UndeletePageFactory.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page
;
4
5
use
MediaWiki\Permissions\Authority
;
6
14
interface
UndeletePageFactory
{
15
21
public
function
newUndeletePage
(
ProperPageIdentity
$page,
Authority
$authority ): UndeletePage;
22
}
MediaWiki\Page\ProperPageIdentity
Interface for a page that is (or could be, or used to be) an editable wiki page.
Definition
ProperPageIdentity.php:30
MediaWiki\Page\UndeletePageFactory
Service for page undelete actions.
Definition
UndeletePageFactory.php:14
MediaWiki\Page\UndeletePageFactory\newUndeletePage
newUndeletePage(ProperPageIdentity $page, Authority $authority)
MediaWiki\Permissions\Authority
This interface represents the authority associated with the current execution context,...
Definition
Authority.php:23
MediaWiki\Page
Definition
Article.php:7
includes
Page
UndeletePageFactory.php
Generated on Tue Feb 17 2026 11:26:49 for MediaWiki by
1.10.0