Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Symfony2.0,我知道如何使用命令doctrine:generate:entities生成 getter 和 setter。
doctrine:generate:entities
问题:是否有任何注释、参数等使命令忽略某些我不需要方法的属性?
不,生成器是用来快速启动的——而不是用来完成你的编码工作。因此,生成一个实体,然后删除您不需要的任何内容。