Code Generation: GenDummyClass Diego Feitosa (contact me)
This class can be used to generate the skeleton of class or interface based on an existing class.
It uses the PHP 5 reflection API to retrieve the definition of the class to clone.
It can also recursively find and generate the skeletons of the parent classes of the given class.
The generated class skeletons are saved to given files.