PHP Class WellCommerce\Bundle\PaymentBundle\Configurator\PayPalConfigurator

Author: Adam Piotrowski ([email protected])
Inheritance: extends AbstractPaymentMethodConfigurator
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
addConfigurationFields ( WellCommerce\Component\Form\FormBuilderInterface $builder, WellCommerce\Component\Form\Elements\ElementInterface $fieldset, WellCommerce\Component\Form\Dependencies\DependencyInterface $dependency )
getName ( ) : string
getSupportedConfigurationKeys ( ) : array

Protected Methods

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

Method Details

addConfigurationFields() public method

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

configureOptions() protected method

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

getName() public method

public getName ( ) : string
return string

getSupportedConfigurationKeys() public method