<?php
namespace ContainerZ3xACxp;
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 getProcessStepCommonMultiPaymentService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment' shared autowired service.
*
* @return \App\BookingProcess\ProcessStep\Common\ProcessStepCommonMultiPayment
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Model/ProcessStepInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/process-bundle/src/Model/AbstractProcessStep.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessStep/BookingCommonProcessStepTrait.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessStep/Common/BookingProcessStepCommonTrait.php';
include_once \dirname(__DIR__, 4).'/src/BookingProcess/ProcessStep/Common/ProcessStepCommonMultiPayment.php';
$a = ($container->services['.container.private.form.factory'] ?? $container->get_Container_Private_Form_FactoryService());
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$b = ($container->privates['process.renderer'] ?? $container->getProcess_RendererService());
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$c = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$d = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$e = ($container->privates['App\\BookingProcess\\ProcessHelper\\MultiPaymentHelper'] ?? $container->getMultiPaymentHelperService());
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$f = ($container->privates['app.manager.provider.level_0'] ?? $container->getApp_Manager_Provider_Level0Service());
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$g = ($container->privates['App\\BookingProcess\\ProcessHelper\\ProcessUrlProvider'] ?? $container->load('getProcessUrlProviderService'));
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$h = ($container->privates['App\\BookingProcess\\ProcessQuoteToBooking\\QuoteToBookingProcessor'] ?? $container->load('getQuoteToBookingProcessorService'));
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$i = ($container->services['messenger.default_bus'] ?? $container->getMessenger_DefaultBusService());
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
$j = ($container->privates['App\\Manager\\Level_1\\PaymentManager'] ?? $container->load('getPaymentManagerService'));
if (isset($container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'])) {
return $container->privates['App\\BookingProcess\\ProcessStep\\Common\\ProcessStepCommonMultiPayment'];
}
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);
}
}