PHP Class bitExpert\Disco\Proxy\LazyBean\LazyBeanFactory

Inheritance: extends ProxyManager\Factory\AbstractBaseFactory
Afficher le fichier Open project: bitExpert/disco

Méthodes publiques

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

Méthodes protégées

Méthode Description
getGenerator ( ) : ProxyManager\ProxyGenerator\ProxyGeneratorInterface {@inheritDoc}

Method Details

__construct() public méthode

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

createProxy() public méthode

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

getGenerator() protected méthode

{@inheritDoc}
protected getGenerator ( ) : ProxyManager\ProxyGenerator\ProxyGeneratorInterface
Résultat ProxyManager\ProxyGenerator\ProxyGeneratorInterface