MediaWiki master
SpecialDeletePage.php
Go to the documentation of this file.
1<?php
24namespace MediaWiki\Specials;
25
28
35
39 public function __construct(
40 SearchEngineFactory $searchEngineFactory
41 ) {
42 parent::__construct( 'DeletePage', 'delete', 'deletepage', $searchEngineFactory );
43 }
44
45 // Messages, for grep:
46 // specialdeletepage-page
47 // specialdeletepage-submit
48}
49
51class_alias( SpecialDeletePage::class, 'SpecialDeletePage' );
__construct(SearchEngineFactory $searchEngineFactory)
Factory class for SearchEngine.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...