|
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 40 of file TitleArray.php.
| TitleArrayFromResult::__construct | ( | $ | res | ) |
Definition at line 48 of file TitleArray.php.
References $res, key(), and setCurrent().

Definition at line 69 of file TitleArray.php.
Definition at line 73 of file TitleArray.php.
Referenced by setCurrent(), and valid().

Definition at line 77 of file TitleArray.php.
Referenced by __construct(), next(), and rewind().

Definition at line 81 of file TitleArray.php.
References key(), and setCurrent().

Definition at line 87 of file TitleArray.php.
References key(), and setCurrent().

| TitleArrayFromResult::setCurrent | ( | $ | row | ) | [protected] |
| $row | ResultWrapper |
Definition at line 58 of file TitleArray.php.
References current(), and Title\newFromRow().
Referenced by __construct(), next(), and rewind().


Definition at line 96 of file TitleArray.php.
References current().

| TitleArrayFromResult::$current |
Definition at line 46 of file TitleArray.php.
| TitleArrayFromResult::$key |
Definition at line 46 of file TitleArray.php.
| TitleArrayFromResult::$res |
Definition at line 45 of file TitleArray.php.
Referenced by __construct().