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
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$configuration

Méthodes publiques

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

Méthodes protégées

Méthode Description
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )

Method Details

configure() public méthode

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

configureOptions() protected méthode

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

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

getSupportedConfigurationKeys() public méthode

public getSupportedConfigurationKeys ( ) : array
Résultat array

Property Details

$configuration protected_oe property

protected $configuration