MediaWiki
REL1_19
|
Public Member Functions | |
__construct ($res) | |
count () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Public Attributes | |
$current | |
$key | |
$res | |
Protected Member Functions | |
setCurrent ($row) |
Definition at line 44 of file UserArray.php.
UserArrayFromResult::__construct | ( | $ | res | ) |
$res | ResultWrapper |
Definition at line 55 of file UserArray.php.
References $res, key(), and setCurrent().
Definition at line 76 of file UserArray.php.
Definition at line 83 of file UserArray.php.
Referenced by setCurrent(), and valid().
Definition at line 87 of file UserArray.php.
Referenced by __construct(), next(), and rewind().
Definition at line 91 of file UserArray.php.
References key(), and setCurrent().
Definition at line 97 of file UserArray.php.
References key(), and setCurrent().
UserArrayFromResult::setCurrent | ( | $ | row | ) | [protected] |
$row |
Definition at line 65 of file UserArray.php.
References current(), and User\newFromRow().
Referenced by __construct(), next(), and rewind().
Definition at line 106 of file UserArray.php.
References current().
UserArrayFromResult::$current |
Definition at line 50 of file UserArray.php.
UserArrayFromResult::$key |
Definition at line 50 of file UserArray.php.
UserArrayFromResult::$res |
Definition at line 49 of file UserArray.php.
Referenced by __construct().