var/cache/dev/ContainerJBmx2vl/getSlnPaymentEventService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerJBmx2vl;
  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 getSlnPaymentEventService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Plugin\SlnPayment42\SlnPaymentEvent' shared autowired service.
  12.      *
  13.      * @return \Plugin\SlnPayment42\SlnPaymentEvent
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/app/Plugin/SlnPayment42/SlnPaymentEvent.php';
  18.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  19.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  20.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  21.         }
  22.         $b = ($container->services['.container.private.security.authorization_checker'] ?? $container->get_Container_Private_Security_AuthorizationCheckerService());
  23.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  24.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  25.         }
  26.         $c = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  27.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  28.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  29.         }
  30.         $d = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnMailService'] ?? $container->load('getSlnMailServiceService'));
  31.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  32.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  33.         }
  34.         $e = ($container->privates['Plugin\\SlnPayment42\\Service\\Util'] ?? $container->load('getUtilService'));
  35.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  36.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  37.         }
  38.         $f = ($container->privates['Plugin\\SlnPayment42\\Repository\\OrderPaymentHistoryRepository'] ?? $container->load('getOrderPaymentHistoryRepositoryService'));
  39.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  40.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  41.         }
  42.         $g = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Mem'] ?? $container->load('getMemService'));
  43.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  44.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  45.         }
  46.         $h = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Credit'] ?? $container->load('getCreditService'));
  47.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  48.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  49.         }
  50.         $i = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Cvs'] ?? $container->load('getCvsService'));
  51.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  52.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  53.         }
  54.         return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] = new \Plugin\SlnPayment42\SlnPaymentEvent(($container->services['.container.private.security.csrf.token_manager'] ?? $container->get_Container_Private_Security_Csrf_TokenManagerService()), ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), $a$b, ($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), $c, ($container->privates['Eccube\\Repository\\PaymentRepository'] ?? $container->load('getPaymentRepositoryService')), ($container->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $container->load('getOrderStatusRepositoryService')), $d, ($container->privates['Plugin\\SlnPayment42\\Service\\BasicItem'] ?? $container->load('getBasicItemService')), $e, ($container->privates['Plugin\\SlnPayment42\\Repository\\MemCardIdRepository'] ?? $container->load('getMemCardIdRepositoryService')), ($container->privates['Plugin\\SlnPayment42\\Repository\\OrderPaymentStatusRepository'] ?? $container->load('getOrderPaymentStatusRepositoryService')), $f, ($container->privates['Plugin\\SlnPayment42\\Repository\\PluginConfigRepository'] ?? $container->load('getPluginConfigRepositoryService')), $g$h$i, ($container->privates['Plugin\\SlnPayment42\\Repository\\SlnAgreementRepository'] ?? $container->load('getSlnAgreementRepositoryService')));
  55.     }
  56. }