Wikibase
MediaWiki Wikibase extension
|
Implementation of SubscriptionLookup based on a database table. More...
Public Member Functions | |
__construct (RepoDomainDb $repoDomainDb) | |
getSubscribers (EntityId $idToCheck) | |
Return the existing subscriptions for given Id to check. | |
Private Attributes | |
$repoConnections | |
Implementation of SubscriptionLookup based on a database table.
Wikibase\Repo\Store\Sql\SqlSubscriptionLookup::__construct | ( | RepoDomainDb | $repoDomainDb | ) |
Wikibase\Repo\Store\Sql\SqlSubscriptionLookup::getSubscribers | ( | EntityId | $idToCheck | ) |
Return the existing subscriptions for given Id to check.
EntityId | $idToCheck | EntityId to get subscribers |
Implements Wikibase\Repo\Store\SubscriptionLookup.
|
private |