PHP Класс bitExpert\Disco\Proxy\LazyBean\LazyBeanFactory

Наследование: extends ProxyManager\Factory\AbstractBaseFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
__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