|
Wikibase
MediaWiki Wikibase extension
|
Notification channel based on a database table. More...
Inheritance diagram for Wikibase\Repo\Notifications\ChangeHolder:
Collaboration diagram for Wikibase\Repo\Notifications\ChangeHolder:Public Member Functions | |
| __construct () | |
| transmitChange (Change $change) | |
| Holds the change to be stored later. | |
| getChanges () | |
Private Attributes | |
| $changes | |
Notification channel based on a database table.
| Wikibase\Repo\Notifications\ChangeHolder::__construct | ( | ) |
| Wikibase\Repo\Notifications\ChangeHolder::getChanges | ( | ) |
| Wikibase\Repo\Notifications\ChangeHolder::transmitChange | ( | Change | $change | ) |
Holds the change to be stored later.
Implements Wikibase\Repo\Notifications\ChangeTransmitter.
|
private |