JMediawikiCategories::enumerateCategories
Method to enumerate all categories.
Signature
public function enumerateCategories([string
$acfrom = null,
[string
$acto = null,
[string
$acprefix = null,
[string
$acdir = null,
[integer
$acmin = null,
[integer
$acmax = null,
[integer
$aclimit = null,
[array
$acprop = null]]]]]]]] )
Parameters
-
$acfrom
- The category to start enumerating from.
-
$acto
- The category to stop enumerating at.
-
$acprefix
- Search for all category titles that begin with this value.
-
$acdir
- Direction to sort in.
-
$acmin
- Minimum number of category members.
-
$acmax
- Maximum number of category members.
-
$aclimit
- How many categories to return.
-
$acprop
- Which properties to get.
Returns