MediaWiki
master
NotificationHandler.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Notification
;
4
11
interface
NotificationHandler
{
12
16
public
function
notify
(
Notification
$notification,
RecipientSet
$recipients ): void;
17
}
MediaWiki\Notification\Notification
Definition
Notification.php:13
MediaWiki\Notification\RecipientSet
Definition
RecipientSet.php:15
MediaWiki\Notification\NotificationHandler
Accept notification events and notify users about them.
Definition
NotificationHandler.php:11
MediaWiki\Notification\NotificationHandler\notify
notify(Notification $notification, RecipientSet $recipients)
Notify users about an event occurring.
MediaWiki\Notification
Definition
AgentAware.php:3
includes
Notification
NotificationHandler.php
Generated on Sat Dec 6 2025 12:25:27 for MediaWiki by
1.10.0