Wikibase
MediaWiki Wikibase extension
|
EntityStoreWatcher that dispatches events to more EntityStoreWatchers. More...
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. More... | |
unregisterWatcher ( $key) | |
Unregisters a watcher using its registration key. More... | |
dispatch ( $event,... $args) | |
Dispatches a notification to all registered watchers. More... | |
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.