MediaWiki REL1_35
SpecialLongPages.php
Go to the documentation of this file.
1<?php
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}
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.