\JMediawikiCategories
MediaWiki API Categories class for the Joomla Platform.
Synopsis
class JMediawikiCategories
extends JMediawikiObject
{
- // Inherited members from JMediawikiObject
- protected JRegistry $options;
- protected JMediawikiHttp $client;
- // methods
- public getCategories()
- public getCategoriesUsed()
- public getCategoriesInfo()
- public getCategoryMembers()
- public enumerateCategories()
- public getChangeTags()
- // Inherited methods from JMediawikiObject
- public void __construct()
- protected string fetchUrl()
- public string buildParameter()
- public Object validateResponse()
Hierarchy
Extends
Tasks
Tasks
Line | Task |
---|---|
357 | add support for $tgcontinue |
Members
protected
- $client — JMediawikiHttp
- $options — JRegistry
Methods
public
- enumerateCategories() — Method to enumerate all categories.
- getCategories() — Method to list all categories the page(s) belong to.
- getCategoriesInfo() — Method to get information about the given categories.
- getCategoriesUsed() — Method to get information about all categories used.
- getCategoryMembers() — Method to get information about the pages within a category
- getChangeTags() — Method to list change tags.
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