JMediawikiLinks::enumerateLinks
Method to enumerate all links that point to a given namespace.
Signature
public function enumerateLinks([boolean
$alcontinue = false,
[string
$alfrom = null,
[string
$alto = null,
[string
$alprefix = null,
[string
$alunique = null,
[array
$alprop = null,
[string
$alnamespace = null,
[integer
$allimit = null]]]]]]]] )
Parameters
-
$alcontinue
- When more results are available, use this to continue.
-
$alfrom
- Start listing at this title. The title need not exist.
-
$alto
- The page title to stop enumerating at.
-
$alprefix
- Search for all page titles that begin with this value.
-
$alunique
- Only show unique links.
-
$alprop
- What pieces of information to include.
-
$alnamespace
- The namespace to enumerate.
-
$allimit
- Number of links to return.
Returns