MediaWiki
REL1_22
|
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 225 of file SpecialActiveusers.php.
Constructor.
Definition at line 230 of file SpecialActiveusers.php.
SpecialActiveUsers::execute | ( | $ | par | ) |
Show the special page.
$par | Mixed: parameter passed to the page or null |
Reimplemented from SpecialPage.
Definition at line 239 of file SpecialActiveusers.php.
SpecialActiveUsers::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 266 of file SpecialActiveusers.php.