Drive Manifold

MapVehicleTypes 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.
$typeMapper  : TypeMapper
__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-types'

Methods

handle()

Execute the console command.

public handle() : bool
Return values
bool

Search results