MediaWiki
REL1_22
|
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 |
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 |
||
) |
$context | IContextSource | |
$group | null Unused | |
string | $par | Parameter passed to the page |
Reimplemented from UsersPager.
Definition at line 52 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 124 of file SpecialActiveusers.php.
ActiveUsersPager::formatRow | ( | $ | row | ) |
$row | Object |
Reimplemented from UsersPager.
Definition at line 147 of file SpecialActiveusers.php.
Reimplemented from UsersPager.
Definition at line 195 of file SpecialActiveusers.php.
Definition at line 70 of file SpecialActiveusers.php.
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.