Class JMediawikiSites
MediaWiki API Sites class for the Joomla Platform.
- JMediawikiObject
- JMediawikiSites
Package: Joomla\Platform\MediaWiki
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/mediawiki/sites.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 12.3
Located at joomla/mediawiki/sites.php
Methods summary
public
object
|
#
getSiteInfo( array $siprop = null, string $sifilteriw = null, boolean $sishowalldb = false, boolean $sinumberingroup = false, array $siinlanguagecode = null )
Method to get site information. |
public
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. |
public
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. |
public
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. |
Methods inherited from JMediawikiObject
__construct()
,
buildParameter()
,
fetchUrl()
,
validateResponse()