class GenerateMissing extends Command

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

protected string $queue

Queue to push process jobs to.

protected bool $skipPatches

Whether to skip checking for missing patches.

protected bool $skipVectors

Whether to skip checking for missing feature vectors.

protected bool $skipSvgs

Whether to skip checking for missing SVGs.

protected bool $force

Regenerate data without checking if it is missing.

Methods

void
handle()

Execute the command.

void
handleImageAnnotations()

Check image annnotation patches

void
handleVideoAnnotations()

Check video annnotation patches

void
handleAnnotations(Builder $annotations)

No description

dispatcheProcessJob(VolumeFile $file, Collection $ids)

No description

Details

at line 78
void handle()

Execute the command.

Return Value

void

at line 99
protected void handleImageAnnotations()

Check image annnotation patches

Return Value

void

at line 130
protected void handleVideoAnnotations()

Check video annnotation patches

Return Value

void

at line 158
protected void handleAnnotations(Builder $annotations)

No description

Parameters

Builder $annotations

Return Value

void

at line 242
protected dispatcheProcessJob(VolumeFile $file, Collection $ids)

No description

Parameters

VolumeFile $file
Collection $ids