Open GoogleCodeExporter opened 9 years ago
same here, ready to prepare a patch
Original comment by m...@mail.ru
on 18 Sep 2013 at 10:16
In my opinion, getter and setter functions would decrease readability without
offering any real benefit. I can't really think of any situation where someone
would spend significantly more time because he's misspelled a variable name.
If and when php will implement proper getter/setter syntax (not defining
getVariable/setVariable functions) functions, I will use them.
Your concern about hiding the real presence of fields is somewhat valid though,
but can be solved by implementing __isset. And that's what I'll do (or you can
submit a patch/pull request, if you want to).
Original comment by mewp...@gmail.com
on 19 Sep 2013 at 11:27
at least could you please throw an exception on access to not existent fields?
It is really easy fix, just to add one more 'else'
thanks
Original comment by m...@mail.ru
on 19 Sep 2013 at 12:08
Original issue reported on code.google.com by
m...@mail.ru
on 18 Sep 2013 at 10:08