3 namespace MediaWiki\Page
;
5 use MediaWiki\Permissions\Authority
;
8 * Service for page undelete actions.
10 * Default implementation is MediaWiki\Page\PageCommandFactory.
14 interface UndeletePageFactory
{
17 * @param ProperPageIdentity $page
18 * @param Authority $authority
19 * @return UndeletePage
21 public function newUndeletePage( ProperPageIdentity
$page, Authority
$authority ): UndeletePage
;