ProcessCloneVolumeFiles
class ProcessCloneVolumeFiles 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 array | $uuidMap | Array maps uuid of copied file to uuid of original files. |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the volume does not exist any more. |
Methods
void
void
handle()
Execute the job.
Details
at line 55
void
__construct(Volume $volume, array $uuidMap, array $only = [])
Create a new job instance.
at line 67
void
handle()
Execute the job.