ProcessStickerThumbnailsJob
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
stub: packages/jobs/job-queued.stub
Table of Contents
Interfaces
- ShouldQueue
Methods
- __construct() : void
- Create a new job instance.
- handle() : void
- Execute the job.
- resizeImage() : ResizeImageInterface
- createThumb() : void
Methods
__construct()
Create a new job instance.
public
__construct() : void
handle()
Execute the job.
public
handle() : void
resizeImage()
protected
resizeImage() : ResizeImageInterface
Return values
ResizeImageInterfacecreateThumb()
private
createThumb(Sticker $sticker) : void
Parameters
- $sticker : Sticker