trait InteractsWithSockets

Properties

string|null $socket

The socket ID for the user that raised the event.

Methods

$this
dontBroadcastToCurrentUser()

Exclude the current user from receiving the broadcast.

$this
broadcastToEveryone()

Broadcast the event to everyone.

Details

at line 21
$this dontBroadcastToCurrentUser()

Exclude the current user from receiving the broadcast.

Return Value

$this

at line 33
$this broadcastToEveryone()

Broadcast the event to everyone.

Return Value

$this