PHP 클래스 WellCommerce\Bundle\PaymentBundle\Configurator\AbstractPaymentMethodConfigurator

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\DependencyInjection\AbstractContainerAware, implements WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration

공개 메소드들

메소드 설명
configure ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface $paymentMethod )
getConfiguration ( ) : array
getConfigurationKey ( string $name ) : string
getConfigurationValue ( string $name )
getSupportedConfigurationKeys ( ) : array

보호된 메소드들

메소드 설명
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )

메소드 상세

configure() 공개 메소드

public configure ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface $paymentMethod )
$paymentMethod WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface

configureOptions() 보호된 메소드

protected configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

getConfiguration() 공개 메소드

public getConfiguration ( ) : array
리턴 array

getConfigurationKey() 공개 메소드

public getConfigurationKey ( string $name ) : string
$name string
리턴 string

getConfigurationValue() 공개 메소드

public getConfigurationValue ( string $name )
$name string

getSupportedConfigurationKeys() 공개 메소드

프로퍼티 상세

$configuration 보호되어 있는 프로퍼티

protected $configuration