Code Generation: Dynamic Proxy
Pulni4kiya (contact me)
This class can be used to generate code for proxy classes or interfaces.
It can generate code for a class or interface that provides the same functions as another existing class or interface.
The generated code is returned as a string that can be saved to a PHP script file or evaluated immediately to declare the generated proxy class or interface.
Click here for detailed information about this class on phpclasses.org