MediaWiki
REL1_39
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\UndeletePage
Backend logic for performing a page undelete action.
Definition
UndeletePage.php:57
MediaWiki\Page\ProperPageIdentity
Interface for a page that is (or could be, or used to be) an editable wiki page.
Definition
ProperPageIdentity.php:42
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 the current execution context, such as a web reque...
Definition
Authority.php:37
MediaWiki\Page
Definition
ContentModelChangeFactory.php:22
includes
page
UndeletePageFactory.php
Generated on Sun Nov 24 2024 11:23:41 for MediaWiki by
1.10.0