Ticket #93 (new refactoring)

Opened 6 months ago

stubEnum should use late static binding

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

Description

The stubEnum class should use late static binding to determine the instance the actual enum should be created from in its factory methods. This will allow to get rid of the $enum param in the forName(), forValue(), instances(), namesOf() and valuesOf().