PHP 인터페이스 WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface

저자: Adam Piotrowski ([email protected])
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
addConfigurationFields ( WellCommerce\Component\Form\FormBuilderInterface $builder, WellCommerce\Component\Form\Elements\ElementInterface $fieldset, WellCommerce\Component\Form\Dependencies\DependencyInterface $dependency )
configure ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface $paymentMethod )
getConfiguration ( ) : array
getConfigurationKey ( string $name ) : string
getConfigurationValue ( string $name )
getName ( ) : string
getSupportedConfigurationKeys ( ) : array

메소드 상세

addConfigurationFields() 공개 메소드

public addConfigurationFields ( WellCommerce\Component\Form\FormBuilderInterface $builder, WellCommerce\Component\Form\Elements\ElementInterface $fieldset, WellCommerce\Component\Form\Dependencies\DependencyInterface $dependency )
$builder WellCommerce\Component\Form\FormBuilderInterface
$fieldset WellCommerce\Component\Form\Elements\ElementInterface
$dependency WellCommerce\Component\Form\Dependencies\DependencyInterface

configure() 공개 메소드

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

getConfiguration() 공개 메소드

public getConfiguration ( ) : array
리턴 array

getConfigurationKey() 공개 메소드

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

getConfigurationValue() 공개 메소드

public getConfigurationValue ( string $name )
$name string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSupportedConfigurationKeys() 공개 메소드