Wikibase
MediaWiki Wikibase extension
|
This implementation of the UsageAccumulator interface acts as a wrapper around a ParserOutput object. More...
Public Member Functions | |
__construct (ParserOutputProvider $parserOutputProvider, EntityUsageFactory $entityUsageFactory, UsageDeduplicator $deduplicator) | |
addUsage (EntityUsage $usage) | |
getUsages () | |
Public Member Functions inherited from Wikibase\Client\Usage\UsageAccumulator | |
addLabelUsage (EntityId $id, ?string $languageCode=null) | |
Registers the usage of an entity's label (in the given language). | |
addDescriptionUsage (EntityId $id, ?string $languageCode=null) | |
Registers the usage of an entity's description (in the given language). | |
addTitleUsage (EntityId $id) | |
Registers the usage of an entity's local page title, i.e. | |
addSiteLinksUsage (EntityId $id) | |
Registers the usage of an entity's sitelinks, e.g. | |
addStatementUsage (EntityId $id, NumericPropertyId $propertyId) | |
Registers the usage of statements from an entity (identified by their property id). | |
addOtherUsage (EntityId $id) | |
Registers the usage of other (i.e. | |
addAllUsage (EntityId $id) | |
Registers the usage of any/all data of an entity (e.g. | |
Public Attributes | |
const | EXTENSION_DATA_KEY = 'wikibase-entity-usage' |
Private Member Functions | |
getParserOutput () | |
Private Attributes | |
EntityUsageFactory | $entityUsageFactory |
UsageDeduplicator | $usageDeduplicator |
ParserOutputProvider | $parserOutputProvider |
This implementation of the UsageAccumulator interface acts as a wrapper around a ParserOutput object.
Thus, this class encapsulates the knowledge about how usage is tracked in the ParserOutput.
Wikibase\Client\Usage\ParserOutputUsageAccumulator::__construct | ( | ParserOutputProvider | $parserOutputProvider, |
EntityUsageFactory | $entityUsageFactory, | ||
UsageDeduplicator | $deduplicator ) |
Wikibase\Client\Usage\ParserOutputUsageAccumulator::addUsage | ( | EntityUsage | $usage | ) |
Reimplemented from Wikibase\Client\Usage\UsageAccumulator.
|
private |
Wikibase\Client\Usage\ParserOutputUsageAccumulator::getUsages | ( | ) |
Reimplemented from Wikibase\Client\Usage\UsageAccumulator.
|
private |
|
private |
|
private |
const Wikibase\Client\Usage\ParserOutputUsageAccumulator::EXTENSION_DATA_KEY = 'wikibase-entity-usage' |