MediaWiki  REL1_24
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)
 doBatchLookups ()
 Called from getBody(), before getStartBody() is called and after doQuery() was called.
 formatRow ($row)
 getIndexField ()
 getPageHeader ()
 getQueryInfo ()
 setupOptions ()

Protected Attributes

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

Private Attributes

array $blockStatusByUid

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:
IContextSource$context
null$groupUnused
string$parParameter passed to the page

Reimplemented from UsersPager.

Definition at line 55 of file SpecialActiveusers.php.


Member Function Documentation

Called from getBody(), before getStartBody() is called and after doQuery() was called.

This will be called only if there are rows in the result set.

Returns:
void

Reimplemented from UsersPager.

Definition at line 122 of file SpecialActiveusers.php.

Parameters:
stdClass$row
Returns:
string

Reimplemented from UsersPager.

Definition at line 145 of file SpecialActiveusers.php.

Returns:
string

Reimplemented from UsersPager.

Definition at line 87 of file SpecialActiveusers.php.

Returns:
string

Reimplemented from UsersPager.

Definition at line 193 of file SpecialActiveusers.php.

Returns:
array

Reimplemented from UsersPager.

Definition at line 91 of file SpecialActiveusers.php.

Definition at line 71 of file SpecialActiveusers.php.


Member Data Documentation

array ActiveUsersPager::$blockStatusByUid [private]

Definition at line 48 of file SpecialActiveusers.php.

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

Definition at line 40 of file SpecialActiveusers.php.

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

Definition at line 44 of file SpecialActiveusers.php.

FormOptions ActiveUsersPager::$opts [protected]

Definition at line 36 of file SpecialActiveusers.php.


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