MediaWiki master
DomainEventSource.php
Go to the documentation of this file.
1<?php
3
11
27 public function registerListener( string $eventType, $listener ): void;
28
44 public function registerSubscriber( $subscriber ): void;
45
46}
Service object for registering listeners for domain events.
registerListener(string $eventType, $listener)
Add a listener that will be notified on events of the given type, triggered by changed to the persist...
registerSubscriber( $subscriber)
Register the given subscriber to this event source.