Class LazyServiceFactory

Summary

Fully Qualified Name: Zend\ServiceManager\Proxy\LazyServiceFactory
Implements: DelegatorFactoryInterface

Description

Delegator factory responsible of instantiating lazy loading value holder proxies of given services at runtime

Methods

Name Description Defined By
__construct() LazyServiceFactory
__invoke() {@inheritDoc} LazyServiceFactory

Method Details

__construct()

Parameter Name Type Description
$proxyFactory \LazyLoadingValueHolderFactory
$servicesMap string[] a

Returns:

__invoke()

{@inheritDoc}

Parameter Name Type Description
$container
$name
$callback
$options

Returns: \ProxyManager\Proxy\VirtualProxyInterface

Top