MediaWiki REL1_37
SpecialMostRevisions.php
Go to the documentation of this file.
1<?php
30
32
39 public function __construct(
43 LanguageConverterFactory $languageConverterFactory
44 ) {
45 parent::__construct(
49 $languageConverterFactory
50 );
51 $this->mName = 'Mostrevisions';
52 }
53
54 protected function sortDescending() {
55 return true;
56 }
57
58 protected function getGroupName() {
59 return 'highuse';
60 }
61}
An interface for creating language converters.
This is a utility class for dealing with namespaces that encodes all the "magic" behaviors of them ba...
LinkBatchFactory null $linkBatchFactory
Definition QueryPage.php:74
ILoadBalancer null $loadBalancer
Definition QueryPage.php:71
Special page for listing the articles with the fewest revisions.
__construct(NamespaceInfo $namespaceInfo, ILoadBalancer $loadBalancer, LinkBatchFactory $linkBatchFactory, LanguageConverterFactory $languageConverterFactory)
sortDescending()
Override to sort by increasing values.
getGroupName()
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-gro...
Database cluster connection, tracking, load balancing, and transaction manager interface.