|
MediaWiki
REL1_23
|


Public Member Functions | |
| __construct () | |
| Constructor. | |
| execute ($par) | |
| Show the special page. | |
Static Public Member Functions | |
| static | cacheUpdate (DatabaseBase $dbw) |
| static | mergeActiveUsers ($period) |
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'. | |
Static Protected Member Functions | |
| static | doQueryCacheUpdate (DatabaseBase $dbw, $window) |
| Update the query cache as needed. | |
Definition at line 218 of file SpecialActiveusers.php.
Constructor.
Definition at line 223 of file SpecialActiveusers.php.
| static SpecialActiveUsers::cacheUpdate | ( | DatabaseBase $ | dbw | ) | [static] |
| DatabaseBase | $dbw | Passed in from updateSpecialPages.php |
Definition at line 301 of file SpecialActiveusers.php.
| static SpecialActiveUsers::doQueryCacheUpdate | ( | DatabaseBase $ | dbw, |
| $ | window | ||
| ) | [static, protected] |
Update the query cache as needed.
| DatabaseBase | $dbw | |
| integer | $window | Maximum time range of new data to scan (in seconds) |
Definition at line 314 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 232 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 265 of file SpecialActiveusers.php.
| static SpecialActiveUsers::mergeActiveUsers | ( | $ | period | ) | [static] |
| integer | $period | Seconds (do updates no more often than this) |
Definition at line 273 of file SpecialActiveusers.php.