MediaWiki  REL1_19
SpecialSpecialpages Class Reference

A special page that lists special pages. More...

Inheritance diagram for SpecialSpecialpages:
Collaboration diagram for SpecialSpecialpages:

List of all members.

Public Member Functions

 __construct ()
 execute ($par)
 Default execute method Checks user permissions, calls the function given in mFunction.

Private Member Functions

 getPageGroups ()
 outputPageList ($groups)

Detailed Description

A special page that lists special pages.

Definition at line 29 of file SpecialSpecialpages.php.


Constructor & Destructor Documentation


Member Function Documentation

Default execute method Checks user permissions, calls the function given in mFunction.

This must be overridden by subclasses; it will be made abstract in a future version

Parameters:
$parString subpage string, if one was specified

Reimplemented from SpecialPage.

Definition at line 35 of file SpecialSpecialpages.php.

References $out, SpecialPage\getOutput(), getPageGroups(), SpecialPage\outputHeader(), outputPageList(), and SpecialPage\setHeaders().

Here is the call graph for this function:

Definition at line 51 of file SpecialSpecialpages.php.

References $page, $wgSortSpecialPages, SpecialPage\getGroup(), SpecialPage\getUsablePages(), and SpecialPage\getUser().

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:

SpecialSpecialpages::outputPageList ( groups) [private]

Definition at line 90 of file SpecialSpecialpages.php.

References $count, $out, $title, $total, $wgMiserMode, Html\closeElement(), Html\element(), SpecialPage\getOutput(), Linker\linkKnown(), Html\openElement(), and Html\rawElement().

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: