doctrine2 - Add annotation with bundled entity in Symfony -
i have entities in symfony bundle has own field configuration in bundle.
for example: fosuserbundle.
now, want add more configuration through annotation or xml.
for example: want apply serialization parameters or assert validation or gedmo parameters. how can achieve without rewriting whole entity?
Comments
Post a Comment