MediaWiki  REL1_19
UserArray Class Reference
Inheritance diagram for UserArray:

List of all members.

Static Public Member Functions

static newFromIDs ($ids)
static newFromResult ($res)

Static Protected Member Functions

static newFromResult_internal ($res)

Detailed Description

Definition at line 3 of file UserArray.php.


Member Function Documentation

static UserArray::newFromIDs ( ids) [static]
Parameters:
$idsarray
Returns:
UserArrayFromResult

Definition at line 23 of file UserArray.php.

References $dbr, $res, newFromResult(), and wfGetDB().

Referenced by EmailNotification\actuallyNotifyOnPageChange(), and BlockListPager\preprocessResults().

Here is the call graph for this function:

Here is the caller graph for this function:

static UserArray::newFromResult ( res) [static]
Parameters:
$resResultWrapper
Returns:
UserArrayFromResult

Definition at line 8 of file UserArray.php.

References $res, newFromResult_internal(), and wfRunHooks().

Referenced by newFromIDs().

Here is the call graph for this function:

Here is the caller graph for this function:

static UserArray::newFromResult_internal ( res) [static, protected]
Parameters:
$res
Returns:
UserArrayFromResult

Definition at line 39 of file UserArray.php.

References $res.

Referenced by newFromResult().

Here is the caller graph for this function:


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