Public Member Functions | |
__construct ($res) | |
count () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Public Attributes | |
$res | |
$key | |
$current | |
Protected Member Functions | |
setCurrent ($row) |
Definition at line 32 of file UserArray.php.
UserArrayFromResult::__construct | ( | $ | res | ) |
UserArrayFromResult::count | ( | ) |
Definition at line 50 of file UserArray.php.
UserArrayFromResult::current | ( | ) |
UserArrayFromResult::key | ( | ) |
UserArrayFromResult::next | ( | ) |
UserArrayFromResult::rewind | ( | ) |
UserArrayFromResult::setCurrent | ( | $ | row | ) | [protected] |
Definition at line 42 of file UserArray.php.
References $row, current(), and User::newFromRow().
Referenced by __construct(), next(), and rewind().
UserArrayFromResult::valid | ( | ) |
UserArrayFromResult::$current |
Definition at line 34 of file UserArray.php.
UserArrayFromResult::$key |
Definition at line 34 of file UserArray.php.
UserArrayFromResult::$res |