You are here

namespace Symfony\Component\DependencyInjection\LazyProxy\Instantiator in Zircon Profile 8.0

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