PHP Класс Elcodi\Plugin\PaypalWebCheckoutBundle\EventListener\PaymentCollectEventListener

Показать файл Открыть проект

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

Свойство Тип Описание
$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