dust-php
dust-php copied to clipboard
Add support for objects with overloaded __isset
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.