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.
有没有办法自动创建似乎有必要的 getter 和 setter ?
会节省大量时间......到目前为止在互联网上找不到任何东西......
谢谢!
我检查了它,PHPStorm5您可以在编辑实体时执行以下操作:
PHPStorm5
右键单击>生成>获取器和设置器>选择所有变量>确定
你完成了:)