JMediawikiLinks::getIWLinks
Method to return all interwiki links from the given page(s).
Signature
public function getIWLinks(array
$titles,
[boolean
$iwurl = false,
[integer
$iwlimit = null,
[boolean
$iwcontinue = false,
[string
$iwprefix = null,
[string
$iwtitle = null,
[string
$iwdir = null]]]]]] )
Parameters
-
$titles
- Page titles to retrieve links.
-
$iwurl
- Whether to get the full url.
-
$iwlimit
- Number of interwiki links to return.
-
$iwcontinue
- When more results are available, use this to continue.
-
$iwprefix
- Prefix for the interwiki.
-
$iwtitle
- Interwiki link to search for.
-
$iwdir
- The direction in which to list.
Returns