dirkgroenen / pinterest-api-php

A PHP wrapper for the official Pinterest API. :pushpin:
https://developers.pinterest.com/docs/getting-started/introduction/
Apache License 2.0
173 stars 76 forks source link

Implement __isset function in Model class #5

Closed mveldhuizen closed 8 years ago

mveldhuizen commented 8 years ago

For using the model classes in Twig templates the __isset function needs to be implemented. Like explained here: http://twig.sensiolabs.org/doc/recipes.html#using-dynamic-object-properties

dirkgroenen commented 8 years ago

Thanks!