Skip to content
New issue

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

Doctrine 2.5 Embeddables #53

Open
Ghriim opened this issue Dec 2, 2015 · 0 comments
Open

Doctrine 2.5 Embeddables #53

Ghriim opened this issue Dec 2, 2015 · 0 comments

Comments

@Ghriim
Copy link

Ghriim commented Dec 2, 2015

Hi,

I've got a problem dealing with the Embeddable implemented in Doctrine 2.5.
Base on Doctrine documentation we can request the property of an Embeddable like this: "embeddable.property".

So my idea was that we should be able to generate fixture for the property the same way, for exemple:

AcmeBundle\Entity\Object:
    email: <email()>
    adress.city: Paris

Here I have Adress as an Embeddable and city one of the property.

Is it a way around in the current version or the functionnality still needs to be developped ?

Thanks for your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant