MediaWiki  REL1_20
ActiveUsersPager Class Reference

This class is used to get a list of active users. More...

Inheritance diagram for ActiveUsersPager:
Collaboration diagram for ActiveUsersPager:

List of all members.

Public Member Functions

 __construct (IContextSource $context=null, $group=null, $par=null)
 formatRow ($row)
 getIndexField ()
 getPageHeader ()
 getQueryInfo ()
 setupOptions ()

Protected Attributes

Array $hideGroups = array()
Array $hideRights = array()
FormOptions $opts

Detailed Description

This class is used to get a list of active users.

The ones with specials rights (sysop, bureaucrat, developer) will have them displayed next to their names.

Definition at line 33 of file SpecialActiveusers.php.


Constructor & Destructor Documentation

ActiveUsersPager::__construct ( IContextSource context = null,
group = null,
par = null 
)
Parameters:
$contextIContextSource
$groupnull Unused
$parstring Parameter passed to the page

Reimplemented from UsersPager.

Definition at line 52 of file SpecialActiveusers.php.


Member Function Documentation

Parameters:
$rowObject
Returns:
String

Reimplemented from UsersPager.

Definition at line 126 of file SpecialActiveusers.php.

Returns:
string

Reimplemented from UsersPager.

Definition at line 86 of file SpecialActiveusers.php.

Returns:
string

Reimplemented from UsersPager.

Definition at line 169 of file SpecialActiveusers.php.

Returns:
Array

Reimplemented from UsersPager.

Definition at line 90 of file SpecialActiveusers.php.

Definition at line 70 of file SpecialActiveusers.php.


Member Data Documentation

Array ActiveUsersPager::$hideGroups = array() [protected]

Definition at line 41 of file SpecialActiveusers.php.

Array ActiveUsersPager::$hideRights = array() [protected]

Definition at line 45 of file SpecialActiveusers.php.

FormOptions ActiveUsersPager::$opts [protected]

Definition at line 37 of file SpecialActiveusers.php.


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