PHP Класс WellCommerce\Bundle\PaymentBundle\Processor\AbstractPaymentProcessor

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\CoreBundle\DependencyInjection\AbstractContainerAware, implements WellCommerce\Bundle\PaymentBundle\Processor\PaymentProcessorInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$configurator WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
$gateway WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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 getConfigurator ( ) : WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface
Результат WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface

getGateway() публичный Метод

public getGateway ( ) : WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface
Результат WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface

Описание свойств

$configurator защищенное свойство

protected PaymentMethodConfiguratorInterface,WellCommerce\Bundle\PaymentBundle\Configurator $configurator
Результат WellCommerce\Bundle\PaymentBundle\Configurator\PaymentMethodConfiguratorInterface

$gateway защищенное свойство

protected PaymentGatewayInterface,WellCommerce\Bundle\PaymentBundle\Gateway $gateway
Результат WellCommerce\Bundle\PaymentBundle\Gateway\PaymentGatewayInterface