MediaWiki master
NotificationHandler.php
Go to the documentation of this file.
1<?php
2
4
12
16 public function notify( Notification $notification, RecipientSet $recipients ): void;
17}
Accept notification events and notify users about them.
notify(Notification $notification, RecipientSet $recipients)
Notify users about an event occurring.