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