|
MediaWiki
master
|


Public Member Functions | |
| __construct ($res) | |
| count () | |
| current () | |
| key () | |
| next () | |
| rewind () | |
| valid () | |
Public Attributes | |
| $current | |
| $key | |
| ResultWrapper | $res |
Protected Member Functions | |
| setCurrent ($row) | |
Additional Inherited Members | |
Static Public Member Functions inherited from TitleArray | |
| static | newFromResult ($res) |
Static Protected Member Functions inherited from TitleArray | |
| static | newFromResult_internal ($res) |
Definition at line 27 of file TitleArrayFromResult.php.
| TitleArrayFromResult::__construct | ( | $res | ) |
Definition at line 35 of file TitleArrayFromResult.php.
References $res, key(), and setCurrent().
| TitleArrayFromResult::count | ( | ) |
Definition at line 56 of file TitleArrayFromResult.php.
| TitleArrayFromResult::current | ( | ) |
Definition at line 60 of file TitleArrayFromResult.php.
References $current.
Referenced by setCurrent(), and valid().
| TitleArrayFromResult::key | ( | ) |
Definition at line 64 of file TitleArrayFromResult.php.
References $key.
Referenced by __construct(), next(), and rewind().
| TitleArrayFromResult::next | ( | ) |
Definition at line 68 of file TitleArrayFromResult.php.
References key(), and setCurrent().
| TitleArrayFromResult::rewind | ( | ) |
Definition at line 74 of file TitleArrayFromResult.php.
References key(), and setCurrent().
|
protected |
| bool | ResultWrapper | $row |
Definition at line 45 of file TitleArrayFromResult.php.
References current(), and Title\newFromRow().
Referenced by __construct(), next(), and rewind().
| TitleArrayFromResult::valid | ( | ) |
| TitleArrayFromResult::$current |
Definition at line 33 of file TitleArrayFromResult.php.
Referenced by current().
| TitleArrayFromResult::$key |
Definition at line 31 of file TitleArrayFromResult.php.
Referenced by key().
| ResultWrapper TitleArrayFromResult::$res |
Definition at line 29 of file TitleArrayFromResult.php.
Referenced by __construct().