MediaWiki  REL1_23
SpecialActiveUsers Class Reference
Inheritance diagram for SpecialActiveUsers:
Collaboration diagram for SpecialActiveUsers:

List of all members.

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.

Detailed Description

Definition at line 218 of file SpecialActiveusers.php.


Constructor & Destructor Documentation

Constructor.

Definition at line 223 of file SpecialActiveusers.php.


Member Function Documentation

static SpecialActiveUsers::cacheUpdate ( DatabaseBase dbw) [static]
Parameters:
DatabaseBase$dbwPassed in from updateSpecialPages.php
Returns:
void

Definition at line 301 of file SpecialActiveusers.php.

static SpecialActiveUsers::doQueryCacheUpdate ( DatabaseBase dbw,
window 
) [static, protected]

Update the query cache as needed.

Parameters:
DatabaseBase$dbw
integer$windowMaximum time range of new data to scan (in seconds)
Returns:
bool Success

Definition at line 314 of file SpecialActiveusers.php.

Show the special page.

Parameters:
$parMixed: parameter passed to the page or null

Reimplemented from SpecialPage.

Definition at line 232 of file SpecialActiveusers.php.

Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.

Returns:
string
Since:
1.21

Reimplemented from SpecialPage.

Definition at line 265 of file SpecialActiveusers.php.

static SpecialActiveUsers::mergeActiveUsers ( period) [static]
Parameters:
integer$periodSeconds (do updates no more often than this)
Returns:
integer How many seconds old the cache is

Definition at line 273 of file SpecialActiveusers.php.


The documentation for this class was generated from the following file: