Dynamic Proxy
Package:
Summary:
Generate code for proxy classes or interfaces
Groups:
Author:
Description:
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.
Comments are closed.