MediaWiki
REL1_35
SpecialLongPages.php
Go to the documentation of this file.
1
<?php
27
class
SpecialLongPages
extends
SpecialShortPages
{
28
public
function
__construct
( $name =
'Longpages'
) {
29
parent::__construct( $name );
30
}
31
32
protected
function
sortDescending
() {
33
return
true
;
34
}
35
36
protected
function
getGroupName
() {
37
return
'maintenance'
;
38
}
39
}
SpecialLongPages
Definition
SpecialLongPages.php:27
SpecialLongPages\sortDescending
sortDescending()
Override to sort by increasing values.
Definition
SpecialLongPages.php:32
SpecialLongPages\getGroupName
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
Definition
SpecialLongPages.php:36
SpecialLongPages\__construct
__construct( $name='Longpages')
Definition
SpecialLongPages.php:28
SpecialShortPages
SpecialShortpages extends QueryPage.
Definition
SpecialShortPages.php:34
includes
specials
SpecialLongPages.php
Generated on Sat Apr 6 2024 00:07:58 for MediaWiki by
1.9.8