Wikibase
MediaWiki Wikibase extension
Wikibase\Lib\Store\TypeDispatchingExistenceChecker Class Reference
+ Inheritance diagram for Wikibase\Lib\Store\TypeDispatchingExistenceChecker:
+ Collaboration diagram for Wikibase\Lib\Store\TypeDispatchingExistenceChecker:

Public Member Functions

 __construct (array $callbacks, EntityExistenceChecker $defaultExistenceChecker)
 
 exists (EntityId $id)
 This exists check returns true, iff an entity has both been created and not deleted, i.e. More...
 
 existsBatch (array $ids)
 Checks if a batch of entities exists at once. More...
 

Private Attributes

 $serviceDispatcher
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Lib\Store\TypeDispatchingExistenceChecker::__construct ( array  $callbacks,
EntityExistenceChecker  $defaultExistenceChecker 
)

Member Function Documentation

◆ exists()

Wikibase\Lib\Store\TypeDispatchingExistenceChecker::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.

Parameters
EntityId$id
Returns
bool

Implements Wikibase\Lib\Store\EntityExistenceChecker.

◆ existsBatch()

Wikibase\Lib\Store\TypeDispatchingExistenceChecker::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.

Parameters
EntityId[]$ids
Returns
bool[] Mapping from entity ID serialization to exists() result.

Implements Wikibase\Lib\Store\EntityExistenceChecker.

Member Data Documentation

◆ $serviceDispatcher

Wikibase\Lib\Store\TypeDispatchingExistenceChecker::$serviceDispatcher
private

The documentation for this class was generated from the following file: