dwoo-project / dwoo

[UNMAINTAINED] php template engine
http://dwoo.org
GNU Lesser General Public License v3.0
167 stars 58 forks source link

Using obects with magic __get as template data #74

Closed fegies closed 6 years ago

fegies commented 6 years ago

read_into in safe mode does not check for the existence of a magic method.

This makes the call always return null instead of the result of __get, as one would expect.

fegies commented 6 years ago

Defining __isset for the property in question fixes theis.