Wikibase
MediaWiki Wikibase extension
|
Public Member Functions | |
__construct (EntitySourceLookup $entitySourceLookup, ServiceBySourceAndTypeDispatcher $serviceBySourceAndTypeDispatcher) | |
exists (EntityId $id) | |
This exists check returns true, iff an entity has both been created and not deleted, i.e. | |
existsBatch (array $ids) | |
Checks if a batch of entities exists at once. | |
Private Attributes | |
$entitySourceLookup | |
$serviceBySourceAndTypeDispatcher | |
Wikibase\Lib\Store\SourceAndTypeDispatchingExistenceChecker::__construct | ( | EntitySourceLookup | $entitySourceLookup, |
ServiceBySourceAndTypeDispatcher | $serviceBySourceAndTypeDispatcher ) |
Wikibase\Lib\Store\SourceAndTypeDispatchingExistenceChecker::exists | ( | EntityId | $id | ) |
This exists check returns true, iff an entity has both been created and not deleted, i.e.
deleted entities do not exist.
EntityId | $id |
Implements Wikibase\Lib\Store\EntityExistenceChecker.
Wikibase\Lib\Store\SourceAndTypeDispatchingExistenceChecker::existsBatch | ( | array | $ids | ) |
Checks if a batch of entities exists at once.
This is equivalent to iterating over $ids and calling exists()
for each, but may be more efficient, depending on implementation.
EntityId[] | $ids |
entity ID serialization
to exists()
result. Implements Wikibase\Lib\Store\EntityExistenceChecker.
|
private |
|
private |