We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/** @Embedded(class = "Money") */
User: type: entity embedded: address: class: Address Address: type: embeddable fields: street: { type: string } postalCode: { type: string } city: { type: string } country: { type: string }
http://docs.doctrine-project.org/en/latest/tutorials/embeddables.html
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
add xml completion, navigation and linemarker for Doctrine 2.5 "Embed…
3ef1042
…dables" #471
add Doctrine Embeddables key for yml metadata #471
bc16f15
looks like fixed, does something not complete? Maybe autocomplete in query builder?
No branches or pull requests
http://docs.doctrine-project.org/en/latest/tutorials/embeddables.html
The text was updated successfully, but these errors were encountered: