getData('vehicle') ?? new NullVehicle(); $files = $vehicle->files; $vehicleImage = $this->getData('vehicleImage') ?? new NullMedia(); $vehicleTypes = $this->getData('types') ?? []; /** * @var \phpOMS\Views\View $this */ echo $this->getData('nav')->render(); ?>