|
MediaWiki master
|
Inherited by MediaWiki\Notification\Middleware\FilterMiddleware.
Public Member Functions | |
| handle (NotificationsBatch $batch, callable $next) | |
| Allows performing operations on batch, Should return modified batch. | |
Definition at line 8 of file NotificationMiddlewareInterface.php.
| MediaWiki\Notification\NotificationMiddlewareInterface::handle | ( | NotificationsBatch | $batch, |
| callable | $next ) |
Allows performing operations on batch, Should return modified batch.
| NotificationsBatch | $batch | |
| callable():void | $next Call this method to continue the chain |
Implemented in MediaWiki\Notification\Middleware\FilterMiddleware.