Public Member Functions | |
__construct ($res) | |
count () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Public Attributes | |
$res | |
$key | |
$current | |
Protected Member Functions | |
setCurrent ($row) |
Definition at line 36 of file TitleArray.php.
TitleArrayFromResult::__construct | ( | $ | res | ) |
TitleArrayFromResult::count | ( | ) |
Definition at line 54 of file TitleArray.php.
TitleArrayFromResult::current | ( | ) |
TitleArrayFromResult::key | ( | ) |
TitleArrayFromResult::next | ( | ) |
TitleArrayFromResult::rewind | ( | ) |
TitleArrayFromResult::setCurrent | ( | $ | row | ) | [protected] |
Definition at line 46 of file TitleArray.php.
References $row, current(), and Title::newFromRow().
Referenced by __construct(), next(), and rewind().
TitleArrayFromResult::valid | ( | ) |
TitleArrayFromResult::$current |
Definition at line 38 of file TitleArray.php.
TitleArrayFromResult::$key |
Definition at line 38 of file TitleArray.php.
TitleArrayFromResult::$res |