PHP Class WellCommerce\Bundle\PaymentBundle\Processor\AbstractPaymentProcessor

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\DependencyInjection\AbstractContainerAware, implements WellCommerce\Bundle\PaymentBundle\Processor\PaymentProcessorInterface
Afficher le fichier Open project: wellcommerce/wellcommerce

Protected Properties

Свойство Type Description
$configurator WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
$gateway WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface

Méthodes publiques

Méthode Description
__construct ( WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface $gateway, WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface $configurator ) AbstractPaymentProcessor constructor.
getConfigurator ( ) : WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
getGateway ( ) : WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface

Method Details

__construct() public méthode

AbstractPaymentProcessor constructor.
public __construct ( WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface $gateway, WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface $configurator )
$gateway WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface
$configurator WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface

getConfigurator() public méthode

public getConfigurator ( ) : WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
Résultat WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface

getGateway() public méthode

public getGateway ( ) : WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface
Résultat WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface

Property Details

$configurator protected_oe property

protected PaymentMethodConfiguratorInterface,WellCommerce\Bundle\PaymentBundle\Configurator $configurator
Résultat WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface

$gateway protected_oe property

protected PaymentGatewayInterface,WellCommerce\Bundle\PaymentBundle\Gateway $gateway
Résultat WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface