var/cache/dev/ContainerPh8Llvp/getEventService.php line 30

Open in your IDE?
  1. <?php
  2. namespace ContainerPh8Llvp;
  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 getEventService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Plugin\PayPalCheckout42\Event' shared autowired service.
  12.      *
  13.      * @return \Plugin\PayPalCheckout42\Event
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Event.php';
  18.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/LoggerService.php';
  19.         include_once \dirname(__DIR__4).'/src/Eccube/Util/CacheUtil.php';
  20.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/LoginService.php';
  21.         $a = ($container->privates['Eccube\\Service\\CartService'] ?? $container->getCartServiceService());
  22.         if (isset($container->privates['Plugin\\PayPalCheckout42\\Event'])) {
  23.             return $container->privates['Plugin\\PayPalCheckout42\\Event'];
  24.         }
  25.         $b = ($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalService'] ?? $container->load('getPayPalServiceService'));
  26.         if (isset($container->privates['Plugin\\PayPalCheckout42\\Event'])) {
  27.             return $container->privates['Plugin\\PayPalCheckout42\\Event'];
  28.         }
  29.         $c = ($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'] ?? $container->load('getPayPalOrderServiceService'));
  30.         if (isset($container->privates['Plugin\\PayPalCheckout42\\Event'])) {
  31.             return $container->privates['Plugin\\PayPalCheckout42\\Event'];
  32.         }
  33.         return $container->privates['Plugin\\PayPalCheckout42\\Event'] = new \Plugin\PayPalCheckout42\Event($a$b$c, ($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalAcdcService'] ?? $container->load('getPayPalAcdcServiceService')), ($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepositoryService')), $container, ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] = new \Plugin\PayPalCheckout42\Service\LoggerService())), ($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()), ($container->privates['Eccube\\Repository\\PaymentRepository'] ?? $container->load('getPaymentRepositoryService')), ($container->privates['Eccube\\Util\\CacheUtil'] ?? ($container->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($container->services['kernel'] ?? $container->get('kernel'1)), $container))), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoginService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoginService'] = new \Plugin\PayPalCheckout42\Service\LoginService($container))));
  34.     }
  35. }