ImageRefreshed
in package
implements
ShouldBroadcast
Uses
Dispatchable, InteractsWithSockets, SerializesModels
Interfaces, Classes, Traits and Enums
- ShouldBroadcast
Table of Contents
- $eventType : EventType|null
- $image : Image
- $project_id : int
- __construct() : mixed
- broadcastAs() : string
- broadcastOn() : Channel
- broadcastQueue() : string
- The name of the queue on which to place the broadcasting job.
- broadcastWith() : array<string|int, mixed>
- event payload
Properties
$eventType read-only
public
EventType|null
$eventType
= null
$image read-only
public
Image
$image
$project_id read-only
public
int
$project_id
Methods
__construct()
public
__construct(Image $image[, EventType|null $eventType = null ]) : mixed
Parameters
Return values
mixed —broadcastAs()
public
broadcastAs() : string
Return values
string —broadcastOn()
public
broadcastOn() : Channel
Return values
Channel —broadcastQueue()
The name of the queue on which to place the broadcasting job.
public
broadcastQueue() : string
Return values
string —broadcastWith()
event payload
public
broadcastWith() : array<string|int, mixed>