PendingBroadcast
class PendingBroadcast
Methods
via(UnitEnum|string|null $connection = null)
Broadcast the event using a specific broadcaster.
toOthers()
Broadcast the event to everyone except the current user.
__destruct()
Handle the object's destruction.
Details
at line 17
__construct(Dispatcher $eventDispatcher, mixed $event)
Create a new pending broadcast instance.
at line 26
PendingBroadcast
via(UnitEnum|string|null $connection = null)
Broadcast the event using a specific broadcaster.
at line 40
PendingBroadcast
toOthers()
Broadcast the event to everyone except the current user.
at line 52
__destruct()
Handle the object's destruction.