MediaWiki master
EventRelayerNull.php
Go to the documentation of this file.
1<?php
8
14 public function doNotify( $channel, array $events ) {
15 return true;
16 }
17}
18
20class_alias( EventRelayerNull::class, 'EventRelayerNull' );
No-op class for publishing messages into a PubSub system.
doNotify( $channel, array $events)
bool Success
Base class for reliable event relays.