Inherited by TitleArrayFromResult.
Static Public Member Functions | |
static | newFromResult ($res) |
Static Protected Member Functions | |
static | newFromResult_internal ($res) |
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.
static TitleArray::newFromResult | ( | $ | res | ) | [static] |
$res | result A MySQL 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. |
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().
static TitleArray::newFromResult_internal | ( | $ | res | ) | [static, protected] |