\JMediawikiSearch
MediaWiki API Search class for the Joomla Platform.
Synopsis
class JMediawikiSearch
extends JMediawikiObject
{
- // Inherited members from JMediawikiObject
- protected JRegistry $options;
- protected JMediawikiHttp $client;
- // methods
- public search()
- public openSearch()
- // 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
- openSearch() — Method to search the wiki using opensearch protocol.
- search() — Method to perform a full text search.
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