Wikibase
MediaWiki Wikibase extension
|
Interface for looking up which client is interested in changes to which entity. More...
Public Member Functions | |
getSubscriptions ( $siteId, array $entityIds) | |
Filters a list of EntityIDs, returning the ones that the given client site is subscribed to. More... | |
getSubscribers (EntityId $idToCheck) | |
Return the existing subscriptions for given Id to check. More... | |
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.
Wikibase\Repo\Store\SubscriptionLookup::getSubscriptions | ( | $siteId, | |
array | $entityIds | ||
) |
Filters a list of EntityIDs, returning the ones that the given client site is subscribed to.
string | $siteId | Site ID of the client site. |
EntityId[] | $entityIds | The entities we are interested in. |
Implemented in Wikibase\Repo\Store\Sql\SqlSubscriptionLookup.