MediaWiki
REL1_24
|
Public Member Functions | |
__construct () | |
Constructor. | |
execute ($par) | |
Show the special page. | |
Static Public Member Functions | |
static | cacheUpdate (DatabaseBase $dbw) |
static | mergeActiveUsers ($period, $days) |
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, $days, $window) |
Update the query cache as needed. |
Definition at line 232 of file SpecialActiveusers.php.
Constructor.
Definition at line 237 of file SpecialActiveusers.php.
static SpecialActiveUsers::cacheUpdate | ( | DatabaseBase $ | dbw | ) | [static] |
DatabaseBase | $dbw | Passed in from updateSpecialPages.php |
Definition at line 315 of file SpecialActiveusers.php.
static SpecialActiveUsers::doQueryCacheUpdate | ( | DatabaseBase $ | dbw, |
$ | days, | ||
$ | window | ||
) | [static, protected] |
Update the query cache as needed.
DatabaseBase | $dbw | |
int | $days | How many days user must be idle before he is considered inactive |
int | $window | Maximum time range of new data to scan (in seconds) |
Definition at line 329 of file SpecialActiveusers.php.
SpecialActiveUsers::execute | ( | $ | par | ) |
Show the special page.
string | $par | Parameter passed to the page or null |
Reimplemented from SpecialPage.
Definition at line 246 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 279 of file SpecialActiveusers.php.
static SpecialActiveUsers::mergeActiveUsers | ( | $ | period, |
$ | days | ||
) | [static] |
int | $period | Seconds (do updates no more often than this) |
int | $days | How many days user must be idle before he is considered inactive |
Definition at line 288 of file SpecialActiveusers.php.
Referenced by ApiQueryAllUsers\execute().