paquettg / leaguewrap

League of Legend API wrapper
MIT License
68 stars 28 forks source link

Added__isset method is AbstractDTO to enhance Twig compatibility and fixed case mismatch in namespace #98

Closed ChqThomas closed 8 years ago

ChqThomas commented 8 years ago

Twig needs the __isset() method to access objects properties : http://twig.sensiolabs.org/doc/recipes.html#using-dynamic-object-properties

dnlbauer commented 8 years ago

Can you please fix the indentation on the paranthesis and return/param type in the comment? Cant do it myself right now but will merge it when its done.

ChqThomas commented 8 years ago

done :)

dnlbauer commented 8 years ago

coveralls is still grumbling because theres no return type and the param is not right.