class ProcessManualJob extends Job implements ShouldQueue

Traits

Batchable
InteractsWithQueue
SerializesModels
Queueable
Dispatchable

Properties

protected Image $image

The image to process.

protected string $points

Laser point coordinates for the image.

protected float $distance

Distance between laser points im cm to use for computation.

protected bool $deleteWhenMissingModels

Ignore this job if the image does not exist any more.

Methods

void
__construct(Image $image, string $points, float $distance)

Create a new job instance.

void
handle()

Execute the job.

Details

at line 57
void __construct(Image $image, string $points, float $distance)

Create a new job instance.

Parameters

Image $image
string $points
float $distance

Return Value

void

at line 69
void handle()

Execute the job.

Return Value

void