MediaWiki
REL1_21
|
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 203 of file SpecialActiveusers.php.
Constructor.
Definition at line 208 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 217 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 244 of file SpecialActiveusers.php.