MediaWiki
1.23.2
|
Public Member Functions | |
__construct ( $res) | |
count () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Public Attributes | |
$current | |
$key | |
ResultWrapper | $res |
Protected Member Functions | |
setCurrent ( $row) | |
Additional Inherited Members | |
Static Public Member Functions inherited from UserArray | |
static | newFromIDs ( $ids) |
static | newFromResult ( $res) |
Static Protected Member Functions inherited from UserArray | |
static | newFromResult_internal ( $res) |
Definition at line 23 of file UserArrayFromResult.php.
UserArrayFromResult::__construct | ( | $res | ) |
ResultWrapper | $res |
Definition at line 33 of file UserArrayFromResult.php.
References $res, key(), and setCurrent().
UserArrayFromResult::count | ( | ) |
Definition at line 54 of file UserArrayFromResult.php.
UserArrayFromResult::current | ( | ) |
Definition at line 61 of file UserArrayFromResult.php.
References $current.
Referenced by setCurrent(), and valid().
UserArrayFromResult::key | ( | ) |
Definition at line 65 of file UserArrayFromResult.php.
References $key.
Referenced by __construct(), next(), and rewind().
UserArrayFromResult::next | ( | ) |
Definition at line 69 of file UserArrayFromResult.php.
References key(), and setCurrent().
UserArrayFromResult::rewind | ( | ) |
Definition at line 75 of file UserArrayFromResult.php.
References key(), and setCurrent().
|
protected |
bool | stdClass | $row |
Definition at line 43 of file UserArrayFromResult.php.
References current(), and User\newFromRow().
Referenced by __construct(), next(), and rewind().
UserArrayFromResult::valid | ( | ) |
UserArrayFromResult::$current |
Definition at line 28 of file UserArrayFromResult.php.
Referenced by current().
UserArrayFromResult::$key |
Definition at line 28 of file UserArrayFromResult.php.
Referenced by key().
ResultWrapper UserArrayFromResult::$res |
Definition at line 27 of file UserArrayFromResult.php.
Referenced by __construct().