Ticket #90 (new enhancement)

Opened 6 months ago

Dynamic fluent interfaces and new with() method in base class

Reported by: mikey Assigned to: mikey
Priority: major Milestone: aquamarine
Component: ReflectionApi Version: SVN-trunk
Keywords: Cc:

Description

With late static binding it becomes possible to provide a public static with() method for all stubObject instances which returns a proxy that enables to use all methods of the class which have no return value in the default implementation in a method call chain. See experiments for a usage scenario.