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. |
Methods
void
void
handle()
Execute the job.
Details
at line 50
void
__construct(Volume $volume, array $uuidMap, array $only = [])
Create a new job instance.
at line 62
void
handle()
Execute the job.