BroadcastChannel
class BroadcastChannel (View source)
Properties
protected Dispatcher | $events | The event dispatcher. |
Methods
void
array|null
mixed
Details
void
__construct(Dispatcher $events)
Create a new broadcast channel.
array|null
send(mixed $notifiable, Notification $notification)
Send the given notification.
protected mixed
getData(mixed $notifiable, Notification $notification)
Get the data for the notification.