<?php
namespace ContainerARxkdCR;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getEventListenerService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\JoolenZR42\EventListener\EventListener' shared autowired service.
*
* @return \Plugin\JoolenZR42\EventListener\EventListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/JoolenZR42/EventListener/EventListener.php';
$a = ($container->privates['Eccube\\Service\\CartService'] ?? $container->getCartServiceService());
if (isset($container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'])) {
return $container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'];
}
$b = ($container->privates['Eccube\\Service\\OrderHelper'] ?? $container->load('getOrderHelperService'));
if (isset($container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'])) {
return $container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'];
}
$c = ($container->privates['Plugin\\JoolenZR42\\Service\\MailService'] ?? $container->load('getMailService2Service'));
if (isset($container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'])) {
return $container->privates['Plugin\\JoolenZR42\\EventListener\\EventListener'];
}
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);
}
}