<?php
namespace ContainerC1MH1xT;
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 getEzpublishLegacy_SessionMapperService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'ezpublish_legacy.session_mapper' shared service.
*
* @return \eZ\Bundle\EzPublishLegacyBundle\LegacyMapper\Session
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/legacy-bridge/bundle/LegacyMapper/Session.php';
$container->privates['ezpublish_legacy.session_mapper'] = $instance = new \eZ\Bundle\EzPublishLegacyBundle\LegacyMapper\Session(($container->privates['ezpublish_legacy.session_storage_proxy'] ?? $container->load('getEzpublishLegacy_SessionStorageProxyService')), '_sf2_attributes', ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')));
$instance->setRequestStack(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
return $instance;
}
}