NullDumper
class NullDumper implements DumperInterface
Null dumper, negates any proxy code generation for any given service definition.
Methods
bool
isProxyCandidate(Definition $definition)
Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.
string
getProxyFactoryCode(Definition $definition, string $id)
Generates the code to be used to instantiate a proxy in the dumped factory code.
string
Details
at line line 26
bool
isProxyCandidate(Definition $definition)
Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.
at line line 34
string
getProxyFactoryCode(Definition $definition, string $id)
Generates the code to be used to instantiate a proxy in the dumped factory code.
at line line 42
string
getProxyCode(Definition $definition)
Generates the code for the lazy proxy.