RuntimeInstantiator

RuntimeInstantiator

class RuntimeInstantiator implements InstantiatorInterface

Runtime lazy loading proxy generator.

Methods

__construct()
object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator)

Instantiates a proxy object.

Details

__construct()

object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator)

Instantiates a proxy object.

Parameters

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

Return Value

object
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部