Drive Manifold

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

$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

Search results