MediaWiki
1.34.4
|
Public Member Functions | |
__construct ( $res) | |
count () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Public Attributes | |
bool User | $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 | ( | ) |
Definition at line 66 of file UserArrayFromResult.php.
References $current.
Referenced by setCurrent(), and valid().
UserArrayFromResult::key | ( | ) |
Definition at line 70 of file UserArrayFromResult.php.
References $key.
Referenced by __construct(), next(), and rewind().
UserArrayFromResult::next | ( | ) |
Definition at line 74 of file UserArrayFromResult.php.
References key(), and setCurrent().
UserArrayFromResult::rewind | ( | ) |
Definition at line 80 of file UserArrayFromResult.php.
References key(), and setCurrent().
|
protected |
bool | stdClass | $row |
Definition at line 48 of file UserArrayFromResult.php.
References current(), and User\newFromRow().
Referenced by __construct(), next(), and rewind().
UserArrayFromResult::valid | ( | ) |
bool User UserArrayFromResult::$current |
Definition at line 33 of file UserArrayFromResult.php.
Referenced by current().
int UserArrayFromResult::$key |
Definition at line 30 of file UserArrayFromResult.php.
Referenced by key().
IResultWrapper UserArrayFromResult::$res |
Definition at line 27 of file UserArrayFromResult.php.
Referenced by __construct().