JMediawikiUsers::getUserContribs
Method to get user contributions.
Signature
public function getUserContribs([string
$ucuser = null,
[string
$ucuserprefix = null,
[integer
$uclimit = null,
[string
$ucstart = null,
[string
$ucend = null,
[boolean
$uccontinue = null,
[string
$ucdir = null,
[array
$ucnamespace = null,
[array
$ucprop = null,
[array
$ucshow = null,
[string
$uctag = null,
[string
$uctoponly = null]]]]]]]]]]]] )
Parameters
-
$ucuser
- The users to retrieve contributions for.
-
$ucuserprefix
- Retrieve contibutions for all users whose names begin with this value.
-
$uclimit
- The users to retrieve contributions for.
-
$ucstart
- The start timestamp to return from.
-
$ucend
- The end timestamp to return to.
-
$uccontinue
- When more results are available, use this to continue.
-
$ucdir
- In which direction to enumerate.
-
$ucnamespace
- Only list contributions in these namespaces.
-
$ucprop
- Include additional pieces of information.
-
$ucshow
- Show only items that meet this criteria.
-
$uctag
- Only list revisions tagged with this tag.
-
$uctoponly
- Only list changes which are the latest revision
Returns