var/cache/dev/ContainerPh8Llvp/getPayPalServiceService.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 getPayPalServiceService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Plugin\PayPalCheckout42\Service\PayPalService' shared autowired service.
  12.      *
  13.      * @return \Plugin\PayPalCheckout42\Service\PayPalService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/PayPalService.php';
  18.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/PayPalRequestService.php';
  19.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/LoggerService.php';
  20.         $a = ($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'] ?? $container->load('getPayPalOrderServiceService'));
  21.         if (isset($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalService'])) {
  22.             return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalService'];
  23.         }
  24.         return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalService'] = new \Plugin\PayPalCheckout42\Service\PayPalService(($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), $a, new \Plugin\PayPalCheckout42\Service\PayPalRequestService(), ($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalAcdcService'] ?? $container->load('getPayPalAcdcServiceService')), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] = new \Plugin\PayPalCheckout42\Service\LoggerService())), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\TransactionRepository'] ?? $container->load('getTransactionRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\SubscribingCustomerRepository'] ?? $container->load('getSubscribingCustomerRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepositoryService')));
  25.     }
  26. }