MediaWiki
REL1_34
SpecialMostRevisions.php
Go to the documentation of this file.
1
<?php
27
class
SpecialMostRevisions
extends
SpecialFewestRevisions
{
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
}
SpecialFewestRevisions
Special page for listing the articles with the fewest revisions.
Definition
SpecialFewestRevisions.php:32
SpecialMostRevisions
Definition
SpecialMostRevisions.php:27
SpecialMostRevisions\sortDescending
sortDescending()
Override to sort by increasing values.
Definition
SpecialMostRevisions.php:32
SpecialMostRevisions\__construct
__construct( $name='Mostrevisions')
Definition
SpecialMostRevisions.php:28
SpecialMostRevisions\getGroupName
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
Definition
SpecialMostRevisions.php:36
includes
specials
SpecialMostRevisions.php
Generated on Mon Nov 25 2024 16:05:53 for MediaWiki by
1.10.0