MediaWiki
master
SpecialPageHistory.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\Specials
;
8
9
use
MediaWiki\Search\SearchEngineFactory
;
10
use
MediaWiki\SpecialPage\SpecialRedirectWithAction
;
11
18
class
SpecialPageHistory
extends
SpecialRedirectWithAction
{
19
20
public
function
__construct
(
21
SearchEngineFactory
$searchEngineFactory
22
) {
23
parent::__construct(
'PageHistory'
,
'history'
,
'pagehistory'
, $searchEngineFactory );
24
}
25
26
// Messages, for grep:
27
// specialpagehistory-page
28
// specialpagehistory-submit
29
}
30
35
class_alias( SpecialPageHistory::class,
'SpecialPageHistory'
);
MediaWiki\Search\SearchEngineFactory
Factory class for SearchEngine.
Definition
SearchEngineFactory.php:13
MediaWiki\SpecialPage\SpecialRedirectWithAction
Abstract to simplify creation of redirect special pages.
Definition
SpecialRedirectWithAction.php:20
MediaWiki\Specials\SpecialPageHistory
Redirect from Special:History/$1 to index.php?title=$1&action=history.
Definition
SpecialPageHistory.php:18
MediaWiki\Specials\SpecialPageHistory\__construct
__construct(SearchEngineFactory $searchEngineFactory)
Definition
SpecialPageHistory.php:20
MediaWiki\Specials
includes
Specials
SpecialPageHistory.php
Generated on Wed Jan 14 2026 00:27:12 for MediaWiki by
1.10.0