class ProcessManualJob extendsJob implementsShouldQueue

Traits

InteractsWithQueue
SerializesModels
Queueable
Dispatchable

Properties

protectedImage $image The image to process.
protectedstring $points Laser point coordinates for the image.
protectedfloat $distance Distance between laser points im cm to use for computation.
protectedbool $deleteWhenMissingModels Ignore this job if the image does not exist any more.

Methods

void
__construct($image,$points,$distance)

Create a new job instance.

void
handle()

Execute the job.

Details

at line55
void __construct($image,$points,$distance)

Create a new job instance.

Parameters

$image
$points
$distance

Return Value

void

at line67
void handle()

Execute the job.

Return Value

void