Files
development/www/lib
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
..
2018-03-23 13:43:22 +09:00
2019-12-11 13:54:37 +09:00
2018-03-23 13:43:22 +09:00
2018-03-23 13:43:22 +09:00
2018-03-30 14:43:53 +09:00