JMediawikiSites
class JMediawikiSites extends JMediawikiObject
MediaWiki API Sites class for the Joomla Platform.
Methods
from JMediawikiObject
string
buildParameter(
array $params)
Method to build request parameters from a string array.
from JMediawikiObject
Object
validateResponse(
JHttpresponse $response)
Method to validate response for errors
from JMediawikiObject
object
getSiteInfo(
array $siprop = null,
string $sifilteriw = null,
boolean $sishowalldb = false,
boolean $sinumberingroup = false,
array $siinlanguagecode = null)
Method to get site information.
object
getEvents(
array $leprop = null,
string $letype = null,
string $leaction = null,
string $letitle = null,
string $leprefix = null,
string $letag = null,
string $leuser = null,
string $lestart = null,
string $leend = null,
string $ledir = null,
integer $lelimit = null)
Method to get events from logs.
object
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)
Method to get recent changes on a site.
object
getProtectedTitles(
array $ptnamespace = null,
array $ptlevel = null,
integer $ptlimit = null,
string $ptdir = null,
string $ptstart = null,
string $ptend = null,
array $ptprop = null)
Method to get protected titles on a site.
Details
object
getSiteInfo(
array $siprop = null,
string $sifilteriw = null,
boolean $sishowalldb = false,
boolean $sinumberingroup = false,
array $siinlanguagecode = null)
Method to get site information.
object
getEvents(
array $leprop = null,
string $letype = null,
string $leaction = null,
string $letitle = null,
string $leprefix = null,
string $letag = null,
string $leuser = null,
string $lestart = null,
string $leend = null,
string $ledir = null,
integer $lelimit = null)
Method to get events from logs.
object
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)
Method to get recent changes on a site.