Wikibase
MediaWiki Wikibase extension
|
Public Member Functions | |
__construct () | |
setServices (SqlEntityIdPagerFactory $sqlEntityIdPagerFactory, array $existingEntityTypes, array $entityTypesWithoutRdfOutput, EntityPrefetcher $entityPrefetcher, EntityRevisionLookup $entityRevisionLookup, RdfBuilderFactory $rdfBuilderFactory) | |
execute () | |
Do the actual work. | |
Public Member Functions inherited from Wikibase\Repo\Maintenance\DumpEntities | |
setDumpEntitiesServices (SqlEntityIdPagerFactory $sqlEntityIdPagerFactory, array $existingEntityTypes, array $entityTypesToExcludeFromOutput) | |
logMessage ( $message) | |
Outputs a message vis the output() method. | |
finalSetup (SettingsBuilder $settingsBuilder) | |
Protected Member Functions | |
getRedirectMode () | |
Returns one of the EntityIdPager::XXX_REDIRECTS constants. | |
createDumper ( $output) | |
Create concrete dumper instance. | |
getDumpType () | |
Used in description of script at command-line. | |
Protected Member Functions inherited from Wikibase\Repo\Maintenance\DumpEntities | |
getEntityRevisionLookupCacheMode () | |
Cache flag for use in Store::getEntityRevisionLookup. | |
Private Attributes | |
$revisionLookup | |
$entityPrefetcher | |
$hasHadServicesSet = false | |
$rdfBuilderFactory | |
Wikibase\Repo\Maintenance\DumpRdf::__construct | ( | ) |
Reimplemented from Wikibase\Repo\Maintenance\DumpEntities.
|
protected |
Create concrete dumper instance.
resource | $output |
Reimplemented from Wikibase\Repo\Maintenance\DumpEntities.
Wikibase\Repo\Maintenance\DumpRdf::execute | ( | ) |
Do the actual work.
All child classes will need to implement this
Reimplemented from Wikibase\Repo\Maintenance\DumpEntities.
|
protected |
Used in description of script at command-line.
Reimplemented from Wikibase\Repo\Maintenance\DumpEntities.
|
protected |
Returns one of the EntityIdPager::XXX_REDIRECTS constants.
Reimplemented from Wikibase\Repo\Maintenance\DumpEntities.
Wikibase\Repo\Maintenance\DumpRdf::setServices | ( | SqlEntityIdPagerFactory | $sqlEntityIdPagerFactory, |
array | $existingEntityTypes, | ||
array | $entityTypesWithoutRdfOutput, | ||
EntityPrefetcher | $entityPrefetcher, | ||
EntityRevisionLookup | $entityRevisionLookup, | ||
RdfBuilderFactory | $rdfBuilderFactory ) |
|
private |
|
private |
|
private |
|
private |