JMediawikiPagesMediaWiki API Pages class for the Joomla Platform.
Located in /libraries/joomla/mediawiki/pages.php (line 19)
JMediawikiObject | --JMediawikiPages
object
changeProtection
(string $title, string $protections, [string $expiry = null], [string $reason = null], [string $cascade = null], [string $watchlist = null])
object
deletePageByID
(string $pageid, [string $reason = null], [string $watchlist = null], [string $oldimage = null])
object
deletePageByName
(string $title, [string $reason = null], [string $watchlist = null], [string $oldimage = null])
object
editPage
(string $title, [int $section = null], [string $sectiontitle = null], [string $text = null], [string $summary = null])
object
getBackLinks
(string $bltitle, [integer $blpageid = null], [boolean $blcontinue = null], [array $blnamespace = null], [string $blfilterredirect = null], [integer $bllimit = null], [boolean $blredirect = null])
object
getIWBackLinks
(string $iwbltitle, [string $iwblprefix = null], [boolean $iwblcontinue = null], [integer $iwbllimit = null], [array $iwblprop = null])
object
getPageInfo
(array $titles, [array $inprop = null], [array $intoken = null], [boolean $incontinue = null])
object
getPageTemplates
(array $titles, [array $tlnamespace = null], [integer $tllimit = null], [boolean $tlcontinue = null], [string $tltemplates = null], [string $tldir = null])
object
getRevisions
(array $titles, [array $rvprop = null], [boolean $rvparse = null], [int $rvlimit = null])
object
movePageByID
(int $fromid, string $to, [string $reason = null], [string $movetalk = null], [string $movesubpages = null], [boolean $noredirect = null], [string $watchlist = null], [boolean $ignorewarnings = null])
object
movePageByName
(string $from, string $to, [string $reason = null], [string $movetalk = null], [string $movesubpages = null], [boolean $noredirect = null], [string $watchlist = null], [boolean $ignorewarnings = null])
object
rollback
(string $title, string $user, [string $summary = null], [string $markbot = null], [string $watchlist = null])
object
undeletePage
(string $title, [string $reason = null], [string $timestamp = null], [string $watchlist = null])
Inherited from JMediawikiObject
JMediawikiObject::$client
JMediawikiObject::$options
Method to change the protection level of a page.
Method to delete a page.
Method to delete a page.
Method to edit a page.
Method to get all pages that link to the given page.
Method to get all pages that link to the given interwiki link.
Method to get basic page information.
Method to get various properties defined in the page content.
Method to get all page templates from the given page.
Method to get a list of revisions.
Method to get access token.
Method to move a page.
Method to move a page.
Method to undo the last edit to the page.
Method to restore certain revisions of a deleted page.
Inherited From JMediawikiObject
JMediawikiObject::__construct()
JMediawikiObject::buildParameter()
JMediawikiObject::fetchUrl()
JMediawikiObject::validateResponse()
Documentation generated on Tue, 19 Nov 2013 15:10:06 +0100 by phpDocumentor 1.4.3