GenerateMissing
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 | $format | Largo patch storage file format. |
|
protected int | $count | Number of annotations missing patches. |
Methods
__construct()
Create a new command instance.
void
handle()
Execute the command.
handleImageAnnotations(FilesystemAdapter $storage, bool $pushToQueue, string $queue)
Check image annnotation patches
handleVideoAnnotations(FilesystemAdapter $storage, bool $pushToQueue, string $queue)
Check video annnotation patches
Details
at line 48
__construct()
Create a new command instance.
at line 60
void
handle()
Execute the command.
at line 84
protected
handleImageAnnotations(FilesystemAdapter $storage, bool $pushToQueue, string $queue)
Check image annnotation patches
at line 132
protected
handleVideoAnnotations(FilesystemAdapter $storage, bool $pushToQueue, string $queue)
Check video annnotation patches