Lazy proxy dumper capable of generating the instantiation logic PHP code for proxied services.
- author Marco Pivetta
AbstractInterface
Methods |
public abstract getProxyCode(Symfony Generates the code for the lazy proxy. |
public abstract getProxyFactoryCode(Symfony Generates the code to be used to instantiate a proxy in the dumped factory code. |
public abstract isProxyCandidate(Symfony Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.
|