Elcodi\Plugin\BankwireBundle\EventListener\PaymentCollectEventListener::__construct PHP Method

__construct() public method

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
    public function __construct(UrlGeneratorInterface $router, Plugin $plugin)
    {
        $this->router = $router;
        $this->plugin = $plugin;
    }