Create getters and setters for PHP in Enterprise Architect

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?

+3
source share
1 answer

Add the <<Property>> Stereotype to the attribute that you want Getters and Setters to create.

See details

+3
source

All Articles