|
MediaWiki master
|
Factory service for WikiExporter instances. More...
Public Member Functions | |
| __construct (HookContainer $hookContainer, RevisionStore $revisionStore, TitleParser $titleParser, CommentStore $commentStore) | |
| getWikiExporter (IReadableDatabase $db, $history=WikiExporter::CURRENT, $text=WikiExporter::TEXT, $limitNamespaces=null) | |
Factory service for WikiExporter instances.
Definition at line 21 of file WikiExporterFactory.php.
| MediaWiki\Export\WikiExporterFactory::__construct | ( | HookContainer | $hookContainer, |
| RevisionStore | $revisionStore, | ||
| TitleParser | $titleParser, | ||
| CommentStore | $commentStore ) |
| HookContainer | $hookContainer | |
| RevisionStore | $revisionStore | |
| TitleParser | $titleParser | |
| CommentStore | $commentStore |
Definition at line 40 of file WikiExporterFactory.php.
| MediaWiki\Export\WikiExporterFactory::getWikiExporter | ( | IReadableDatabase | $db, |
| $history = WikiExporter::CURRENT, | |||
| $text = WikiExporter::TEXT, | |||
| $limitNamespaces = null ) |
| IReadableDatabase | $db | |
| int | array | $history | |
| int | $text | |
| null | array | $limitNamespaces |
Definition at line 60 of file WikiExporterFactory.php.