|
MediaWiki
REL1_20
|


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 59 of file TitleArray.php.
| TitleArrayFromResult::__construct | ( | $ | res | ) |
Definition at line 66 of file TitleArray.php.
References $res, key(), and setCurrent().
Definition at line 87 of file TitleArray.php.
Definition at line 91 of file TitleArray.php.
Definition at line 95 of file TitleArray.php.
Referenced by __construct(), next(), and rewind().
Definition at line 99 of file TitleArray.php.
References key(), and setCurrent().
Definition at line 105 of file TitleArray.php.
References key(), and setCurrent().
| TitleArrayFromResult::setCurrent | ( | $ | row | ) | [protected] |
| $row | ResultWrapper |
Definition at line 76 of file TitleArray.php.
Referenced by __construct(), next(), and rewind().
Definition at line 114 of file TitleArray.php.
| TitleArrayFromResult::$current |
Definition at line 64 of file TitleArray.php.
| TitleArrayFromResult::$key |
Definition at line 64 of file TitleArray.php.
| ResultWrapper TitleArrayFromResult::$res |
Definition at line 63 of file TitleArray.php.
Referenced by __construct().