JMediawikiSites::getRecentChanges
Method to get recent changes on a site.
Signature
public function getRecentChanges([string
$rcstart = null,
[string
$rcend = null,
[string
$rcdir = null,
[array
$rcnamespace = null,
[string
$rcuser = null,
[string
$rcexcludeuser = null,
[string
$rctag = null,
[array
$rcprop = null,
[array
$rctoken = null,
[array
$rcshow = null,
[string
$rclimit = null,
[string
$rctype = null,
[string
$rctoponly = null]]]]]]]]]]]]] )
Parameters
-
$rcstart
- Starting timestamp.
-
$rcend
- Ending timestamp.
-
$rcdir
- Direction of enumeration.
-
$rcnamespace
- Filter changes to only this namespace(s).
-
$rcuser
- Filter changes by this user.
-
$rcexcludeuser
- Filter changes to exclude changes by this user.
-
$rctag
- Filter changes by this tag.
-
$rcprop
- Filter log actions to only this type.
-
$rctoken
- Which token to obtain for each change.
-
$rcshow
- Filter changes by this criteria.
-
$rclimit
- Changes limit to return.
-
$rctype
- Filter event by type of changes.
-
$rctoponly
- Filter changes which are latest revision.
Returns