Given an object $foo, and an inherited method $foo->bar(), how can I determine the CLASS providing the method bar() to $foo?
In reply to Finding inherited object methods by snopal