Files
development/www
Clemens Schwaighofer d5fdb22e93 Remove all __set/__get class variable check
It ultimate failed for the following reason.

If base class is passed on to some other class as object parameter
then accessing protected/private variables will be possible because the
__get method will interfer.
Also __set of protected/private variables is possible.

I rather run check for setting variables without defining them than
haveing open protected/private var access
2020-09-08 11:24:15 +09:00
..
2019-09-10 14:33:50 +09:00
2013-12-11 16:19:24 +09:00
2013-12-11 16:19:24 +09:00
2019-09-13 10:43:07 +09:00
2015-11-09 18:22:56 +09:00