|
Wikibase
MediaWiki Wikibase extension
|
Implementation of SubscriptionLookup based on a database table. More...
Inheritance diagram for Wikibase\Repo\Store\Sql\SqlSubscriptionLookup:
Collaboration diagram for Wikibase\Repo\Store\Sql\SqlSubscriptionLookup: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 |