BodyTypeMapper
Table of Contents
-
$bodyTypeMapping
: array<string|int, mixed>
-
map()
: string|null
$bodyTypeMapping
protected
array<string|int, mixed>
$bodyTypeMapping
= ['Box Body' => 'Commercial Van', 'Bus' => 'Commercial Van', 'Cab Chassis' => 'Cab Chassis', 'Cabriolet' => 'Convertible', 'Convertible' => 'Convertible', 'Coupe' => 'Coupe', 'Fastback' => 'Sedan', 'Hardtop' => 'SUV', 'Hatchback' => 'Hatchback', 'Liftback' => 'Sedan', 'Roadster' => 'Coupe', 'Sedan' => 'Sedan', 'Targa' => 'Convertible', 'Traytop' => 'Ute', 'Utility' => 'Ute', 'Van' => 'Commercial Van', 'Van Wagon' => 'Commercial Van', 'Wagon' => 'Wagon']
map()
public
map(string $bodyStyleDescription[, string|null $vfactsClass = null ][, string|null $vfactsSegment = null ]) : string|null
Parameters
-
$bodyStyleDescription
: string
-
-
$vfactsClass
: string|null
= null
-
-
$vfactsSegment
: string|null
= null
-
Return values
string|null
—