matthiasnoback / microsoft-translator

PHP library for making calls to the Microsoft Translator V3 API
MIT License
39 stars 26 forks source link

Add __toString function to the TranslationMatch class #8

Closed matthiasnoback closed 10 years ago

matthiasnoback commented 10 years ago

This would allow for simplified traversal over the list of TranslationMatch objects that is the result of the getTranslations call.