Closed dohzya closed 11 years ago
As discussed in #5, the __get methods should be removed and real well-defined getters should be created (and documented).
__get
This change will make code safer and doc plus accurate.
The commit 46d5ff8e268011e8a4daaf3dbe10c8456d74a213 fixes this issue.
As discussed in #5, the
__get
methods should be removed and real well-defined getters should be created (and documented).This change will make code safer and doc plus accurate.