PHP Class WellCommerce\Bundle\PaymentBundle\Configurator\AbstractPaymentMethodConfigurator

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\DependencyInjection\AbstractContainerAware, implements WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
Show file Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$configuration

Public Methods

Method Description
configure ( WellCommerce\Bundle\PaymentBundle\Entity\PaymentMethodInterface $paymentMethod )
getConfiguration ( ) : array
getConfigurationKey ( string $name ) : string
getConfigurationValue ( string $name )
getSupportedConfigurationKeys ( ) : array

Protected Methods

Method Description
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )

Method Details

configure() public method

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

configureOptions() protected method

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

getConfiguration() public method

public getConfiguration ( ) : array
return array

getConfigurationKey() public method

public getConfigurationKey ( string $name ) : string
$name string
return string

getConfigurationValue() public method

public getConfigurationValue ( string $name )
$name string

getSupportedConfigurationKeys() public method

Property Details

$configuration protected property

protected $configuration