Happpi PHP Library

$year

The year of the vehicle

Type

float

Getter Example

Used to retrieve the value of the property:

    CurtVehicle->getYear();

Setter Example

Used to set the value of the property

    CurtVehicle->setYear($Value)