MediaWiki REL1_34
SpecialLongPages.php
Go to the documentation of this file.
1<?php
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}
sortDescending()
Override to sort by increasing values.
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
__construct( $name='Longpages')
SpecialShortpages extends QueryPage.