francodacosta / atom-php-getters-setters

automatically generate _Getters_ and _Setters_ for your php classes in the atom.io editor
MIT License
17 stars 10 forks source link

"isSomething" for boolean variables #27

Open mattmortek opened 8 years ago

mattmortek commented 8 years ago

Hi,

There should be option to generate methods with name prefix "is" for boolean fields, instead "get" for all fields.