var/cache/dev/ContainerARxkdCR/getEventListenerService.php line 38

Open in your IDE?
  1. <?php
  2. namespace ContainerARxkdCR;
  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 getEventListenerService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Plugin\JoolenZR42\EventListener\EventListener' shared autowired service.
  12.      *
  13.      * @return \Plugin\JoolenZR42\EventListener\EventListener
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/app/Plugin/JoolenZR42/EventListener/EventListener.php';
  18.         $a = ($container->privates['Eccube\\Service\\CartService'] ?? $container->getCartServiceService());
  19.         if (isset($container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'])) {
  20.             return $container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'];
  21.         }
  22.         $b = ($container->privates['Eccube\\Service\\OrderHelper'] ?? $container->load('getOrderHelperService'));
  23.         if (isset($container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'])) {
  24.             return $container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'];
  25.         }
  26.         $c = ($container->privates['Plugin\\JoolenZR42\\Service\\MailService'] ?? $container->load('getMailService2Service'));
  27.         if (isset($container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'])) {
  28.             return $container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'];
  29.         }
  30.         return $container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'] = new \Plugin\JoolenZR42\EventListener\EventListener(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->privates['Plugin\\JoolenZR42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepository3Service')), ($container->privates['Eccube\\Repository\\OrderRepository'] ?? $container->getOrderRepositoryService()), ($container->services['Eccube\\Repository\\PluginRepository'] ?? $container->getPluginRepositoryService()), $a$b$c);
  31.     }
  32. }