MediaWiki
REL1_40
SpecialProtectPage.php
Go to the documentation of this file.
1
<?php
29
class
SpecialProtectPage
extends
SpecialRedirectWithAction
{
30
34
public
function
__construct
(
35
SearchEngineFactory
$searchEngineFactory
36
) {
37
parent::__construct(
'ProtectPage'
,
'protect'
,
'protectpage'
, $searchEngineFactory );
38
}
39
40
// Messages, for grep:
41
// specialprotectpage-page
42
// specialprotectpage-submit
43
}
SearchEngineFactory
Factory class for SearchEngine.
Definition
SearchEngineFactory.php:12
SpecialProtectPage
Definition
SpecialProtectPage.php:29
SpecialProtectPage\__construct
__construct(SearchEngineFactory $searchEngineFactory)
Definition
SpecialProtectPage.php:34
SpecialRedirectWithAction
Definition
SpecialRedirectWithAction.php:30
includes
specials
SpecialProtectPage.php
Generated on Thu Jun 27 2024 14:04:22 for MediaWiki by
1.10.0