[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

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

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

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

Defines 1 class

ApiQueryBacklinks:: (18 methods):
  __construct()
  execute()
  getCacheMode()
  executeGenerator()
  prepareFirstQuery()
  prepareSecondQuery()
  run()
  extractRowInfo()
  extractRedirRowInfo()
  processContinue()
  parseContinueParam()
  getContinueStr()
  getContinueRedirStr()
  getAllowedParams()
  getParamDescription()
  getDescription()
  getExamples()
  getHelpUrls()


Class: ApiQueryBacklinks  - X-Ref

This is a three-in-one module to query:
* backlinks  - links pointing to the given page,
* embeddedin - what pages transclude the given page within themselves,
* imageusage - what pages use the given image

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

execute()   X-Ref
No description

getCacheMode( $params )   X-Ref
No description

executeGenerator( $resultPageSet )   X-Ref
No description

prepareFirstQuery( $resultPageSet = null )   X-Ref

param: ApiPageSet $resultPageSet
return: void

prepareSecondQuery( $resultPageSet = null )   X-Ref

param: ApiPageSet $resultPageSet
return: void

run( $resultPageSet = null )   X-Ref

param: ApiPageSet $resultPageSet
return: void

extractRowInfo( $row )   X-Ref
No description

extractRedirRowInfo( $row )   X-Ref
No description

processContinue()   X-Ref
No description

parseContinueParam()   X-Ref
No description

getContinueStr( $lastPageID )   X-Ref
No description

getContinueRedirStr( $lastPageID, $lastRedirID )   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