class BroadcastChannel (View source)
| protected Dispatcher | $events | The event dispatcher. |
| void | __construct(Dispatcher $events)
Create a new broadcast channel. | |
| array|null | send(mixed $notifiable, Notification $notification)
Send the given notification. | |
| mixed | getData(mixed $notifiable, Notification $notification)
Get the data for the notification. |
Create a new broadcast channel.
Send the given notification.
Get the data for the notification.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Notifications/Channels/BroadcastChannel.html