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 36 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 55 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 75 of file WikiExporterFactory.php.