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

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 44 of file UserArray.php.


Constructor & Destructor Documentation

Parameters:
$resResultWrapper

Definition at line 55 of file UserArray.php.

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

Here is the call graph for this function:


Member Function Documentation

Returns:
int

Definition at line 76 of file UserArray.php.

Returns:
User

Definition at line 83 of file UserArray.php.

Referenced by setCurrent(), and valid().

Here is the caller graph for this function:

Definition at line 87 of file UserArray.php.

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

Here is the caller graph for this function:

Definition at line 91 of file UserArray.php.

References key(), and setCurrent().

Here is the call graph for this function:

Definition at line 97 of file UserArray.php.

References key(), and setCurrent().

Here is the call graph for this function:

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

Definition at line 65 of file UserArray.php.

References current(), and User\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 106 of file UserArray.php.

References current().

Here is the call graph for this function:


Member Data Documentation

UserArrayFromResult::$current

Definition at line 50 of file UserArray.php.

UserArrayFromResult::$key

Definition at line 50 of file UserArray.php.

UserArrayFromResult::$res

Definition at line 49 of file UserArray.php.

Referenced by __construct().


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