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

Open in your IDE?
  1. <?php
  2. namespace ContainerXorLgGn;
  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.         include_once \dirname(__DIR__4).'/app/Plugin/SlnPayment42/Service/BasicItem.php';
  19.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  20.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  21.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  22.         }
  23.         $b = ($container->services['.container.private.security.authorization_checker'] ?? $container->get_Container_Private_Security_AuthorizationCheckerService());
  24.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  25.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  26.         }
  27.         $c = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  28.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  29.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  30.         }
  31.         $d = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnMailService'] ?? $container->load('getSlnMailServiceService'));
  32.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  33.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  34.         }
  35.         $e = ($container->privates['Plugin\\SlnPayment42\\Service\\Util'] ?? $container->load('getUtilService'));
  36.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  37.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  38.         }
  39.         $f = ($container->privates['Plugin\\SlnPayment42\\Repository\\OrderPaymentHistoryRepository'] ?? $container->load('getOrderPaymentHistoryRepositoryService'));
  40.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  41.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  42.         }
  43.         $g = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Mem'] ?? $container->load('getMemService'));
  44.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  45.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  46.         }
  47.         $h = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Credit'] ?? $container->load('getCreditService'));
  48.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  49.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  50.         }
  51.         $i = ($container->privates['Plugin\\SlnPayment42\\Service\\SlnAction\\Cvs'] ?? $container->load('getCvsService'));
  52.         if (isset($container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'])) {
  53.             return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'];
  54.         }
  55.         return $container->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] = new \Plugin\SlnPayment42\SlnPaymentEvent($container$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->privates['Plugin\\SlnPayment42\\Service\\BasicItem'] = new \Plugin\SlnPayment42\Service\BasicItem($container))), $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')));
  56.     }
  57. }