PHP Class bitExpert\Disco\Proxy\LazyBean\LazyBeanFactory

Inheritance: extends ProxyManager\Factory\AbstractBaseFactory
ファイルを表示 Open project: bitExpert/disco

Public Methods

Method Description
__construct ( string $beanId, ProxyManager\Configuration $configuration = null ) Creates a new {@link \bitExpert\Disco\Proxy\LazyBean\LazyBeanFactory}.
createProxy ( $className, Closure $initializer ) {@inheritDoc}

Protected Methods

Method Description
getGenerator ( ) : ProxyManager\ProxyGenerator\ProxyGeneratorInterface {@inheritDoc}

Method Details

__construct() public method

Creates a new {@link \bitExpert\Disco\Proxy\LazyBean\LazyBeanFactory}.
public __construct ( string $beanId, ProxyManager\Configuration $configuration = null )
$beanId string
$configuration ProxyManager\Configuration

createProxy() public method

{@inheritDoc}
public createProxy ( $className, Closure $initializer )
$initializer Closure

getGenerator() protected method

{@inheritDoc}
protected getGenerator ( ) : ProxyManager\ProxyGenerator\ProxyGeneratorInterface
return ProxyManager\ProxyGenerator\ProxyGeneratorInterface