var/cache/dev/ContainerPh8Llvp/getPayPalOrderServiceService.php line 20

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 getPayPalOrderServiceService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Plugin\PayPalCheckout42\Service\PayPalOrderService' shared autowired service.
  12.      *
  13.      * @return \Plugin\PayPalCheckout42\Service\PayPalOrderService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/PayPalOrderService.php';
  18.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/LoggerService.php';
  19.         $a = ($container->privates['Eccube\\Service\\CartService'] ?? $container->getCartServiceService());
  20.         if (isset($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'])) {
  21.             return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'];
  22.         }
  23.         $b = ($container->privates['Eccube\\Service\\OrderHelper'] ?? $container->load('getOrderHelperService'));
  24.         if (isset($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'])) {
  25.             return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'];
  26.         }
  27.         return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'] = new \Plugin\PayPalCheckout42\Service\PayPalOrderService(($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()), ($container->privates['Eccube\\Repository\\Master\\PrefRepository'] ?? $container->load('getPrefRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] = new \Plugin\PayPalCheckout42\Service\LoggerService())), ($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), $a$b, ($container->services['router'] ?? $container->getRouterService()), ($container->privates['Eccube\\Repository\\PaymentRepository'] ?? $container->load('getPaymentRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepositoryService')));
  28.     }
  29. }