MediaWiki
REL1_24
|
Public Member Functions | |
__construct ($res) | |
count () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Public Attributes | |
$current | |
$key | |
ResultWrapper | $res |
* | |
Protected Member Functions | |
setCurrent ($row) |
Definition at line 27 of file TitleArrayFromResult.php.
TitleArrayFromResult::__construct | ( | $ | res | ) |
Definition at line 34 of file TitleArrayFromResult.php.
References $res, key(), and setCurrent().
Definition at line 55 of file TitleArrayFromResult.php.
Definition at line 59 of file TitleArrayFromResult.php.
Definition at line 63 of file TitleArrayFromResult.php.
Referenced by __construct(), next(), and rewind().
Definition at line 67 of file TitleArrayFromResult.php.
References key(), and setCurrent().
Definition at line 73 of file TitleArrayFromResult.php.
References key(), and setCurrent().
TitleArrayFromResult::setCurrent | ( | $ | row | ) | [protected] |
bool | ResultWrapper | $row |
Definition at line 44 of file TitleArrayFromResult.php.
Referenced by __construct(), next(), and rewind().
Definition at line 82 of file TitleArrayFromResult.php.
TitleArrayFromResult::$current |
Definition at line 32 of file TitleArrayFromResult.php.
TitleArrayFromResult::$key |
Definition at line 30 of file TitleArrayFromResult.php.
ResultWrapper TitleArrayFromResult::$res |