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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -