var/cache/dev/ContainerPh8Llvp/getPayPalAcdcServiceService.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 getPayPalAcdcServiceService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Plugin\PayPalCheckout42\Service\PayPalAcdcService' shared autowired service.
  12.      *
  13.      * @return \Plugin\PayPalCheckout42\Service\PayPalAcdcService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/PayPalAcdcService.php';
  18.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/PayPalAcdcRequestService.php';
  19.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Util/StringUtil.php';
  20.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/LoginService.php';
  21.         include_once \dirname(__DIR__4).'/app/Plugin/PayPalCheckout42/Service/LoggerService.php';
  22.         return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalAcdcService'] = new \Plugin\PayPalCheckout42\Service\PayPalAcdcService(($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()), new \Plugin\PayPalCheckout42\Service\PayPalAcdcRequestService(), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoginService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoginService'] = new \Plugin\PayPalCheckout42\Service\LoginService($container))), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] = new \Plugin\PayPalCheckout42\Service\LoggerService())), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepositoryService')), new \Plugin\PayPalCheckout42\Util\StringUtil());
  23.     }
  24. }