Lazy proxy dumper capable of generating the instantiation logic php code for proxied services.
@author Marco Pivetta <ocramius@gmail.com>
Expanded class hierarchy of DumperInterface
All classes that implement DumperInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DumperInterface:: |
public | function | Generates the code for the lazy proxy. | 1 |
DumperInterface:: |
public | function | Generates the code to be used to instantiate a proxy in the dumped factory code. | 1 |
DumperInterface:: |
public | function | Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. | 1 |