cretz / dust-php

Powerful PHP templating engine based off of Dust JS
http://cretz.github.com/dust-php
MIT License
67 stars 19 forks source link

Add support for objects with overloaded __isset #15

Open larryweya opened 8 years ago

larryweya commented 8 years ago

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.