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

__construct() публичный Метод

Construct
public __construct ( Elcodi\Component\Plugin\Entity\Plugin $plugin, PaymentSuite\PaymentCoreBundle\Services\Interfaces\PaymentBridgeInterface $paymentBridgeInterface, FormFactory $formFactory, Symfony\Component\Templating\EngineInterface $templating, string $publicKey )
$plugin Elcodi\Component\Plugin\Entity\Plugin Plugin
$paymentBridgeInterface PaymentSuite\PaymentCoreBundle\Services\Interfaces\PaymentBridgeInterface Payment Bridge Interface
$formFactory Symfony\Component\Form\FormFactory Form factory
$templating Symfony\Component\Templating\EngineInterface Templating
$publicKey string Public key
    public function __construct(Plugin $plugin, PaymentBridgeInterface $paymentBridgeInterface, FormFactory $formFactory, EngineInterface $templating, $publicKey)
    {
        $this->plugin = $plugin;
        $this->paymentBridgeInterface = $paymentBridgeInterface;
        $this->formFactory = $formFactory;
        $this->templating = $templating;
        $this->publicKey = $publicKey;
    }