MediaWiki
REL1_40
SpecialPageHistory.php
Go to the documentation of this file.
1
<?php
24
class
SpecialPageHistory
extends
SpecialRedirectWithAction
{
25
29
public
function
__construct
(
30
SearchEngineFactory
$searchEngineFactory
31
) {
32
parent::__construct(
'PageHistory'
,
'history'
,
'pagehistory'
, $searchEngineFactory );
33
}
34
35
// Messages, for grep:
36
// specialpagehistory-page
37
// specialpagehistory-submit
38
}
SearchEngineFactory
Factory class for SearchEngine.
Definition
SearchEngineFactory.php:12
SpecialPageHistory
Definition
SpecialPageHistory.php:24
SpecialPageHistory\__construct
__construct(SearchEngineFactory $searchEngineFactory)
Definition
SpecialPageHistory.php:29
SpecialRedirectWithAction
Definition
SpecialRedirectWithAction.php:30
includes
specials
SpecialPageHistory.php
Generated on Thu Jun 27 2024 14:04:22 for MediaWiki by
1.10.0