https://sricab.fr/booking6_step_1

Forms

  • booking
    • nom
    • nbOfSeats
    • mail
    • phone

booking

"App\Form\BookingType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Booking {#191
  -id: null
  -nom: null
  -prix: null
  -destinationId: 1
  -destnationName: null
  -nbOfSeats: 1
  -total: 0.0
  -status: 0
  -showBooking: 0
  -dateBooking: null
  -mail: null
  -phone: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Booking {#191
  -id: null
  -nom: null
  -prix: null
  -destinationId: 1
  -destnationName: null
  -nbOfSeats: 1
  -total: 0.0
  -status: 0
  -showBooking: 0
  -dateBooking: null
  -mail: null
  -phone: null
}
same as passed value

Resolved Options

View Variables