|
MediaWiki master
|
Accept notification events and notify users about them. More...
Inherits MediaWiki\Notification\NotificationHandler.

Public Member Functions | |
| __construct (UserFactory $userFactory, TitleFactory $titleFactory) | |
| checkNotificationRequirements (Notification $notification, User $user) | |
| notify (Notification $notification, RecipientSet $recipients) | |
| Notify users about an event occurring. | |
Accept notification events and notify users about them.
Definition at line 18 of file RecentChangeNotificationHandler.php.
| MediaWiki\RecentChanges\RecentChangeNotificationHandler::__construct | ( | UserFactory | $userFactory, |
| TitleFactory | $titleFactory ) |
Definition at line 23 of file RecentChangeNotificationHandler.php.
| MediaWiki\RecentChanges\RecentChangeNotificationHandler::checkNotificationRequirements | ( | Notification | $notification, |
| User | $user ) |
Definition at line 28 of file RecentChangeNotificationHandler.php.
| MediaWiki\RecentChanges\RecentChangeNotificationHandler::notify | ( | Notification | $notification, |
| RecipientSet | $recipients ) |
Notify users about an event occurring.
Implements MediaWiki\Notification\NotificationHandler.
Definition at line 35 of file RecentChangeNotificationHandler.php.