MediaWiki
REL1_39
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:29
includes
specials
SpecialProtectPage.php
Generated on Mon Dec 16 2024 06:36:34 for MediaWiki by
1.10.0