|
MediaWiki
REL1_23
|


Public Member Functions | |
| __construct () | |
| Constructor. | |
| execute ($par) | |
| Show the special page. | |
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 364 of file SpecialListusers.php.
Constructor.
Definition at line 368 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 377 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 402 of file SpecialListusers.php.