[Feature request] Generating getter and setter methods?

+2 votes
asked Sep 10, 2013 in Feature Request by alex.barylski (170 points)
recategorized Oct 25, 2013 by ludek.vodicka

Why isn't this a feature? Likewise being able to invoke a external script (such as Doctrine build/schema update commands) would be very handy.

2 Answers

+2 votes
answered Sep 10, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

Setters and getters are handled by the internal functions of Doctrine and they will not be added as a core functionality to Skipper. However the Skipper External Tools can be configured to generate getters and setters.

More on the invoking of external scripts can be found here: http://support.skipper18.com/219/implemented-orm-designer-2-external-tools .You can define your own list of tasks which can be executed directly from Skipper gui.

+1 vote
answered Oct 1, 2013 by renaatdemuynck (840 points)
...