Copied!

Lazy proxy instantiator, capable of instantiating a proxy given a container, the
service definitions and a callback that produces the real service instance.

AbstractInterface
Methods
public abstract instantiateProxy(Symfony\Component\DependencyInjection\ContainerInterface $container, Symfony\Component\DependencyInjection\Definition $definition, string $id, callable $realInstantiator)
 

Instantiates a proxy object.

  • param string $id Identifier of the requested service
  • param callable $realInstantiator A callback that is capable of producing the real service instance
  • return object
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration