Click to See Complete Forum and Search --> : php5 object-property-access overloading missing features?


atomm
08-11-2004, 06:18 PM
I'm making a class where all public access to properties is done through __get and __set functions. The thing is, there doesn't seem to be anything to override the behavior of isset, unset, etc. and I need to replace the default behavior of those too. How would I do that?