MediaWiki
REL1_24
|
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'. |
Definition at line 361 of file SpecialListusers.php.
Constructor.
Definition at line 365 of file SpecialListusers.php.
SpecialListUsers::execute | ( | $ | par | ) |
Show the special page.
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().
SpecialListUsers::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
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.
string | $search | Prefix to search for |
int | $limit | Maximum number of results to return |
Reimplemented from SpecialPage.
Definition at line 406 of file SpecialListusers.php.
References $limit, User\getAllGroups(), and SpecialPage\prefixSearchArray().