MediaWiki REL1_37
DeletePageFactory.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page;
4
6
11
17 public function newDeletePage( ProperPageIdentity $page, Authority $deleter ): DeletePage;
18}
newDeletePage(ProperPageIdentity $page, Authority $deleter)
Interface for objects representing a page that is (or could be, or used to be) an editable page on a ...
This interface represents the authority associated the current execution context, such as a web reque...
Definition Authority.php:37