NotificationManagerInterface
in
Interface NotificationSettingInterface.
Table of Contents
Methods
- getChannelsForNotifiableByType() : array<string|int, string>
- Get notification channels.
- routeNotificationFor() : mixed
- This method will map to driver's repository.
Methods
getChannelsForNotifiableByType()
Get notification channels.
public
getChannelsForNotifiableByType(IsNotifiable $notifiable, string $type) : array<string|int, string>
Parameters
- $notifiable : IsNotifiable
- $type : string
Return values
array<string|int, string>routeNotificationFor()
This method will map to driver's repository.
public
routeNotificationFor(IsNotifiable $notifiable, string $driver, Notification $notification) : mixed
Parameters
- $notifiable : IsNotifiable
- $driver : string
- $notification : Notification