메소드 | 설명 | |
---|---|---|
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 |
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 |
public configure ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface $paymentMethod ) | ||
$paymentMethod | WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface |
public getConfigurationKey ( string $name ) : string | ||
$name | string | |
리턴 | string |