|
Wikibase
MediaWiki Wikibase extension
|
Interface for looking up which client is interested in changes to which entity. More...
Inheritance diagram for Wikibase\Repo\Store\SubscriptionLookup:Public Member Functions | |
| getSubscribers (EntityId $idToCheck) | |
| Return the existing subscriptions for given Id to check. | |
Interface for looking up which client is interested in changes to which entity.
| Wikibase\Repo\Store\SubscriptionLookup::getSubscribers | ( | EntityId | $idToCheck | ) |
Return the existing subscriptions for given Id to check.
| EntityId | $idToCheck | EntityId to get subscribers |
Implemented in Wikibase\Repo\Store\Sql\SqlSubscriptionLookup.