RoutesNotifications
Table of Contents
- notify() : void
- Send the given notification.
- notifyNow() : void
- Send the given notification immediately.
- routeNotificationFor() : mixed
- Get the notification routing information for the given driver.
Methods
notify()
Send the given notification.
public
notify(mixed $instance) : void
Parameters
- $instance : mixed
Return values
void —notifyNow()
Send the given notification immediately.
public
notifyNow(mixed $instance[, array<string|int, mixed>|null $channels = null ]) : void
Parameters
- $instance : mixed
- $channels : array<string|int, mixed>|null = null
Return values
void —routeNotificationFor()
Get the notification routing information for the given driver.
public
routeNotificationFor(string $driver) : mixed
Parameters
- $driver : string