[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
Implements Special:Export Copyright © 2003-2008 Brion Vibber <[email protected]>
File Size: | 593 lines (16 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SpecialExport:: (12 methods):
__construct()
execute()
userCanOverrideExportDepth()
doExport()
getPagesFromCategory()
getPagesFromNamespace()
getTemplates()
validateLinkDepth()
getPageLinks()
getImages()
getLinks()
getGroupName()
Class: SpecialExport - X-Ref
A special page that allows users to export pages in a XML file__construct() X-Ref |
No description |
execute( $par ) X-Ref |
No description |
userCanOverrideExportDepth() X-Ref |
return: bool |
doExport( $page, $history, $list_authors, $exportall ) X-Ref |
Do the actual page exporting param: string $page User input on what page(s) to export param: int $history One of the WikiExporter history export constants param: bool $list_authors Whether to add distinct author list (when param: bool $exportall Whether to export everything |
getPagesFromCategory( $title ) X-Ref |
param: Title $title return: array |
getPagesFromNamespace( $nsindex ) X-Ref |
param: int $nsindex return: array |
getTemplates( $inputPages, $pageSet ) X-Ref |
Expand a list of pages to include templates used in those pages. param: array $inputPages List of titles to look up param: array $pageSet Associative array indexed by titles for output return: array Associative array index by titles |
validateLinkDepth( $depth ) X-Ref |
Validate link depth setting, if available. param: int $depth return: int |
getPageLinks( $inputPages, $pageSet, $depth ) X-Ref |
Expand a list of pages to include pages linked to from that page. param: array $inputPages param: array $pageSet param: int $depth return: array |
getImages( $inputPages, $pageSet ) X-Ref |
Expand a list of pages to include images used in those pages. param: array $inputPages List of titles to look up param: array $pageSet Associative array indexed by titles for output return: array Associative array index by titles |
getLinks( $inputPages, $pageSet, $table, $fields, $join ) X-Ref |
Expand a list of pages to include items used in those pages. param: array $inputPages Array of page titles param: array $pageSet param: string $table param: array $fields Array of field names param: array $join return: array |
getGroupName() X-Ref |
No description |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |