CloneImageThumbnails
class CloneImageThumbnails extends Job implements ShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
| string | $prefix | Path of original image thumbnails and tiled data |
|
| string | $copyPrefix | Path of cloned image thumbnails and tiled data |
|
| Image | $image | Cloned image of cloned volume |
Methods
handle()
No description
bool
hasThumbnail(mixed $disk)
Determine if original image has thumbnail.
bool
hasTiledImages(mixed $disk)
Determine if original image has tiled data.
bool
shouldBeTiled()
Determine if an image should be tiled.
Details
at line 36
__construct(Image $img, string $prefix)
No description
at line 43
handle()
No description
at line 72
private bool
hasThumbnail(mixed $disk)
Determine if original image has thumbnail.
at line 85
private bool
hasTiledImages(mixed $disk)
Determine if original image has tiled data.
at line 95
protected bool
shouldBeTiled()
Determine if an image should be tiled.