MediaWiki  REL1_24
SpecialListUsers Class Reference
Inheritance diagram for SpecialListUsers:
Collaboration diagram for SpecialListUsers:

List of all members.

Public Member Functions

 __construct ()
 Constructor.
 execute ($par)
 Show the special page.
 prefixSearchSubpages ($search, $limit=10)
 Return an array of subpages beginning with $search that this special page will accept.

Protected Member Functions

 getGroupName ()
 Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Detailed Description

Definition at line 361 of file SpecialListusers.php.


Constructor & Destructor Documentation

Constructor.

Definition at line 365 of file SpecialListusers.php.


Member Function Documentation

Show the special page.

Parameters:
string$par(optional) A group to list users from

Reimplemented from SpecialPage.

Definition at line 374 of file SpecialListusers.php.

References $s, array(), SpecialPage\getContext(), SpecialPage\getOutput(), SpecialPage\including(), SpecialPage\msg(), SpecialPage\outputHeader(), Html\rawElement(), and SpecialPage\setHeaders().

Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Returns:
string
Since:
1.21

Reimplemented from SpecialPage.

Definition at line 411 of file SpecialListusers.php.

SpecialListUsers::prefixSearchSubpages ( search,
limit = 10 
)

Return an array of subpages beginning with $search that this special page will accept.

Parameters:
string$searchPrefix to search for
int$limitMaximum number of results to return
Returns:
string[] Matching subpages

Reimplemented from SpecialPage.

Definition at line 406 of file SpecialListusers.php.

References $limit, User\getAllGroups(), and SpecialPage\prefixSearchArray().


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