I am using Enterprise Architect to create a UML class diagram and generate PHP5 code. How can I generate getter and setter methods for a specific class?
Add the <<Property>> Stereotype to the attribute that you want Getters and Setters to create.
<<Property>>
See details