MediaWiki
REL1_24
|
This class is used to get a list of active users. More...
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 |
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.
ActiveUsersPager::__construct | ( | IContextSource $ | context = null , |
$ | group = null , |
||
$ | par = null |
||
) |
IContextSource | $context | |
null | $group | Unused |
string | $par | Parameter passed to the page |
Reimplemented from UsersPager.
Definition at line 55 of file SpecialActiveusers.php.
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.
Reimplemented from UsersPager.
Definition at line 122 of file SpecialActiveusers.php.
ActiveUsersPager::formatRow | ( | $ | row | ) |
stdClass | $row |
Reimplemented from UsersPager.
Definition at line 145 of file SpecialActiveusers.php.
Reimplemented from UsersPager.
Definition at line 193 of file SpecialActiveusers.php.
Definition at line 71 of file SpecialActiveusers.php.
array ActiveUsersPager::$blockStatusByUid [private] |
Definition at line 48 of file SpecialActiveusers.php.
Definition at line 40 of file SpecialActiveusers.php.
Definition at line 44 of file SpecialActiveusers.php.
FormOptions ActiveUsersPager::$opts [protected] |
Definition at line 36 of file SpecialActiveusers.php.