QueueRedbookPhotosUpload
extends Command
in package
Table of Contents
- $batchSize : int
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
- __construct() : void
- Create a new command instance.
- handle() : int
- Execute the console command.
Properties
$batchSize
protected
int
$batchSize
= 100
Number of photos to be uploaded per job
$description
The console command description.
protected
string
$description
= 'Queues batches of Redbook photos to be uploaded'
$signature
The name and signature of the console command.
protected
string
$signature
= 'redbook:photos:upload {--C|cr-only : Upload photos for current release vehicles only} {--F|force : Force re-upload of images}'
Methods
__construct()
Create a new command instance.
public
__construct() : void
Return values
void —handle()
Execute the console command.
public
handle() : int