\JMediawikiSites
MediaWiki API Sites class for the Joomla Platform.
Synopsis
class JMediawikiSites
extends JMediawikiObject
{
- // Inherited members from JMediawikiObject
- protected JRegistry $options;
- protected JMediawikiHttp $client;
- // methods
- public getSiteInfo()
- public getEvents()
- public getRecentChanges()
- public getProtectedTitles()
- // Inherited methods from JMediawikiObject
- public void __construct()
- protected string fetchUrl()
- public string buildParameter()
- public Object validateResponse()
Hierarchy
Extends
Members
protected
- $client — JMediawikiHttp
- $options — JRegistry
Methods
public
- getEvents() — Method to get events from logs.
- getProtectedTitles() — Method to get protected titles on a site.
- getRecentChanges() — Method to get recent changes on a site.
- getSiteInfo() — Method to get site information.
Inherited from JMediawikiObject
protected
- fetchUrl() — Method to build and return a full request URL for the request.
public
- buildParameter() — Method to build request parameters from a string array.
- validateResponse() — Method to validate response for errors