DeleteImageJob
in package
implements
ShouldQueue
Uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Class DeleteCategoryJob.
Table of Contents
Interfaces
- ShouldQueue
Properties
Methods
- __construct() : mixed
- DeleteImageJob Constructor.
- handle() : void
- Execute the job.
Properties
$isSquare
public
bool
$isSquare
$path
public
string
$path
$serverId
public
string
$serverId
$sizes
public
array<string|int, int>
$sizes
Methods
__construct()
DeleteImageJob Constructor.
public
__construct(string $path, string $serverId, array<string|int, int> $sizes, bool $isSquare) : mixed
Parameters
- $path : string
- $serverId : string
- $sizes : array<string|int, int>
- $isSquare : bool
handle()
Execute the job.
public
handle() : void