문제

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?

도움이 되었습니까?

해결책

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

For further reference see

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top