PHP 클래스 Elcodi\Plugin\PaypalWebCheckoutBundle\EventListener\PaymentCollectEventListener

파일 보기 프로젝트 열기: elcodi/bamboo

보호된 프로퍼티들

프로퍼티 타입 설명
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin
$router Symfony\Component\Routing\Generator\UrlGeneratorInterface Router

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $router, Elcodi\Component\Plugin\Entity\Plugin $plugin ) Construct
addPaypalPaymentMethod ( Elcodi\Component\Payment\Event\PaymentCollectionEvent $event ) Add PayPal payment method

메소드 상세

__construct() 공개 메소드

Construct
public __construct ( Symfony\Component\Routing\Generator\UrlGeneratorInterface $router, Elcodi\Component\Plugin\Entity\Plugin $plugin )
$router Symfony\Component\Routing\Generator\UrlGeneratorInterface Router
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin

addPaypalPaymentMethod() 공개 메소드

Add PayPal payment method
public addPaypalPaymentMethod ( Elcodi\Component\Payment\Event\PaymentCollectionEvent $event )
$event Elcodi\Component\Payment\Event\PaymentCollectionEvent Event

프로퍼티 상세

$plugin 보호되어 있는 프로퍼티

Plugin
protected Plugin,Elcodi\Component\Plugin\Entity $plugin
리턴 Elcodi\Component\Plugin\Entity\Plugin

$router 보호되어 있는 프로퍼티

Router
protected UrlGeneratorInterface,Symfony\Component\Routing\Generator $router
리턴 Symfony\Component\Routing\Generator\UrlGeneratorInterface