JMediawikiPages::getBackLinks
Method to get all pages that link to the given page.
Signature
public function getBackLinks(string
$bltitle,
[integer
$blpageid = null,
[boolean
$blcontinue = null,
[array
$blnamespace = null,
[string
$blfilterredirect = null,
[integer
$bllimit = null,
[boolean
$blredirect = null]]]]]] )
Parameters
-
$bltitle
- Title to search.
-
$blpageid
- Pageid to search.
-
$blcontinue
- When more results are available, use this to continue.
-
$blnamespace
- The namespace to enumerate.
-
$blfilterredirect
- How to filter for redirects..
-
$bllimit
- How many total pages to return.
-
$blredirect
- If linking page is a redirect, find all pages that link to that redirect as well.
Returns