CreateNewImages
class CreateNewImages extendsJob implementsShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
Volume | $volume | The volume to create the images for. | |
array | $filenames | The filenames of the images to create. |
Methods
void
handle()
Execute the job.
array
createImages(array$filenames)
Create an array to be inserted as new image models.
Details
at line40
void
__construct(Volume$volume,array$filenames)
Create a new job instance.
at line52
handle()
Execute the job.
at line84
protectedarray
createImages(array$filenames)
Create an array to be inserted as new image models.