Subject: | All wrappers of a type effectivey wrap the same component |
There is a problem with the closure in _add_method. Because it is
closing on $objComponent, every time the coderef is called it will be
using that component, even if the method was called on a object with a
different component.