|
MediaWiki REL1_39
|


Public Member Functions | |
| __construct ( $res) | |
| count () | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
Public Attributes | |
| User false | $current |
| int | $key |
| IResultWrapper | $res |
Protected Member Functions | |
| setCurrent ( $row) | |
Additional Inherited Members | |
Static Public Member Functions inherited from UserArray | |
| static | newFromIDs ( $ids) |
| static | newFromNames ( $names) |
| static | newFromResult ( $res) |
Definition at line 25 of file UserArrayFromResult.php.
| UserArrayFromResult::__construct | ( | $res | ) |
| IResultWrapper | $res |
Definition at line 38 of file UserArrayFromResult.php.
References $res, key(), and setCurrent().
| UserArrayFromResult::count | ( | ) |
Definition at line 59 of file UserArrayFromResult.php.
| UserArrayFromResult::current | ( | ) |
Reimplemented from UserArray.
Definition at line 63 of file UserArrayFromResult.php.
Referenced by setCurrent().
| UserArrayFromResult::key | ( | ) |
Reimplemented from UserArray.
Definition at line 67 of file UserArrayFromResult.php.
Referenced by __construct().
| UserArrayFromResult::next | ( | ) |
Definition at line 71 of file UserArrayFromResult.php.
| UserArrayFromResult::rewind | ( | ) |
Definition at line 77 of file UserArrayFromResult.php.
|
protected |
| bool | stdClass | $row |
Definition at line 48 of file UserArrayFromResult.php.
References current(), and User\newFromRow().
Referenced by __construct().
| UserArrayFromResult::valid | ( | ) |
Definition at line 86 of file UserArrayFromResult.php.
| User false UserArrayFromResult::$current |
Definition at line 33 of file UserArrayFromResult.php.
| int UserArrayFromResult::$key |
Definition at line 30 of file UserArrayFromResult.php.
| IResultWrapper UserArrayFromResult::$res |
Definition at line 27 of file UserArrayFromResult.php.