PHP Interface WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
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

Method Details

addConfigurationFields() public méthode

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 méthode

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

getConfiguration() public méthode

public getConfiguration ( ) : array
Résultat array

getConfigurationKey() public méthode

public getConfigurationKey ( string $name ) : string
$name string
Résultat string

getConfigurationValue() public méthode

public getConfigurationValue ( string $name )
$name string

getName() public méthode

public getName ( ) : string
Résultat string

getSupportedConfigurationKeys() public méthode

public getSupportedConfigurationKeys ( ) : array
Résultat array