[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/api/ -> ApiQueryRevisions.php (summary)

Created on Sep 7, 2006 Copyright © 2006 Yuri Astrakhan "<Firstname><Lastname>@gmail.com"

File Size: 850 lines (29 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ApiQueryRevisions:: (11 methods):
  __construct()
  getTokenFunctions()
  getRollbackToken()
  execute()
  extractRowInfo()
  getCacheMode()
  getAllowedParams()
  getParamDescription()
  getDescription()
  getExamples()
  getHelpUrls()


Class: ApiQueryRevisions  - X-Ref

A query action to enumerate revisions of a given page, or show top revisions
of multiple pages. Various pieces of information may be shown - flags,
comments, and the actual wiki markup of the rev. In the enumeration mode,
ranges of revisions may be requested and filtered.

__construct( ApiQuery $query, $moduleName )   X-Ref
No description

getTokenFunctions()   X-Ref
No description

getRollbackToken( $pageid, $title, $rev )   X-Ref

param: int $pageid
param: Title $title
param: Revision $rev
return: bool|string

execute()   X-Ref
No description

extractRowInfo( $row )   X-Ref
No description

getCacheMode( $params )   X-Ref
No description

getAllowedParams()   X-Ref
No description

getParamDescription()   X-Ref
No description

getDescription()   X-Ref
No description

getExamples()   X-Ref
No description

getHelpUrls()   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1