dust-php icon indicating copy to clipboard operation
dust-php copied to clipboard

Add support for objects with overloaded __isset

Open larryweya opened this issue 8 years ago • 0 comments

In my case, my class overloads __isset and has a method, which when referenced as a property uses __get to resolve. I believe this covers any cases where a class overloads __isset and __get to resolve a property.

larryweya avatar Apr 11 '16 14:04 larryweya