PHP 클래스 WellCommerce\Bundle\PaymentBundle\Processor\AbstractPaymentProcessor

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\DependencyInjection\AbstractContainerAware, implements WellCommerce\Bundle\PaymentBundle\Processor\PaymentProcessorInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$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