PHP 클래스 bitExpert\Disco\Proxy\Configuration\ConfigurationFactory

상속: extends ProxyManager\Factory\AbstractBaseFactory
파일 보기 프로젝트 열기: bitExpert/disco 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( BeanFactoryConfiguration $config ) Creates a new {@link \bitExpert\Disco\Proxy\Configuration\ConfigurationFactory}.
createInstance ( BeanFactoryConfiguration $config, string $configClassName, array $parameters = [] ) : object Creates an instance of the given $configClassName.

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

Creates a new {@link \bitExpert\Disco\Proxy\Configuration\ConfigurationFactory}.
public __construct ( BeanFactoryConfiguration $config )
$config bitExpert\Disco\BeanFactoryConfiguration

createInstance() 공개 메소드

Creates an instance of the given $configClassName.
public createInstance ( BeanFactoryConfiguration $config, string $configClassName, array $parameters = [] ) : object
$config bitExpert\Disco\BeanFactoryConfiguration
$configClassName string name of the configuration class
$parameters array
리턴 object

getGenerator() 보호된 메소드

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