MediaWiki REL1_34
EventRelayerNull.php
Go to the documentation of this file.
1<?php
25 public function doNotify( $channel, array $events ) {
26 return true;
27 }
28}
No-op class for publishing messages into a PubSub system.
doNotify( $channel, array $events)
Base class for reliable event relays.