[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

File Size: 36 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 service instance
return: object



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1