namespace Symfony\Component\DependencyInjection\LazyProxy\Instantiator in Service Container 7
Same name in other branches
Class | Location | Description |
---|---|---|
InstantiatorInterface |
modules/ |
Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance. |
RealServiceInstantiator |
modules/ |
Noop proxy instantiator - simply produces the real service instead of a proxy instance. |