khepin / KhepinYamlFixturesBundle

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

Support of constructors #50

Closed claudusd closed 9 years ago

claudusd commented 9 years ago

Hi, I propose a solution for use the constructors, and use yaml mapping to pass the arguments. (resolve #27)

Use a special property "__construct".

khepin commented 9 years ago

Looks great!

khepin commented 9 years ago

Great work. I tagged it 1.0 and added you as a collaborator so you can move this bundle forward if you need to.

claudusd commented 9 years ago

Thanks