var/cache/dev/ContainerC9ULHTc/getPaymentController3Service.php line 25

Open in your IDE?
  1. <?php
  2. namespace ContainerC9ULHTc;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getPaymentController3Service extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Plugin\SlnPayment42\Controller\PaymentController' shared autowired service.
  12.      *
  13.      * @return \Plugin\SlnPayment42\Controller\PaymentController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/Eccube/Controller/AbstractController.php';
  19.         include_once \dirname(__DIR__4).'/app/Plugin/SlnPayment42/Controller/PaymentController.php';
  20.         include_once \dirname(__DIR__4).'/app/Plugin/SlnPayment42/Service/BasicItem.php';
  21.         $container->services['Plugin\\SlnPayment42\\Controller\\PaymentController'] = $instance = new \Plugin\SlnPayment42\Controller\PaymentController(($container->privates['Plugin\\SlnPayment42\\Repository\\MemCardIdRepository'] ?? $container->load('getMemCardIdRepositoryService')), ($container->privates['Plugin\\SlnPayment42\\Repository\\PluginConfigRepository'] ?? $container->load('getPluginConfigRepositoryService')), ($container->privates['Plugin\\SlnPayment42\\Service\\SlnMailService'] ?? $container->load('getSlnMailServiceService')), ($container->privates['Plugin\\SlnPayment42\\Service\\BasicItem'] ?? ($container->privates['Plugin\\SlnPayment42\\Service\\BasicItem'] = new \Plugin\SlnPayment42\Service\BasicItem($container))), ($container->privates['Plugin\\SlnPayment42\\Service\\Util'] ?? $container->load('getUtilService')), ($container->privates['Eccube\\Repository\\OrderRepository'] ?? $container->getOrderRepositoryService()), ($container->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $container->load('getOrderStatusRepositoryService')), ($container->privates['Plugin\\SlnPayment42\\Repository\\OrderPaymentStatusRepository'] ?? $container->load('getOrderPaymentStatusRepositoryService')), ($container->privates['Eccube\\Service\\CartService'] ?? $container->getCartServiceService()), ($container->privates['Customize\\Service\\MailService'] ?? $container->load('getMailServiceService')), ($container->privates['eccube.purchase.flow.shopping'] ?? $container->load('getEccube_Purchase_Flow_ShoppingService')), ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Mem'] ?? $container->load('getMemService')), ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Credit'] ?? $container->load('getCreditService')), ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Cvs'] ?? $container->load('getCvs2Service')), ($container->privates['Plugin\\SlnPayment42\\Repository\\OrderPaymentSendRepository'] ?? $container->load('getOrderPaymentSendRepositoryService')), ($container->privates['Eccube\\Service\\PurchaseFlow\\Processor\\PointProcessor'] ?? $container->load('getPointProcessorService')), ($container->privates['Eccube\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor'] ?? $container->load('getStockReduceProcessorService')));
  22.         $instance->setEccubeConfig(($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))));
  23.         $instance->setEntityManager(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
  24.         $instance->setTranslator(($container->services['translator'] ?? $container->getTranslatorService()));
  25.         $instance->setSession(($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()));
  26.         $instance->setFormFactory(($container->services['.container.private.form.factory'] ?? $container->load('get_Container_Private_Form_FactoryService')));
  27.         $instance->setEventDispatcher(($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()));
  28.         $instance->setContainer(($container->privates['.service_locator.z46F2fA'] ?? $container->load('get_ServiceLocator_Z46F2fAService'))->withContext('Plugin\\SlnPayment42\\Controller\\PaymentController'$container));
  29.         return $instance;
  30.     }
  31. }