PHP 클래스 bitExpert\Disco\Proxy\LazyBean\LazyBeanFactory

상속: extends ProxyManager\Factory\AbstractBaseFactory
파일 보기 프로젝트 열기: bitExpert/disco

공개 메소드들

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

보호된 메소드들

메소드 설명
getGenerator ( ) : ProxyManager\ProxyGenerator\ProxyGeneratorInterface {@inheritDoc}

메소드 상세

__construct() 공개 메소드

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

createProxy() 공개 메소드

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

getGenerator() 보호된 메소드

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