MediaWiki  REL1_24
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 23 of file UserArray.php.


Member Function Documentation

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

Definition at line 43 of file UserArray.php.

References $dbr, $res, array(), newFromResult(), User\selectFields(), and wfGetDB().

Referenced by BlockListPager\preprocessResults().

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

Definition at line 28 of file UserArray.php.

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

Referenced by newFromIDs().

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

Definition at line 63 of file UserArray.php.

References $res, and UserArrayFromResult.

Referenced by newFromResult().


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