Wiki.php

Location: extensions/GrandObjects/Wiki.php
Source Code: master
Classes: Wiki

Description

The Wiki class is used to get information about MediaWiki Articles. It has more limited functionality compared to the built in MediaWiki classes, so it does not replace them, however for simple tasks this class can make things easier and it also implements the BackboneModel class so that it has some RESTful functionality.

Static Factory Methods

  • newFromId($id)
  • newFromTitle($text)

Table Of Contents

Previous topic

Theme.php

Next topic

Cache

This Page