Documentation

BroadcastChannel
in package

Table of Contents

$events  : Dispatcher
The event dispatcher.
__construct()  : void
Create a new database channel.
send()  : array<string|int, mixed>|null
Send the given notification.
getData()  : mixed
Get the data for the notification.

Properties

Methods

send()

Send the given notification.

public send(mixed $notifiable, Notification $notification) : array<string|int, mixed>|null
Parameters
$notifiable : mixed
$notification : Notification
Return values
array<string|int, mixed>|null

getData()

Get the data for the notification.

protected getData(mixed $notifiable, Notification $notification) : mixed
Parameters
$notifiable : mixed
$notification : Notification
Tags
throws
RuntimeException
Return values
mixed

Search results