CloneVideoThumbnails
class CloneVideoThumbnails extends Job implements ShouldQueue
Traits
InteractsWithQueue
SerializesModels
Queueable
Dispatchable
Properties
string | $prefix | Path of original video thumbnails and sprites |
|
string | $copyPrefix | Path of cloned video thumbnails and sprites |
|
Video | $video | Cloned video of cloned volume |
|
protected bool | $deleteWhenMissingModels | Ignore this job if the video does not exist any more. |
Methods
handle()
No description
bool
hasThumbnails($disk)
Determine if original video has thumbnails.
bool
hasSprites($disk)
Determine if original video has sprites.
Details
at line 41
__construct(Video $video, string $prefix)
No description
at line 48
handle()
No description
at line 71
private bool
hasThumbnails($disk)
Determine if original video has thumbnails.
at line 84
private bool
hasSprites($disk)
Determine if original video has sprites.