MediaWiki  REL1_19
QueryPage.php File Reference

Contain a class for special pages. More...

Go to the source code of this file.

Classes

class  QueryPage
 This is a class for doing query pages; since they're almost all the same, we factor out some of the functionality into a superclass, and let subclasses derive from it. More...
class  WantedQueryPage
 Class definition for a wanted query page like WantedPages, WantedTemplates, etc. More...

Variables

global $wgDisableCounters
global $wgQueryPages
 List of query page classes and their associated special pages, for periodic updates.

Detailed Description

Contain a class for special pages.

Definition in file QueryPage.php.


Variable Documentation

global $wgDisableCounters

Definition at line 54 of file QueryPage.php.

$wgQueryPages

List of query page classes and their associated special pages, for periodic updates.

DO NOT CHANGE THIS LIST without testing that maintenance/updateSpecialPages.php still works.

Definition at line 15 of file QueryPage.php.

Referenced by QueryAllSpecialPagesTest\__construct(), ApiQueryQueryPage\__construct(), and UpdateSpecialPages\execute().