[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/ -> InstantiatorInterface.php (summary)

(no description)

File Size: 37 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

InstantiatorInterface:: (1 method):
  instantiateProxy()


Interface: InstantiatorInterface  - X-Ref

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

instantiateProxy(ContainerInterface $container, Definition $definition, $id, $realInstantiator)   X-Ref
Instantiates a proxy object.

param: ContainerInterface $container        the container from which the service is being requested
param: Definition         $definition       the definition of the requested service
param: string             $id               identifier of the requested service
param: callable           $realInstantiator zero-argument callback that is capable of producing the real
return: object



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1