ProcessNewVolumeFiles
class ProcessNewVolumeFiles extends Job implements ShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
protected Volume | $volume | The volume for which the files should be processed. |
|
protected array | $only | Array of image/video IDs to restrict processing to. |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the volume does not exist any more. |
Methods
void
void
handle()
Execute the job.
Details
at line 46
void
__construct(Volume $volume, array $only = [])
Create a new job instance.
at line 57
void
handle()
Execute the job.