var/cache/dev/ContainerZ3xACxp/getProcessStepCommonMultiPaymentService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerZ3xACxp;
  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 getProcessStepCommonMultiPaymentService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment' shared autowired service.
  12.      *
  13.      * @return \App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Model/ProcessStepInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/crea/process-bundle/src/Model/AbstractProcessStep.php';
  19.         include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessStep/BookingCommonProcessStepTrait.php';
  20.         include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessStep/Common/BookingProcessStepCommonTrait.php';
  21.         include_once \dirname(__DIR__4).'/src/BookingProcess/ProcessStep/Common/ProcessStepCommonMultiPayment.php';
  22.         $a = ($container->services['.container.private.form.factory'] ?? $container->get_Container_Private_Form_FactoryService());
  23.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  24.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  25.         }
  26.         $b = ($container->privates['process.renderer'] ?? $container->getProcess_RendererService());
  27.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  28.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  29.         }
  30.         $c = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  31.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  32.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  33.         }
  34.         $d = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  35.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  36.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  37.         }
  38.         $e = ($container->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'] ?? $container->getMultiPaymentHelperService());
  39.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  40.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  41.         }
  42.         $f = ($container->privates['app.manager.provider.level_0'] ?? $container->getApp_Manager_Provider_Level0Service());
  43.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  44.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  45.         }
  46.         $g = ($container->privates['App\\BookingProcess\\ProcessHelper\\ProcessUrlProvider'] ?? $container->load('getProcessUrlProviderService'));
  47.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  48.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  49.         }
  50.         $h = ($container->privates['App\\BookingProcess\\ProcessQuoteToBooking\\QuoteToBookingProcessor'] ?? $container->load('getQuoteToBookingProcessorService'));
  51.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  52.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  53.         }
  54.         $i = ($container->services['messenger.default_bus'] ?? $container->getMessenger_DefaultBusService());
  55.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  56.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  57.         }
  58.         $j = ($container->privates['App\\Manager\\Level_1\\PaymentManager'] ?? $container->load('getPaymentManagerService'));
  59.         if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
  60.             return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
  61.         }
  62.         return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'] = new \App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment($a$b$c, ($container->privates['process.step.validator'] ?? $container->getProcess_Step_ValidatorService()), $d, ($container->services['translator'] ?? $container->getTranslatorService()), ($container->privates['App\\BookingProcess\\ProcessHelper\\PaymentHelper'] ?? $container->getPaymentHelperService()), $e$f$g$h$i$j);
  63.     }
  64. }