MediaWiki master
MediaWiki\RecentChanges\RecentChangeNotificationHandler Class Reference

Accept notification events and notify users about them. More...

Inherits MediaWiki\Notification\NotificationHandler.

Collaboration diagram for MediaWiki\RecentChanges\RecentChangeNotificationHandler:

Public Member Functions

 __construct (UserFactory $userFactory, TitleFactory $titleFactory)
 
 checkNotificationRequirements (Notification $notification, User $user)
 
 notify (Notification $notification, RecipientSet $recipients)
 Notify users about an event occurring.
 

Detailed Description

Accept notification events and notify users about them.

Access: internal

Definition at line 18 of file RecentChangeNotificationHandler.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\RecentChanges\RecentChangeNotificationHandler::__construct ( UserFactory $userFactory,
TitleFactory $titleFactory )

Definition at line 23 of file RecentChangeNotificationHandler.php.

Member Function Documentation

◆ checkNotificationRequirements()

MediaWiki\RecentChanges\RecentChangeNotificationHandler::checkNotificationRequirements ( Notification $notification,
User $user )

Definition at line 28 of file RecentChangeNotificationHandler.php.

◆ notify()

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.


The documentation for this class was generated from the following file: