JMediawikiLinks::getLinks
Method to return all links from the given page(s).
Signature
public function getLinks(array
$titles,
[array
$plnamespace = null,
[string
$pllimit = null,
[string
$plcontinue = null,
[array
$pltitles = null,
[string
$pldir = null]]]]] )
Parameters
-
$titles
- Page titles to retrieve links.
-
$plnamespace
- Namespaces to get links.
-
$pllimit
- Number of links to return.
-
$plcontinue
- Continue when more results are available.
-
$pltitles
- List links to these titles.
-
$pldir
- Direction of listing.
Returns