MediaWiki
REL1_37
DeletePageFactory.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page
;
4
5
use
MediaWiki\Permissions\Authority
;
6
10
interface
DeletePageFactory
{
11
17
public
function
newDeletePage
(
ProperPageIdentity
$page,
Authority
$deleter ):
DeletePage
;
18
}
MediaWiki\Page\DeletePage
Definition
DeletePage.php:46
MediaWiki\Page\DeletePageFactory
Definition
DeletePageFactory.php:10
MediaWiki\Page\DeletePageFactory\newDeletePage
newDeletePage(ProperPageIdentity $page, Authority $deleter)
MediaWiki\Page\ProperPageIdentity
Interface for objects representing a page that is (or could be, or used to be) an editable page on a ...
Definition
ProperPageIdentity.php:43
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:23
includes
page
DeletePageFactory.php
Generated on Fri Apr 5 2024 23:40:36 for MediaWiki by
1.9.8