<?php
namespace ContainerKlWW3Fw;
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 getCartTotalsServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\ECommerceBundle\Service\CartTotalsService' shared autowired service.
*
* @return \App\ECommerceBundle\Service\CartTotalsService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/ECommerceBundle/Service/CartTotalsService.php';
$a = ($container->privates['App\\ECommerceBundle\\Service\\CouponService'] ?? $container->load('getCouponServiceService'));
if (isset($container->privates['App\\ECommerceBundle\\Service\\CartTotalsService'])) {
return $container->privates['App\\ECommerceBundle\\Service\\CartTotalsService'];
}
$b = ($container->privates['App\\CurrencyBundle\\Service\\ExchangeRateService'] ?? $container->load('getExchangeRateServiceService'));
if (isset($container->privates['App\\ECommerceBundle\\Service\\CartTotalsService'])) {
return $container->privates['App\\ECommerceBundle\\Service\\CartTotalsService'];
}
$c = ($container->privates['App\\NewShippingBundle\\Service\\ShippingFeeService'] ?? $container->load('getShippingFeeServiceService'));
if (isset($container->privates['App\\ECommerceBundle\\Service\\CartTotalsService'])) {
return $container->privates['App\\ECommerceBundle\\Service\\CartTotalsService'];
}
return $container->privates['App\\ECommerceBundle\\Service\\CartTotalsService'] = new \App\ECommerceBundle\Service\CartTotalsService($a, $b, $c, ($container->privates['App\\CurrencyBundle\\Service\\UserCurrencyService'] ?? $container->load('getUserCurrencyServiceService')));
}
}