MediaWiki master
NotificationMiddlewareInterface.php
Go to the documentation of this file.
1<?php
3
9
16 public function handle( NotificationsBatch $batch, callable $next ): void;
17
18}
An object representing notification with list of recipients.
handle(NotificationsBatch $batch, callable $next)
Allows performing operations on batch, Should return modified batch.