Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Client\Usage\SubscriptionManager Interface Reference

Service interface for tracking subscriptions of clients to entity change events generated on the repo. More...

+ Inheritance diagram for Wikibase\Client\Usage\SubscriptionManager:

Public Member Functions

 subscribe (string $subscriber, array $entityIds)
 Subscribes the given subscriber to notifications about changes on the specified entities.
 
 unsubscribe (string $subscriber, array $entityIds)
 Unsubscribes the given subscriber from notifications about changes on the specified entities.
 

Detailed Description

Service interface for tracking subscriptions of clients to entity change events generated on the repo.

See also
docs/usagetracking.wiki
Author
Daniel Kinzler

Member Function Documentation

◆ subscribe()

Wikibase\Client\Usage\SubscriptionManager::subscribe ( string $subscriber,
array $entityIds )

Subscribes the given subscriber to notifications about changes on the specified entities.

Parameters
string$subscriberGlobal site ID of the subscriber
EntityId[]$entityIdsThe entities to subscribe to.

Implemented in Wikibase\Client\Usage\NullSubscriptionManager, and Wikibase\Client\Usage\Sql\SqlSubscriptionManager.

◆ unsubscribe()

Wikibase\Client\Usage\SubscriptionManager::unsubscribe ( string $subscriber,
array $entityIds )

Unsubscribes the given subscriber from notifications about changes on the specified entities.

Parameters
string$subscriberGlobal site ID of the subscriber
EntityId[]$entityIdsThe entities to subscribe to.

Implemented in Wikibase\Client\Usage\NullSubscriptionManager, and Wikibase\Client\Usage\Sql\SqlSubscriptionManager.


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