var/cache/domain_demo_easytransfer24_de/Container5v2vObc/getOrderHandlerService.php line 32

Open in your IDE?
  1. <?php
  2. namespace Container5v2vObc;
  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 getOrderHandlerService extends AppKernelDomain_demo_easytransfer24_deDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Diplix\KMGBundle\Service\OrderHandler' shared service.
  12.      *
  13.      * @return \Diplix\KMGBundle\Service\OrderHandler
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Diplix/KMGBundle/Service/OrderHandler.php';
  18.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  19.         if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
  20.             return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
  21.         }
  22.         $b = ($container->services['Diplix\\KMGBundle\\Service\\Notifier'] ?? $container->load('getNotifierService'));
  23.         if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
  24.             return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
  25.         }
  26.         $c = ($container->services['Diplix\\KMGBundle\\Service\\TaMiConnector'] ?? $container->load('getTaMiConnectorService'));
  27.         if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
  28.             return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
  29.         }
  30.         $d = ($container->services['Diplix\\KMGBundle\\Service\\MailHelper'] ?? $container->load('getMailHelperService'));
  31.         if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
  32.             return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
  33.         }
  34.         $e = ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService'));
  35.         if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
  36.             return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
  37.         }
  38.         $f = ($container->services['Diplix\\KMGBundle\\Service\\Accounting\\PaymentCalculator'] ?? $container->load('getPaymentCalculatorService'));
  39.         if (isset($container->services['Diplix\\KMGBundle\\Service\\OrderHandler'])) {
  40.             return $container->services['Diplix\\KMGBundle\\Service\\OrderHandler'];
  41.         }
  42.         $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/'));
  43.         $instance->enableTami(false);
  44.         return $instance;
  45.     }
  46. }