class VolumeFilesProcessed implements ShouldBroadcastNow

Traits

Dispatchable
InteractsWithSockets
SerializesModels

Properties

Volume $volume

The volume that was processed

protected bool $deleteWhenMissingModels

Ignore this event if the volume does not exist any more.

Methods

__construct(Volume $volume)

Create a new event instance.

Channel|array
broadcastOn()

Get the channels the event should broadcast on.

array
broadcastWith()

Get the data to broadcast.

Details

at line 36
__construct(Volume $volume)

Create a new event instance.

Parameters

Volume $volume

at line 46
Channel|array broadcastOn()

Get the channels the event should broadcast on.

Return Value

Channel|array

at line 56
array broadcastWith()

Get the data to broadcast.

Return Value

array