khepin / KhepinYamlFixturesBundle

Easy loading of fixtures defined in YAML files for Symfony2 and Doctrine2
MIT License
58 stars 42 forks source link

Support for Entity constructor parameters? #27

Closed panunu closed 9 years ago

panunu commented 11 years ago

I did not find any mention about how to pass parameters to Entity's constructor (in order to avoid getter/setter abuse).

Is this possible without extra service calls?

khepin commented 11 years ago

Doesn't exist in current code. You're welcome to add it if you can. I'm glad to help if you decide to add it in.