1 2 3 4
$fuel_type = $contactVehicleData['fuel_type'] ?? 0; $contactVehicleData['fuel_type'] = $this->translateText( BAS_Shared_Model_ContactVehicle::$fuelTypeTitles[$fuel_type] );