|
Wikibase
MediaWiki Wikibase extension
|
EntityStoreWatcher that dispatches events to more EntityStoreWatchers. More...
Inheritance diagram for Wikibase\Repo\Store\DispatchingEntityStoreWatcher:
Collaboration diagram for Wikibase\Repo\Store\DispatchingEntityStoreWatcher:Public Member Functions | |
| __construct () | |
| entityUpdated (EntityRevision $entityRevision) | |
| redirectUpdated (EntityRedirect $entityRedirect, $revisionId) | |
| entityDeleted (EntityId $entityId) | |
Public Member Functions inherited from Wikibase\Repo\GenericEventDispatcher | |
| __construct ( $interface) | |
| registerWatcher ( $listener) | |
| Registers a watcher. | |
| unregisterWatcher ( $key) | |
| Unregisters a watcher using its registration key. | |
| dispatch ( $event,... $args) | |
| Dispatches a notification to all registered watchers. | |
EntityStoreWatcher that dispatches events to more EntityStoreWatchers.
| Wikibase\Repo\Store\DispatchingEntityStoreWatcher::__construct | ( | ) |
| Wikibase\Repo\Store\DispatchingEntityStoreWatcher::entityDeleted | ( | EntityId | $entityId | ) |
| EntityId | $entityId |
Implements Wikibase\Lib\Store\EntityStoreWatcher.
| Wikibase\Repo\Store\DispatchingEntityStoreWatcher::entityUpdated | ( | EntityRevision | $entityRevision | ) |
| EntityRevision | $entityRevision |
Implements Wikibase\Lib\Store\EntityStoreWatcher.
| Wikibase\Repo\Store\DispatchingEntityStoreWatcher::redirectUpdated | ( | EntityRedirect | $entityRedirect, |
| $revisionId ) |
| EntityRedirect | $entityRedirect | |
| int | $revisionId |
Implements Wikibase\Lib\Store\EntityStoreWatcher.