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


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 |
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 |
| $par | string Parameter passed to the page |
Reimplemented from UsersPager.
Definition at line 52 of file SpecialActiveusers.php.
| ActiveUsersPager::formatRow | ( | $ | row | ) |
| $row | Object |
Reimplemented from UsersPager.
Definition at line 126 of file SpecialActiveusers.php.
Reimplemented from UsersPager.
Definition at line 169 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.