<?php
namespace Container5v2vObc;
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 getOrderHandlerService extends AppKernelDomain_demo_easytransfer24_deDebugContainer
{
/**
* Gets the public 'Diplix\KMGBundle\Service\OrderHandler' shared service.
*
* @return \Diplix\KMGBundle\Service\OrderHandler
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Diplix/KMGBundle/Service/OrderHandler.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
}
$b = ($container->services['Diplix\\KMGBundle\\Service\\Notifier'] ?? $container->load('getNotifierService'));
if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
}
$c = ($container->services['Diplix\\KMGBundle\\Service\\TaMiConnector'] ?? $container->load('getTaMiConnectorService'));
if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
}
$d = ($container->services['Diplix\\KMGBundle\\Service\\MailHelper'] ?? $container->load('getMailHelperService'));
if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
}
$e = ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService'));
if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
}
$f = ($container->services['Diplix\\KMGBundle\\Service\\Accounting\\PaymentCalculator'] ?? $container->load('getPaymentCalculatorService'));
if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
}
$container->services['Diplix\\KMGBundle\\Service\\OrderHandler'] = $instance = new \Diplix\KMGBundle\Service\OrderHandler($a, $b, $c, $d, $e, $f, ($container->services['Diplix\\KMGBundle\\PriceCalculator\\CalculatorService'] ?? $container->load('getCalculatorServiceService')), ($container->services['Diplix\\KMGBundle\\Helper\\ClientConfigProvider'] ?? $container->getClientConfigProviderService()), (\dirname(__DIR__, 3).'/temp/domain_demo_easytransfer24_de/'));
$instance->enableTami(false);
return $instance;
}
}