ProcessNewImages
class ProcessNewImages extendsJob implementsShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
protectedVolume | $volume | The volume for which the images should be processed. | |
protectedarray | $only | Array of image IDs to restrict processing to. | |
protectedbool | $deleteWhenMissingModels | Ignore this job if the volume does not exist any more. |
Methods
void
void
handle()
Execute the job.
Details
at line45
void
__construct(Volume$volume,array$only =[])
Create a new job instance.
at line56
void
handle()
Execute the job.