Elcodi\Plugin\BankwireBundle\EventListener\PaymentCollectEventListener::__construct PHP Метод

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