MediaWiki
REL1_31
SpecialLongpages.php
Go to the documentation of this file.
1
<?php
28
class
LongPagesPage
extends
ShortPagesPage
{
29
function
__construct
( $name =
'Longpages'
) {
30
parent::__construct( $name );
31
}
32
33
function
sortDescending
() {
34
return
true
;
35
}
36
37
protected
function
getGroupName
() {
38
return
'maintenance'
;
39
}
40
}
LongPagesPage
Definition
SpecialLongpages.php:28
LongPagesPage\getGroupName
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
Definition
SpecialLongpages.php:37
LongPagesPage\sortDescending
sortDescending()
Override to sort by increasing values.
Definition
SpecialLongpages.php:33
LongPagesPage\__construct
__construct( $name='Longpages')
Definition
SpecialLongpages.php:29
ShortPagesPage
SpecialShortpages extends QueryPage.
Definition
SpecialShortpages.php:33
includes
specials
SpecialLongpages.php
Generated on Mon Nov 25 2024 15:35:27 for MediaWiki by
1.10.0