MediaWiki  REL1_19
TitleArrayFromResult Class Reference
Inheritance diagram for TitleArrayFromResult:
Collaboration diagram for TitleArrayFromResult:

List of all members.

Public Member Functions

 __construct ($res)
 count ()
 current ()
 key ()
 next ()
 rewind ()
 valid ()

Public Attributes

 $current
 $key
 $res

Protected Member Functions

 setCurrent ($row)

Detailed Description

Definition at line 40 of file TitleArray.php.


Constructor & Destructor Documentation

Definition at line 48 of file TitleArray.php.

References $res, key(), and setCurrent().

Here is the call graph for this function:


Member Function Documentation

Returns:
int

Definition at line 69 of file TitleArray.php.

Definition at line 73 of file TitleArray.php.

Referenced by setCurrent(), and valid().

Here is the caller graph for this function:

Definition at line 77 of file TitleArray.php.

Referenced by __construct(), next(), and rewind().

Here is the caller graph for this function:

Definition at line 81 of file TitleArray.php.

References key(), and setCurrent().

Here is the call graph for this function:

Definition at line 87 of file TitleArray.php.

References key(), and setCurrent().

Here is the call graph for this function:

TitleArrayFromResult::setCurrent ( row) [protected]
Parameters:
$rowResultWrapper
Returns:
void

Definition at line 58 of file TitleArray.php.

References current(), and Title\newFromRow().

Referenced by __construct(), next(), and rewind().

Here is the call graph for this function:

Here is the caller graph for this function:

Returns:
bool

Definition at line 96 of file TitleArray.php.

References current().

Here is the call graph for this function:


Member Data Documentation

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().


The documentation for this class was generated from the following file: