MediaWiki REL1_39
|
Public Member Functions | |
__construct ( $res) | |
count () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Public Attributes | |
Title false | $current |
int | $key |
IResultWrapper | $res |
Protected Member Functions | |
setCurrent ( $row) | |
Additional Inherited Members | |
Static Public Member Functions inherited from TitleArray | |
static | newFromResult ( $res) |
Definition at line 34 of file TitleArrayFromResult.php.
TitleArrayFromResult::__construct | ( | $res | ) |
IResultWrapper | $res |
Definition at line 49 of file TitleArrayFromResult.php.
References $res, key(), and setCurrent().
TitleArrayFromResult::count | ( | ) |
Definition at line 70 of file TitleArrayFromResult.php.
TitleArrayFromResult::current | ( | ) |
Reimplemented from TitleArray.
Definition at line 74 of file TitleArrayFromResult.php.
Referenced by setCurrent().
TitleArrayFromResult::key | ( | ) |
Reimplemented from TitleArray.
Definition at line 78 of file TitleArrayFromResult.php.
Referenced by __construct().
TitleArrayFromResult::next | ( | ) |
Definition at line 82 of file TitleArrayFromResult.php.
TitleArrayFromResult::rewind | ( | ) |
Definition at line 88 of file TitleArrayFromResult.php.
|
protected |
bool | stdClass | $row |
Definition at line 59 of file TitleArrayFromResult.php.
References current().
Referenced by __construct().
TitleArrayFromResult::valid | ( | ) |
Definition at line 97 of file TitleArrayFromResult.php.
Title false TitleArrayFromResult::$current |
Definition at line 42 of file TitleArrayFromResult.php.
int TitleArrayFromResult::$key |
Definition at line 39 of file TitleArrayFromResult.php.
IResultWrapper TitleArrayFromResult::$res |
Definition at line 36 of file TitleArrayFromResult.php.
Referenced by __construct().