PhpGt / DomTemplate

Bind dynamic data to reusable HTML components.
https://www.php.gt/domtemplate
MIT License
17 stars 4 forks source link

489 bindable cache method OR property name #490

Closed g105b closed 8 months ago

g105b commented 8 months ago

Quick tweak that makes working with private properties easier.

When an object has a method name that's the same as a private property, we should use the method rather than try and load the inaccessible value.