ok I do have the code below
bar(); } } $mee
Use __call to catch all non-defined methods and then look up the closure and invoke it. Take a look at my post on this SitePoint thread.
__call