我是教义的新手>
/**
* @ORMColumn(type="string", length=64)
* @Groups({"public","details"})
*/
我在实体文件中新添加了该字段,而执行架构更新获得(新添加的字段(从未导入。
什么是组以及如何有用。
组不是学说的一部分,除非您需要序列化对象来使用JSON或XML(REST API等(
http://symfony.com/doc/current/components/serializer.html#attributes groupshttp://symfony.com/blog/new-inew-inew-symfony-2-7-serialization-groups
它允许仅序列化选定的属性组(例如跳过内部属性(。
在此处阅读更多:http://symfony.com/blog/new-inew-inew-symfony-2-7-serialization groups