\JMediawikiLinks
MediaWiki API Links class for the Joomla Platform.
Synopsis
class JMediawikiLinks
extends JMediawikiObject
{
- // Inherited members from JMediawikiObject
- protected JRegistry $options;
- protected JMediawikiHttp $client;
- // methods
- public getLinks()
- public getLinksUsed()
- public getIWLinks()
- public getLangLinks()
- public getExtLinks()
- public enumerateLinks()
- // 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
- enumerateLinks() — Method to enumerate all links that point to a given namespace.
- getExtLinks() — Method to return all external urls from the given page(s).
- getIWLinks() — Method to return all interwiki links from the given page(s).
- getLangLinks() — Method to return all interlanguage links from the given page(s).
- getLinks() — Method to return all links from the given page(s).
- getLinksUsed() — Method to return info about the link pages.
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