MediaWiki  1.34.0
SpecialMostRevisions.php
Go to the documentation of this file.
1 <?php
28  function __construct( $name = 'Mostrevisions' ) {
29  parent::__construct( $name );
30  }
31 
32  function sortDescending() {
33  return true;
34  }
35 
36  protected function getGroupName() {
37  return 'highuse';
38  }
39 }
SpecialMostRevisions
Definition: SpecialMostRevisions.php:27
SpecialMostRevisions\__construct
__construct( $name='Mostrevisions')
Definition: SpecialMostRevisions.php:28
SpecialMostRevisions\sortDescending
sortDescending()
Override to sort by increasing values.
Definition: SpecialMostRevisions.php:32
SpecialFewestRevisions
Special page for listing the articles with the fewest revisions.
Definition: SpecialFewestRevisions.php:32
SpecialMostRevisions\getGroupName
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
Definition: SpecialMostRevisions.php:36