Elgg
Version 6.1
|
Sends notification to a banned user. More...
Public Member Functions | |
__invoke (\Elgg\Event $event) | |
Send a notification to the user that the account was banned. More... | |
Sends notification to a banned user.
Definition at line 10 of file BanUserNotificationHandler.php.
Elgg\Users\BanUserNotificationHandler::__invoke | ( | \Elgg\Event | $event | ) |
Send a notification to the user that the account was banned.
Note: this can't be handled by the delayed notification system as it won't send notifications to banned users
\Elgg\Event | $event | 'ban', 'user' |
Definition at line 21 of file BanUserNotificationHandler.php.