MediaWiki  REL1_19
TitleArray Class Reference

Note: this entire file is a byte-for-byte copy of UserArray.php with s/User/Title/. More...

Inheritance diagram for TitleArray:

List of all members.

Static Public Member Functions

static newFromResult ($res)

Static Protected Member Functions

static newFromResult_internal ($res)

Detailed Description

Note: this entire file is a byte-for-byte copy of UserArray.php with s/User/Title/.

If anyone can figure out how to do this nicely with inheri- tance or something, please do so. The TitleArray class only exists to provide the newFromResult method at pre- sent.

Definition at line 12 of file TitleArray.php.


Member Function Documentation

static TitleArray::newFromResult ( res) [static]
Parameters:
$resResultWrapper A SQL result including at least page_namespace and page_title -- also can have page_id, page_len, page_is_redirect, page_latest (if those will be used). See Title::newFromRow.
Returns:
TitleArrayFromResult

Definition at line 19 of file TitleArray.php.

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

Referenced by MovePageForm\doSubmit(), BacklinkCache\getLinks(), Category\getMembers(), and Title\getSubpages().

Here is the call graph for this function:

Here is the caller graph for this function:

static TitleArray::newFromResult_internal ( res) [static, protected]
Parameters:
$resResultWrapper
Returns:
TitleArrayFromResult

Definition at line 34 of file TitleArray.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: