MediaWiki
REL1_19
|
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. |
Contain a class for special pages.
Definition in file QueryPage.php.
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().