namespace Symfony\Component\DependencyInjection\LazyProxy\Instantiator
Object name | File name | Summary |
---|---|---|
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. |
LazyServiceInstantiator | vendor/symfony/dependency-injection/LazyProxy/Instantiator/LazyServiceInstantiator.php | @author Nicolas Grekas <p@tchwork.com> |
RealServiceInstantiator | vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php | Noop proxy instantiator - produces the real service instead of a proxy instance. |