https://dev.skiclub-manager.de/registrierung

Forms

  • registration_form
    • firstName
    • lastName
    • gender
    • birthDate
    • email
    • phoneNumber
    • street
    • postCode
    • city
    • country
    • member
    • agreeTerms
    • plainPassword
    • Registrieren
    • skiClub
    • _token

registration_form

"App\Form\RegistrationFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\User {#397
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstName: null
  -lastName: null
  -street: null
  -postCode: null
  -city: null
  -country: null
  -phoneNumber: null
  -gender: null
  -birthDate: null
  -iban: null
  -bic: null
  -bank: null
  -accountOwner: null
  -SkiClubUser: Doctrine\Common\Collections\ArrayCollection {#392 …}
  -skiClubId: null
  -isVerified: false
  -booking: Doctrine\Common\Collections\ArrayCollection {#630 …}
  -bookingUser: Doctrine\Common\Collections\ArrayCollection {#628 …}
  -sendMessage: Doctrine\Common\Collections\ArrayCollection {#625 …}
  -MainUser: null
  -subUser: Doctrine\Common\Collections\ArrayCollection {#626 …}
  -supervisor: Doctrine\Common\Collections\ArrayCollection {#617 …}
  -recreationLeader: Doctrine\Common\Collections\ArrayCollection {#615 …}
  -SupervisorTrip: Doctrine\Common\Collections\ArrayCollection {#614 …}
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\User {#397
  -id: null
  -email: null
  -roles: []
  -password: null
  -firstName: null
  -lastName: null
  -street: null
  -postCode: null
  -city: null
  -country: null
  -phoneNumber: null
  -gender: null
  -birthDate: null
  -iban: null
  -bic: null
  -bank: null
  -accountOwner: null
  -SkiClubUser: Doctrine\Common\Collections\ArrayCollection {#392 …}
  -skiClubId: null
  -isVerified: false
  -booking: Doctrine\Common\Collections\ArrayCollection {#630 …}
  -bookingUser: Doctrine\Common\Collections\ArrayCollection {#628 …}
  -sendMessage: Doctrine\Common\Collections\ArrayCollection {#625 …}
  -MainUser: null
  -subUser: Doctrine\Common\Collections\ArrayCollection {#626 …}
  -supervisor: Doctrine\Common\Collections\ArrayCollection {#617 …}
  -recreationLeader: Doctrine\Common\Collections\ArrayCollection {#615 …}
  -SupervisorTrip: Doctrine\Common\Collections\ArrayCollection {#614 …}
}
same as passed value

Resolved Options

View Variables