You are here

namespace Symfony\Component\DependencyInjection\LazyProxy\Instantiator in Service Container 7.2

Same name in other branches
  1. 7 Symfony\Component\DependencyInjection\LazyProxy\Instantiator
Classsort descending Location Description
InstantiatorInterface modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php 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/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php Noop proxy instantiator - simply produces the real service instead of a proxy instance.