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