I’m using Netbeans for PHP code. When I use the generator for getter and setter methods in a class, the functions are named
get_something()
set_something()
How can I generate the functions in the camel case:
getSomething()
setSomething()
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What version of Netbeans are you using?
In 6.9 if you go
Source -> Insert Code -> Getter.../Setter...there is a drop-down selection for Method Name. In there you can select either camel case or using underscores.