developerforce/Force.com-Toolkit-for-PHP

Email class name collision

jarradg opened this issue · 4 comments

The Email class is a very common class name and collides with a globally namespaced class in our app. It would be preferable to namespace (or rename to something other than just Email) as to avoid such collisions.

+1 facing the same issue

This just caught me by surprise as well.

Did you get a solution?

I just ended up commenting out the require for the whole class as I don't need it in my app.

so how can I solve this issue..?? Any suggestions..?

+1 also looking for a good solution for this issuse.