I'm using Enterprise Architect to make a UML class diagram and generate PHP5 code. How can I generate getter and setter methods for a certain class?
Asked
Active
Viewed 2,355 times
1 Answers
3
Add the <<Property>>
Stereotype to the attribute you want to create Getters and Setters for.
For further reference see

Gordon
- 312,688
- 75
- 539
- 559