Drive Manifold

MapVehicleSegments extends Command
in package

Table of Contents

$chunkSize  : int
$description  : string
The console command description.
$signature  : string
The name and signature of the console command.
$v1SegmentMapper  : V1SegmentMapper
$v2SegmentMapper  : V2SegmentMapper
__construct()  : void
Create a new command instance.
handle()  : bool
Execute the console command.

Properties

$description

The console command description.

protected string $description = 'Command description'

$signature

The name and signature of the console command.

protected string $signature = 'redbook:vehicles:map-segments'

Methods

handle()

Execute the console command.

public handle() : bool
Return values
bool

Search results