<?php
namespace ContainerELZ9DWn;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Container;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
use Symfony\Component\DependencyInjection\Exception\LogicException;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class App_KernelDevDebugContainer extends Container
{
protected $containerDir;
protected $targetDir;
protected $parameters = [];
private $buildParameters;
protected $getService;
public function __construct(array $buildParameters = [], $containerDir = __DIR__)
{
$this->getService = \Closure::fromCallable([$this, 'getService']);
$this->buildParameters = $buildParameters;
$this->containerDir = $containerDir;
$this->targetDir = \dirname($containerDir);
$this->parameters = $this->getDefaultParameters();
$this->services = $this->privates = [];
$this->syntheticIds = [
'kernel' => true,
];
$this->methodMap = [
'.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
'.container.private.filesystem' => 'get_Container_Private_FilesystemService',
'.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
'.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
'.container.private.profiler' => 'get_Container_Private_ProfilerService',
'.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
'.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
'.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
'.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
'.container.private.serializer' => 'get_Container_Private_SerializerService',
'.container.private.session' => 'get_Container_Private_SessionService',
'.container.private.twig' => 'get_Container_Private_TwigService',
'.container.private.validator' => 'get_Container_Private_ValidatorService',
'App\\Controller\\AgendaController' => 'getAgendaControllerService',
'App\\Controller\\AgendaDetalleContificoController' => 'getAgendaDetalleContificoControllerService',
'App\\Controller\\AgendaRecesionMovilidadController' => 'getAgendaRecesionMovilidadControllerService',
'App\\Controller\\ApilabController' => 'getApilabControllerService',
'App\\Controller\\BancosController' => 'getBancosControllerService',
'App\\Controller\\BodyController' => 'getBodyControllerService',
'App\\Controller\\CargaContificoController' => 'getCargaContificoControllerService',
'App\\Controller\\Cie10Controller' => 'getCie10ControllerService',
'App\\Controller\\CierreCajaController' => 'getCierreCajaControllerService',
'App\\Controller\\ClientesController' => 'getClientesControllerService',
'App\\Controller\\DashboardController' => 'getDashboardControllerService',
'App\\Controller\\DatosCirugiaController' => 'getDatosCirugiaControllerService',
'App\\Controller\\DependenciaController' => 'getDependenciaControllerService',
'App\\Controller\\DerivacionController' => 'getDerivacionControllerService',
'App\\Controller\\DetalleCargaContificoController' => 'getDetalleCargaContificoControllerService',
'App\\Controller\\DetallePlantillasController' => 'getDetallePlantillasControllerService',
'App\\Controller\\DetalleTerapiasController' => 'getDetalleTerapiasControllerService',
'App\\Controller\\DiagnosticosEpicrisisController' => 'getDiagnosticosEpicrisisControllerService',
'App\\Controller\\DiagnosticosHistoriaClinicaController' => 'getDiagnosticosHistoriaClinicaControllerService',
'App\\Controller\\DiagnosticosInterconsultaController' => 'getDiagnosticosInterconsultaControllerService',
'App\\Controller\\DiagnosticosOrden012Controller' => 'getDiagnosticosOrden012ControllerService',
'App\\Controller\\DientesController' => 'getDientesControllerService',
'App\\Controller\\EmpresaController' => 'getEmpresaControllerService',
'App\\Controller\\EpicrisisController' => 'getEpicrisisControllerService',
'App\\Controller\\EpicrisisController_old' => 'getEpicrisisControllerOldService',
'App\\Controller\\EstudioController' => 'getEstudioControllerService',
'App\\Controller\\ExamenController' => 'getExamenControllerService',
'App\\Controller\\ExamenDetalleController' => 'getExamenDetalleControllerService',
'App\\Controller\\ExamenOrdenController' => 'getExamenOrdenControllerService',
'App\\Controller\\ExamenOrdenResultadoController' => 'getExamenOrdenResultadoControllerService',
'App\\Controller\\ExamenParametroController' => 'getExamenParametroControllerService',
'App\\Controller\\ExamenReferenciaController' => 'getExamenReferenciaControllerService',
'App\\Controller\\ExternoController' => 'getExternoControllerService',
'App\\Controller\\FarmaciaController' => 'getFarmaciaControllerService',
'App\\Controller\\FormaPagoController' => 'getFormaPagoControllerService',
'App\\Controller\\HdArchivosController' => 'getHdArchivosControllerService',
'App\\Controller\\HdEmergenciaController' => 'getHdEmergenciaControllerService',
'App\\Controller\\HdMaestroPasosController' => 'getHdMaestroPasosControllerService',
'App\\Controller\\HdOrdenesController' => 'getHdOrdenesControllerService',
'App\\Controller\\HdPasoController' => 'getHdPasoControllerService',
'App\\Controller\\HdSolicitudController' => 'getHdSolicitudControllerService',
'App\\Controller\\HdSolicitudDiagnosticosController' => 'getHdSolicitudDiagnosticosControllerService',
'App\\Controller\\HistoriaClinicaController' => 'getHistoriaClinicaControllerService',
'App\\Controller\\ImagenesEstudioController' => 'getImagenesEstudioControllerService',
'App\\Controller\\InsumosEnfermeriaController' => 'getInsumosEnfermeriaControllerService',
'App\\Controller\\InterconsultaController' => 'getInterconsultaControllerService',
'App\\Controller\\ItemConveniosController' => 'getItemConveniosControllerService',
'App\\Controller\\ItemsCargosController' => 'getItemsCargosControllerService',
'App\\Controller\\LabProtocoloController' => 'getLabProtocoloControllerService',
'App\\Controller\\LabProtocoloExamenController' => 'getLabProtocoloExamenControllerService',
'App\\Controller\\LaboratorioController' => 'getLaboratorioControllerService',
'App\\Controller\\LiquidacionController' => 'getLiquidacionControllerService',
'App\\Controller\\LogAntecedentesPersonalesController' => 'getLogAntecedentesPersonalesControllerService',
'App\\Controller\\MaestroPlantillasController' => 'getMaestroPlantillasControllerService',
'App\\Controller\\MasivoMedicinasController' => 'getMasivoMedicinasControllerService',
'App\\Controller\\MedicinaController' => 'getMedicinaControllerService',
'App\\Controller\\MovimientosProductosController' => 'getMovimientosProductosControllerService',
'App\\Controller\\OdontogramaController' => 'getOdontogramaControllerService',
'App\\Controller\\OdontogramaProcedimientoController' => 'getOdontogramaProcedimientoControllerService',
'App\\Controller\\Orden012Controller' => 'getOrden012ControllerService',
'App\\Controller\\Orden012DetalleController' => 'getOrden012DetalleControllerService',
'App\\Controller\\OrdenProcedimientoController' => 'getOrdenProcedimientoControllerService',
'App\\Controller\\OrdenVentaController' => 'getOrdenVentaControllerService',
'App\\Controller\\OrdenVentaDetalleController' => 'getOrdenVentaDetalleControllerService',
'App\\Controller\\OrdenVentaDetallePagoController' => 'getOrdenVentaDetallePagoControllerService',
'App\\Controller\\PacienteController' => 'getPacienteControllerService',
'App\\Controller\\PacienteReferenciaController' => 'getPacienteReferenciaControllerService',
'App\\Controller\\PantallasAs400Controller' => 'getPantallasAs400ControllerService',
'App\\Controller\\PaqueteController' => 'getPaqueteControllerService',
'App\\Controller\\PlanoCabeceraController' => 'getPlanoCabeceraControllerService',
'App\\Controller\\PlanoDetalleController' => 'getPlanoDetalleControllerService',
'App\\Controller\\PreparacionController' => 'getPreparacionControllerService',
'App\\Controller\\PreparacionEstudioController' => 'getPreparacionEstudioControllerService',
'App\\Controller\\ProcedimientosController' => 'getProcedimientosControllerService',
'App\\Controller\\ProductoController' => 'getProductoControllerService',
'App\\Controller\\ProductoNivelController' => 'getProductoNivelControllerService',
'App\\Controller\\ProductoXlsController' => 'getProductoXlsControllerService',
'App\\Controller\\RecetaController' => 'getRecetaControllerService',
'App\\Controller\\RecetaDetalleController' => 'getRecetaDetalleControllerService',
'App\\Controller\\RecordController' => 'getRecordControllerService',
'App\\Controller\\RecordlaboratorioController' => 'getRecordlaboratorioControllerService',
'App\\Controller\\RegistroController' => 'getRegistroControllerService',
'App\\Controller\\SecurityController' => 'getSecurityControllerService',
'App\\Controller\\SeguroPrivadoController' => 'getSeguroPrivadoControllerService',
'App\\Controller\\TarjetasController' => 'getTarjetasControllerService',
'App\\Controller\\TerapiasController' => 'getTerapiasControllerService',
'App\\Controller\\TipoAs400Controller' => 'getTipoAs400ControllerService',
'App\\Controller\\TipoExamenController' => 'getTipoExamenControllerService',
'App\\Controller\\TipoSeguroController' => 'getTipoSeguroControllerService',
'App\\Controller\\TipoServicioController' => 'getTipoServicioControllerService',
'App\\Controller\\TipoSubseguroController' => 'getTipoSubseguroControllerService',
'App\\Controller\\TurnoController' => 'getTurnoControllerService',
'App\\Controller\\UserController' => 'getUserControllerService',
'CalendarBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
'cache.app' => 'getCache_AppService',
'cache.app_clearer' => 'getCache_AppClearerService',
'cache.global_clearer' => 'getCache_GlobalClearerService',
'cache.system' => 'getCache_SystemService',
'cache.system_clearer' => 'getCache_SystemClearerService',
'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
'cache_warmer' => 'getCacheWarmerService',
'console.command_loader' => 'getConsole_CommandLoaderService',
'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
'data_collector.dump' => 'getDataCollector_DumpService',
'doctrine' => 'getDoctrineService',
'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
'error_controller' => 'getErrorControllerService',
'event_dispatcher' => 'getEventDispatcherService',
'http_kernel' => 'getHttpKernelService',
'knp_paginator' => 'getKnpPaginatorService',
'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
'request_stack' => 'getRequestStackService',
'router' => 'getRouterService',
'routing.loader' => 'getRouting_LoaderService',
'services_resetter' => 'getServicesResetterService',
'translator' => 'getTranslatorService',
'var_dumper.cloner' => 'getVarDumper_ClonerService',
'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
'cache_clearer' => 'getCacheClearerService',
'filesystem' => 'getFilesystemService',
'serializer' => 'getSerializerService',
'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
'form.factory' => 'getForm_FactoryService',
'form.type.file' => 'getForm_Type_FileService',
'profiler' => 'getProfilerService',
'twig' => 'getTwigService',
'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
'security.token_storage' => 'getSecurity_TokenStorageService',
'security.password_encoder' => 'getSecurity_PasswordEncoderService',
'session' => 'getSessionService',
'validator' => 'getValidatorService',
];
$this->aliases = [
'database_connection' => 'doctrine.dbal.default_connection',
'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
];
$this->privates['service_container'] = function () {
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/KernelInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/RebootableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/TerminableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
include_once \dirname(__DIR__, 4).'/src/Kernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/container/src/ContainerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/HttpKernel.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestStack.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/PruneableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ResetInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache-contracts/CacheTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/TranslatorBagInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/IdentityTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/log/src/LoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/stopwatch/Stopwatch.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validation.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Profiler/Profile.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityManager.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/FirewallMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/Connection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/TraceableHttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/HttpClient.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollectorTranslator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/RouterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/Router.php';
include_once \dirname(__DIR__, 4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
include_once \dirname(__DIR__, 4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/ExtensionSet.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Template.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/TemplateWrapper.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Environment.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Packages.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PackageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Package.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/PathPackage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/ContextInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/asset/Context/RequestStackContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/UrlHelper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
};
}
public function compile(): void
{
throw new LogicException('You cannot compile a dumped container that was already compiled.');
}
public function isCompiled(): bool
{
return true;
}
public function getRemovedIds(): array
{
return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
}
/**
* Gets the public '.container.private.cache_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
*/
protected function get_Container_Private_CacheClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
yield 0 => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
}, 1));
}
/**
* Gets the public '.container.private.filesystem' shared service.
*
* @return \Symfony\Component\Filesystem\Filesystem
*/
protected function get_Container_Private_FilesystemService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
}
/**
* Gets the public '.container.private.form.factory' shared service.
*
* @return \Symfony\Component\Form\FormFactory
*/
protected function get_Container_Private_Form_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormFactory.php';
return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
}
/**
* Gets the public '.container.private.form.type.file' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FileType
*/
protected function get_Container_Private_Form_Type_FileService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the public '.container.private.profiler' shared service.
*
* @return \Symfony\Component\HttpKernel\Profiler\Profiler
*/
protected function get_Container_Private_ProfilerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('profiler');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $a, true);
$b = ($this->services['kernel'] ?? $this->get('kernel'));
$c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
$d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
$d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
$d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
$d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
$d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
$d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
$d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
$d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
$e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
$e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
$f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
if ($this->has('kernel')) {
$f->setKernel($b);
}
$instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
$instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
$instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
$instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
$instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
$instance->add($d);
$instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
$instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
$instance->add($e);
$instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
$instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
$instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
$instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
$instance->add($f);
return $instance;
}
/**
* Gets the public '.container.private.security.authorization_checker' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
*/
protected function get_Container_Private_Security_AuthorizationCheckerService()
{
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->services['.container.private.security.authorization_checker'])) {
return $this->services['.container.private.security.authorization_checker'];
}
return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, false);
}
/**
* Gets the public '.container.private.security.csrf.token_manager' shared service.
*
* @return \Symfony\Component\Security\Csrf\CsrfTokenManager
*/
protected function get_Container_Private_Security_Csrf_TokenManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the public '.container.private.security.password_encoder' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
*
* @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
*/
protected function get_Container_Private_Security_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
}
/**
* Gets the public '.container.private.security.token_storage' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
*/
protected function get_Container_Private_Security_TokenStorageService()
{
return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
], [
'request_stack' => '?',
]));
}
/**
* Gets the public '.container.private.serializer' shared service.
*
* @return \Symfony\Component\Serializer\Serializer
*/
protected function get_Container_Private_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Serializer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
$a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
$b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
$c = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($b);
$d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([0 => new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), 1 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 2 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 3 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 4 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 5 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b, $c, $d, $e, NULL, [])), 6 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 7 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 8 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 9 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULL, NULL), 12 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b, $c, $a, $d, $e, NULL, [], $d)], [0 => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), 1 => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULL, NULL), 2 => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULL, NULL), 3 => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
}
/**
* Gets the public '.container.private.session' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Session
*/
protected function get_Container_Private_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Session.php';
$a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
if (isset($this->services['.container.private.session'])) {
return $this->services['.container.private.session'];
}
return $this->services['.container.private.session'] = $a->createSession();
}
/**
* Gets the public '.container.private.twig' shared service.
*
* @return \Twig\Environment
*/
protected function get_Container_Private_TwigService()
{
$a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__, 4));
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
$a->addPath((\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Resources/views'), 'Calendar');
$a->addPath((\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Resources/views'), '!Calendar');
$a->addPath((\dirname(__DIR__, 4).'/templates'));
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
$a->addPath((\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
$this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name', 'cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8', 'debug' => true, 'strict_variables' => true]);
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
$c = ($this->services['translator'] ?? $this->getTranslatorService());
$d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
$e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
$f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
$g = ($this->services['router'] ?? $this->getRouterService());
$h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 1);
$i->setDisplayOptions(['maxStringLength' => 4096, 'fileLinkFormat' => $f]);
$j = new \Symfony\Bridge\Twig\AppVariable();
$j->setEnvironment('dev');
$j->setDebug(true);
if ($this->has('.container.private.security.token_storage')) {
$j->setTokenStorage($h);
}
if ($this->has('request_stack')) {
$j->setRequestStack($d);
}
$k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d, $e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0))));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__, 4), 'UTF-8'));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($b, true));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, $g)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
$instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
$instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
$instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g, $c)));
$instance->addGlobal('app', $j);
$instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates', 'twig.runtime.security_csrf', 'getTwig_Runtime_SecurityCsrfService', false],
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates', 'twig.runtime.httpkernel', 'getTwig_Runtime_HttpkernelService', false],
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates', 'twig.runtime.serializer', 'getTwig_Runtime_SerializerService', false],
'Symfony\\Component\\Form\\FormRenderer' => ['privates', 'twig.form.renderer', 'getTwig_Form_RendererService', false],
], [
'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
'Symfony\\Component\\Form\\FormRenderer' => '?',
])));
$instance->addGlobal('kernelRootDir', \dirname(__DIR__, 4));
$instance->registerUndefinedFilterCallback([0 => $k, 1 => 'suggestFilter']);
$instance->registerUndefinedFunctionCallback([0 => $k, 1 => 'suggestFunction']);
$instance->registerUndefinedTokenParserCallback([0 => $k, 1 => 'suggestTag']);
(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i', '%d days', NULL, 0, '.', ','))->configure($instance);
return $instance;
}
/**
* Gets the public '.container.private.validator' shared service.
*
* @return \Symfony\Component\Validator\Validator\TraceableValidator
*/
protected function get_Container_Private_ValidatorService()
{
return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
}
/**
* Gets the public 'App\Controller\AgendaController' shared autowired service.
*
* @return \App\Controller\AgendaController
*/
protected function getAgendaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AgendaController.php';
$this->services['App\\Controller\\AgendaController'] = $instance = new \App\Controller\AgendaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AgendaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\AgendaDetalleContificoController' shared autowired service.
*
* @return \App\Controller\AgendaDetalleContificoController
*/
protected function getAgendaDetalleContificoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AgendaDetalleContificoController.php';
$this->services['App\\Controller\\AgendaDetalleContificoController'] = $instance = new \App\Controller\AgendaDetalleContificoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AgendaDetalleContificoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\AgendaRecesionMovilidadController' shared autowired service.
*
* @return \App\Controller\AgendaRecesionMovilidadController
*/
protected function getAgendaRecesionMovilidadControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/AgendaRecesionMovilidadController.php';
$this->services['App\\Controller\\AgendaRecesionMovilidadController'] = $instance = new \App\Controller\AgendaRecesionMovilidadController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\AgendaRecesionMovilidadController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ApilabController' shared autowired service.
*
* @return \App\Controller\ApilabController
*/
protected function getApilabControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ApilabController.php';
$this->services['App\\Controller\\ApilabController'] = $instance = new \App\Controller\ApilabController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ApilabController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BancosController' shared autowired service.
*
* @return \App\Controller\BancosController
*/
protected function getBancosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BancosController.php';
$this->services['App\\Controller\\BancosController'] = $instance = new \App\Controller\BancosController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BancosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\BodyController' shared autowired service.
*
* @return \App\Controller\BodyController
*/
protected function getBodyControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/BodyController.php';
$this->services['App\\Controller\\BodyController'] = $instance = new \App\Controller\BodyController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\BodyController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CargaContificoController' shared autowired service.
*
* @return \App\Controller\CargaContificoController
*/
protected function getCargaContificoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CargaContificoController.php';
$this->services['App\\Controller\\CargaContificoController'] = $instance = new \App\Controller\CargaContificoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CargaContificoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Cie10Controller' shared autowired service.
*
* @return \App\Controller\Cie10Controller
*/
protected function getCie10ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Cie10Controller.php';
$this->services['App\\Controller\\Cie10Controller'] = $instance = new \App\Controller\Cie10Controller();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Cie10Controller', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\CierreCajaController' shared autowired service.
*
* @return \App\Controller\CierreCajaController
*/
protected function getCierreCajaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/CierreCajaController.php';
$this->services['App\\Controller\\CierreCajaController'] = $instance = new \App\Controller\CierreCajaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\CierreCajaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ClientesController' shared autowired service.
*
* @return \App\Controller\ClientesController
*/
protected function getClientesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ClientesController.php';
$this->services['App\\Controller\\ClientesController'] = $instance = new \App\Controller\ClientesController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ClientesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DashboardController' shared autowired service.
*
* @return \App\Controller\DashboardController
*/
protected function getDashboardControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DashboardController.php';
$this->services['App\\Controller\\DashboardController'] = $instance = new \App\Controller\DashboardController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DashboardController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DatosCirugiaController' shared autowired service.
*
* @return \App\Controller\DatosCirugiaController
*/
protected function getDatosCirugiaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DatosCirugiaController.php';
$this->services['App\\Controller\\DatosCirugiaController'] = $instance = new \App\Controller\DatosCirugiaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DatosCirugiaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DependenciaController' shared autowired service.
*
* @return \App\Controller\DependenciaController
*/
protected function getDependenciaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DependenciaController.php';
$this->services['App\\Controller\\DependenciaController'] = $instance = new \App\Controller\DependenciaController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DependenciaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DerivacionController' shared autowired service.
*
* @return \App\Controller\DerivacionController
*/
protected function getDerivacionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DerivacionController.php';
$this->services['App\\Controller\\DerivacionController'] = $instance = new \App\Controller\DerivacionController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DerivacionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DetalleCargaContificoController' shared autowired service.
*
* @return \App\Controller\DetalleCargaContificoController
*/
protected function getDetalleCargaContificoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DetalleCargaContificoController.php';
$this->services['App\\Controller\\DetalleCargaContificoController'] = $instance = new \App\Controller\DetalleCargaContificoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DetalleCargaContificoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DetallePlantillasController' shared autowired service.
*
* @return \App\Controller\DetallePlantillasController
*/
protected function getDetallePlantillasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DetallePlantillasController.php';
$this->services['App\\Controller\\DetallePlantillasController'] = $instance = new \App\Controller\DetallePlantillasController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DetallePlantillasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DetalleTerapiasController' shared autowired service.
*
* @return \App\Controller\DetalleTerapiasController
*/
protected function getDetalleTerapiasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DetalleTerapiasController.php';
$this->services['App\\Controller\\DetalleTerapiasController'] = $instance = new \App\Controller\DetalleTerapiasController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DetalleTerapiasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DiagnosticosEpicrisisController' shared autowired service.
*
* @return \App\Controller\DiagnosticosEpicrisisController
*/
protected function getDiagnosticosEpicrisisControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DiagnosticosEpicrisisController.php';
$this->services['App\\Controller\\DiagnosticosEpicrisisController'] = $instance = new \App\Controller\DiagnosticosEpicrisisController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DiagnosticosEpicrisisController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DiagnosticosHistoriaClinicaController' shared autowired service.
*
* @return \App\Controller\DiagnosticosHistoriaClinicaController
*/
protected function getDiagnosticosHistoriaClinicaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DiagnosticosHistoriaClinicaController.php';
$this->services['App\\Controller\\DiagnosticosHistoriaClinicaController'] = $instance = new \App\Controller\DiagnosticosHistoriaClinicaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DiagnosticosHistoriaClinicaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DiagnosticosInterconsultaController' shared autowired service.
*
* @return \App\Controller\DiagnosticosInterconsultaController
*/
protected function getDiagnosticosInterconsultaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DiagnosticosInterconsultaController.php';
$this->services['App\\Controller\\DiagnosticosInterconsultaController'] = $instance = new \App\Controller\DiagnosticosInterconsultaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DiagnosticosInterconsultaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DiagnosticosOrden012Controller' shared autowired service.
*
* @return \App\Controller\DiagnosticosOrden012Controller
*/
protected function getDiagnosticosOrden012ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DiagnosticosOrden012Controller.php';
$this->services['App\\Controller\\DiagnosticosOrden012Controller'] = $instance = new \App\Controller\DiagnosticosOrden012Controller(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DiagnosticosOrden012Controller', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\DientesController' shared autowired service.
*
* @return \App\Controller\DientesController
*/
protected function getDientesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/DientesController.php';
$this->services['App\\Controller\\DientesController'] = $instance = new \App\Controller\DientesController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\DientesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\EmpresaController' shared autowired service.
*
* @return \App\Controller\EmpresaController
*/
protected function getEmpresaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/EmpresaController.php';
$this->services['App\\Controller\\EmpresaController'] = $instance = new \App\Controller\EmpresaController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EmpresaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\EpicrisisController' shared autowired service.
*
* @return \App\Controller\EpicrisisController
*/
protected function getEpicrisisControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/EpicrisisController.php';
$this->services['App\\Controller\\EpicrisisController'] = $instance = new \App\Controller\EpicrisisController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EpicrisisController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\EpicrisisController_old' shared autowired service.
*
* @return \App\Controller\EpicrisisController_old
*/
protected function getEpicrisisControllerOldService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/EpicrisisController_old.php';
$this->services['App\\Controller\\EpicrisisController_old'] = $instance = new \App\Controller\EpicrisisController_old(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EpicrisisController_old', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\EstudioController' shared autowired service.
*
* @return \App\Controller\EstudioController
*/
protected function getEstudioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/EstudioController.php';
$this->services['App\\Controller\\EstudioController'] = $instance = new \App\Controller\EstudioController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\EstudioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ExamenController' shared autowired service.
*
* @return \App\Controller\ExamenController
*/
protected function getExamenControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ExamenController.php';
$this->services['App\\Controller\\ExamenController'] = $instance = new \App\Controller\ExamenController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExamenController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ExamenDetalleController' shared autowired service.
*
* @return \App\Controller\ExamenDetalleController
*/
protected function getExamenDetalleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ExamenDetalleController.php';
$this->services['App\\Controller\\ExamenDetalleController'] = $instance = new \App\Controller\ExamenDetalleController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExamenDetalleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ExamenOrdenController' shared autowired service.
*
* @return \App\Controller\ExamenOrdenController
*/
protected function getExamenOrdenControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ExamenOrdenController.php';
$this->services['App\\Controller\\ExamenOrdenController'] = $instance = new \App\Controller\ExamenOrdenController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExamenOrdenController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ExamenOrdenResultadoController' shared autowired service.
*
* @return \App\Controller\ExamenOrdenResultadoController
*/
protected function getExamenOrdenResultadoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ExamenOrdenResultadoController.php';
$this->services['App\\Controller\\ExamenOrdenResultadoController'] = $instance = new \App\Controller\ExamenOrdenResultadoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExamenOrdenResultadoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ExamenParametroController' shared autowired service.
*
* @return \App\Controller\ExamenParametroController
*/
protected function getExamenParametroControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ExamenParametroController.php';
$this->services['App\\Controller\\ExamenParametroController'] = $instance = new \App\Controller\ExamenParametroController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExamenParametroController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ExamenReferenciaController' shared autowired service.
*
* @return \App\Controller\ExamenReferenciaController
*/
protected function getExamenReferenciaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ExamenReferenciaController.php';
$this->services['App\\Controller\\ExamenReferenciaController'] = $instance = new \App\Controller\ExamenReferenciaController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExamenReferenciaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ExternoController' shared autowired service.
*
* @return \App\Controller\ExternoController
*/
protected function getExternoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ExternoController.php';
$this->services['App\\Controller\\ExternoController'] = $instance = new \App\Controller\ExternoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ExternoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FarmaciaController' shared autowired service.
*
* @return \App\Controller\FarmaciaController
*/
protected function getFarmaciaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FarmaciaController.php';
$this->services['App\\Controller\\FarmaciaController'] = $instance = new \App\Controller\FarmaciaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FarmaciaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\FormaPagoController' shared autowired service.
*
* @return \App\Controller\FormaPagoController
*/
protected function getFormaPagoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/FormaPagoController.php';
$this->services['App\\Controller\\FormaPagoController'] = $instance = new \App\Controller\FormaPagoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\FormaPagoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HdArchivosController' shared autowired service.
*
* @return \App\Controller\HdArchivosController
*/
protected function getHdArchivosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HdArchivosController.php';
$this->services['App\\Controller\\HdArchivosController'] = $instance = new \App\Controller\HdArchivosController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HdArchivosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HdEmergenciaController' shared autowired service.
*
* @return \App\Controller\HdEmergenciaController
*/
protected function getHdEmergenciaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HdEmergenciaController.php';
$this->services['App\\Controller\\HdEmergenciaController'] = $instance = new \App\Controller\HdEmergenciaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HdEmergenciaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HdMaestroPasosController' shared autowired service.
*
* @return \App\Controller\HdMaestroPasosController
*/
protected function getHdMaestroPasosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HdMaestroPasosController.php';
$this->services['App\\Controller\\HdMaestroPasosController'] = $instance = new \App\Controller\HdMaestroPasosController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HdMaestroPasosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HdOrdenesController' shared autowired service.
*
* @return \App\Controller\HdOrdenesController
*/
protected function getHdOrdenesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HdOrdenesController.php';
$this->services['App\\Controller\\HdOrdenesController'] = $instance = new \App\Controller\HdOrdenesController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HdOrdenesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HdPasoController' shared autowired service.
*
* @return \App\Controller\HdPasoController
*/
protected function getHdPasoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HdPasoController.php';
$this->services['App\\Controller\\HdPasoController'] = $instance = new \App\Controller\HdPasoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HdPasoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HdSolicitudController' shared autowired service.
*
* @return \App\Controller\HdSolicitudController
*/
protected function getHdSolicitudControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HdSolicitudController.php';
$this->services['App\\Controller\\HdSolicitudController'] = $instance = new \App\Controller\HdSolicitudController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HdSolicitudController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HdSolicitudDiagnosticosController' shared autowired service.
*
* @return \App\Controller\HdSolicitudDiagnosticosController
*/
protected function getHdSolicitudDiagnosticosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HdSolicitudDiagnosticosController.php';
$this->services['App\\Controller\\HdSolicitudDiagnosticosController'] = $instance = new \App\Controller\HdSolicitudDiagnosticosController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HdSolicitudDiagnosticosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\HistoriaClinicaController' shared autowired service.
*
* @return \App\Controller\HistoriaClinicaController
*/
protected function getHistoriaClinicaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/HistoriaClinicaController.php';
$this->services['App\\Controller\\HistoriaClinicaController'] = $instance = new \App\Controller\HistoriaClinicaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\HistoriaClinicaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ImagenesEstudioController' shared autowired service.
*
* @return \App\Controller\ImagenesEstudioController
*/
protected function getImagenesEstudioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ImagenesEstudioController.php';
$this->services['App\\Controller\\ImagenesEstudioController'] = $instance = new \App\Controller\ImagenesEstudioController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ImagenesEstudioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\InsumosEnfermeriaController' shared autowired service.
*
* @return \App\Controller\InsumosEnfermeriaController
*/
protected function getInsumosEnfermeriaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/InsumosEnfermeriaController.php';
$this->services['App\\Controller\\InsumosEnfermeriaController'] = $instance = new \App\Controller\InsumosEnfermeriaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\InsumosEnfermeriaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\InterconsultaController' shared autowired service.
*
* @return \App\Controller\InterconsultaController
*/
protected function getInterconsultaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/InterconsultaController.php';
$this->services['App\\Controller\\InterconsultaController'] = $instance = new \App\Controller\InterconsultaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\InterconsultaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ItemConveniosController' shared autowired service.
*
* @return \App\Controller\ItemConveniosController
*/
protected function getItemConveniosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ItemConveniosController.php';
$this->services['App\\Controller\\ItemConveniosController'] = $instance = new \App\Controller\ItemConveniosController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ItemConveniosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ItemsCargosController' shared autowired service.
*
* @return \App\Controller\ItemsCargosController
*/
protected function getItemsCargosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ItemsCargosController.php';
$this->services['App\\Controller\\ItemsCargosController'] = $instance = new \App\Controller\ItemsCargosController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ItemsCargosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LabProtocoloController' shared autowired service.
*
* @return \App\Controller\LabProtocoloController
*/
protected function getLabProtocoloControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LabProtocoloController.php';
$this->services['App\\Controller\\LabProtocoloController'] = $instance = new \App\Controller\LabProtocoloController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LabProtocoloController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LabProtocoloExamenController' shared autowired service.
*
* @return \App\Controller\LabProtocoloExamenController
*/
protected function getLabProtocoloExamenControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LabProtocoloExamenController.php';
$this->services['App\\Controller\\LabProtocoloExamenController'] = $instance = new \App\Controller\LabProtocoloExamenController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LabProtocoloExamenController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LaboratorioController' shared autowired service.
*
* @return \App\Controller\LaboratorioController
*/
protected function getLaboratorioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LaboratorioController.php';
$this->services['App\\Controller\\LaboratorioController'] = $instance = new \App\Controller\LaboratorioController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LaboratorioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LiquidacionController' shared autowired service.
*
* @return \App\Controller\LiquidacionController
*/
protected function getLiquidacionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LiquidacionController.php';
$this->services['App\\Controller\\LiquidacionController'] = $instance = new \App\Controller\LiquidacionController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LiquidacionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\LogAntecedentesPersonalesController' shared autowired service.
*
* @return \App\Controller\LogAntecedentesPersonalesController
*/
protected function getLogAntecedentesPersonalesControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/LogAntecedentesPersonalesController.php';
$this->services['App\\Controller\\LogAntecedentesPersonalesController'] = $instance = new \App\Controller\LogAntecedentesPersonalesController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\LogAntecedentesPersonalesController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MaestroPlantillasController' shared autowired service.
*
* @return \App\Controller\MaestroPlantillasController
*/
protected function getMaestroPlantillasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MaestroPlantillasController.php';
$this->services['App\\Controller\\MaestroPlantillasController'] = $instance = new \App\Controller\MaestroPlantillasController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MaestroPlantillasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MasivoMedicinasController' shared autowired service.
*
* @return \App\Controller\MasivoMedicinasController
*/
protected function getMasivoMedicinasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MasivoMedicinasController.php';
$this->services['App\\Controller\\MasivoMedicinasController'] = $instance = new \App\Controller\MasivoMedicinasController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MasivoMedicinasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MedicinaController' shared autowired service.
*
* @return \App\Controller\MedicinaController
*/
protected function getMedicinaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MedicinaController.php';
$this->services['App\\Controller\\MedicinaController'] = $instance = new \App\Controller\MedicinaController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MedicinaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\MovimientosProductosController' shared autowired service.
*
* @return \App\Controller\MovimientosProductosController
*/
protected function getMovimientosProductosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/MovimientosProductosController.php';
$this->services['App\\Controller\\MovimientosProductosController'] = $instance = new \App\Controller\MovimientosProductosController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\MovimientosProductosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OdontogramaController' shared autowired service.
*
* @return \App\Controller\OdontogramaController
*/
protected function getOdontogramaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OdontogramaController.php';
$this->services['App\\Controller\\OdontogramaController'] = $instance = new \App\Controller\OdontogramaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\OdontogramaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OdontogramaProcedimientoController' shared autowired service.
*
* @return \App\Controller\OdontogramaProcedimientoController
*/
protected function getOdontogramaProcedimientoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OdontogramaProcedimientoController.php';
$this->services['App\\Controller\\OdontogramaProcedimientoController'] = $instance = new \App\Controller\OdontogramaProcedimientoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\OdontogramaProcedimientoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Orden012Controller' shared autowired service.
*
* @return \App\Controller\Orden012Controller
*/
protected function getOrden012ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Orden012Controller.php';
$this->services['App\\Controller\\Orden012Controller'] = $instance = new \App\Controller\Orden012Controller(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Orden012Controller', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\Orden012DetalleController' shared autowired service.
*
* @return \App\Controller\Orden012DetalleController
*/
protected function getOrden012DetalleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/Orden012DetalleController.php';
$this->services['App\\Controller\\Orden012DetalleController'] = $instance = new \App\Controller\Orden012DetalleController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\Orden012DetalleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OrdenProcedimientoController' shared autowired service.
*
* @return \App\Controller\OrdenProcedimientoController
*/
protected function getOrdenProcedimientoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OrdenProcedimientoController.php';
$this->services['App\\Controller\\OrdenProcedimientoController'] = $instance = new \App\Controller\OrdenProcedimientoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\OrdenProcedimientoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OrdenVentaController' shared autowired service.
*
* @return \App\Controller\OrdenVentaController
*/
protected function getOrdenVentaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OrdenVentaController.php';
$this->services['App\\Controller\\OrdenVentaController'] = $instance = new \App\Controller\OrdenVentaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\OrdenVentaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OrdenVentaDetalleController' shared autowired service.
*
* @return \App\Controller\OrdenVentaDetalleController
*/
protected function getOrdenVentaDetalleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OrdenVentaDetalleController.php';
$this->services['App\\Controller\\OrdenVentaDetalleController'] = $instance = new \App\Controller\OrdenVentaDetalleController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\OrdenVentaDetalleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\OrdenVentaDetallePagoController' shared autowired service.
*
* @return \App\Controller\OrdenVentaDetallePagoController
*/
protected function getOrdenVentaDetallePagoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/OrdenVentaDetallePagoController.php';
$this->services['App\\Controller\\OrdenVentaDetallePagoController'] = $instance = new \App\Controller\OrdenVentaDetallePagoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\OrdenVentaDetallePagoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PacienteController' shared autowired service.
*
* @return \App\Controller\PacienteController
*/
protected function getPacienteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PacienteController.php';
$this->services['App\\Controller\\PacienteController'] = $instance = new \App\Controller\PacienteController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PacienteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PacienteReferenciaController' shared autowired service.
*
* @return \App\Controller\PacienteReferenciaController
*/
protected function getPacienteReferenciaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PacienteReferenciaController.php';
$this->services['App\\Controller\\PacienteReferenciaController'] = $instance = new \App\Controller\PacienteReferenciaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PacienteReferenciaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PantallasAs400Controller' shared autowired service.
*
* @return \App\Controller\PantallasAs400Controller
*/
protected function getPantallasAs400ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PantallasAs400Controller.php';
$this->services['App\\Controller\\PantallasAs400Controller'] = $instance = new \App\Controller\PantallasAs400Controller(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PantallasAs400Controller', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PaqueteController' shared autowired service.
*
* @return \App\Controller\PaqueteController
*/
protected function getPaqueteControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PaqueteController.php';
$this->services['App\\Controller\\PaqueteController'] = $instance = new \App\Controller\PaqueteController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PaqueteController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PlanoCabeceraController' shared autowired service.
*
* @return \App\Controller\PlanoCabeceraController
*/
protected function getPlanoCabeceraControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PlanoCabeceraController.php';
$this->services['App\\Controller\\PlanoCabeceraController'] = $instance = new \App\Controller\PlanoCabeceraController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PlanoCabeceraController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PlanoDetalleController' shared autowired service.
*
* @return \App\Controller\PlanoDetalleController
*/
protected function getPlanoDetalleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PlanoDetalleController.php';
$this->services['App\\Controller\\PlanoDetalleController'] = $instance = new \App\Controller\PlanoDetalleController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PlanoDetalleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PreparacionController' shared autowired service.
*
* @return \App\Controller\PreparacionController
*/
protected function getPreparacionControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PreparacionController.php';
$this->services['App\\Controller\\PreparacionController'] = $instance = new \App\Controller\PreparacionController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PreparacionController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\PreparacionEstudioController' shared autowired service.
*
* @return \App\Controller\PreparacionEstudioController
*/
protected function getPreparacionEstudioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/PreparacionEstudioController.php';
$this->services['App\\Controller\\PreparacionEstudioController'] = $instance = new \App\Controller\PreparacionEstudioController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\PreparacionEstudioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ProcedimientosController' shared autowired service.
*
* @return \App\Controller\ProcedimientosController
*/
protected function getProcedimientosControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ProcedimientosController.php';
$this->services['App\\Controller\\ProcedimientosController'] = $instance = new \App\Controller\ProcedimientosController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProcedimientosController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ProductoController' shared autowired service.
*
* @return \App\Controller\ProductoController
*/
protected function getProductoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ProductoController.php';
$this->services['App\\Controller\\ProductoController'] = $instance = new \App\Controller\ProductoController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProductoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ProductoNivelController' shared autowired service.
*
* @return \App\Controller\ProductoNivelController
*/
protected function getProductoNivelControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ProductoNivelController.php';
$this->services['App\\Controller\\ProductoNivelController'] = $instance = new \App\Controller\ProductoNivelController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProductoNivelController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\ProductoXlsController' shared autowired service.
*
* @return \App\Controller\ProductoXlsController
*/
protected function getProductoXlsControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/ProductoXlsController.php';
$this->services['App\\Controller\\ProductoXlsController'] = $instance = new \App\Controller\ProductoXlsController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\ProductoXlsController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RecetaController' shared autowired service.
*
* @return \App\Controller\RecetaController
*/
protected function getRecetaControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RecetaController.php';
$this->services['App\\Controller\\RecetaController'] = $instance = new \App\Controller\RecetaController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RecetaController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RecetaDetalleController' shared autowired service.
*
* @return \App\Controller\RecetaDetalleController
*/
protected function getRecetaDetalleControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RecetaDetalleController.php';
$this->services['App\\Controller\\RecetaDetalleController'] = $instance = new \App\Controller\RecetaDetalleController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RecetaDetalleController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RecordController' shared autowired service.
*
* @return \App\Controller\RecordController
*/
protected function getRecordControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RecordController.php';
$this->services['App\\Controller\\RecordController'] = $instance = new \App\Controller\RecordController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RecordController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RecordlaboratorioController' shared autowired service.
*
* @return \App\Controller\RecordlaboratorioController
*/
protected function getRecordlaboratorioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RecordlaboratorioController.php';
$this->services['App\\Controller\\RecordlaboratorioController'] = $instance = new \App\Controller\RecordlaboratorioController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RecordlaboratorioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\RegistroController' shared autowired service.
*
* @return \App\Controller\RegistroController
*/
protected function getRegistroControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/RegistroController.php';
$this->services['App\\Controller\\RegistroController'] = $instance = new \App\Controller\RegistroController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\RegistroController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SecurityController' shared autowired service.
*
* @return \App\Controller\SecurityController
*/
protected function getSecurityControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SecurityController.php';
$this->services['App\\Controller\\SecurityController'] = $instance = new \App\Controller\SecurityController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SecurityController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\SeguroPrivadoController' shared autowired service.
*
* @return \App\Controller\SeguroPrivadoController
*/
protected function getSeguroPrivadoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/SeguroPrivadoController.php';
$this->services['App\\Controller\\SeguroPrivadoController'] = $instance = new \App\Controller\SeguroPrivadoController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\SeguroPrivadoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TarjetasController' shared autowired service.
*
* @return \App\Controller\TarjetasController
*/
protected function getTarjetasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TarjetasController.php';
$this->services['App\\Controller\\TarjetasController'] = $instance = new \App\Controller\TarjetasController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TarjetasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TerapiasController' shared autowired service.
*
* @return \App\Controller\TerapiasController
*/
protected function getTerapiasControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TerapiasController.php';
$this->services['App\\Controller\\TerapiasController'] = $instance = new \App\Controller\TerapiasController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TerapiasController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TipoAs400Controller' shared autowired service.
*
* @return \App\Controller\TipoAs400Controller
*/
protected function getTipoAs400ControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TipoAs400Controller.php';
$this->services['App\\Controller\\TipoAs400Controller'] = $instance = new \App\Controller\TipoAs400Controller();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TipoAs400Controller', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TipoExamenController' shared autowired service.
*
* @return \App\Controller\TipoExamenController
*/
protected function getTipoExamenControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TipoExamenController.php';
$this->services['App\\Controller\\TipoExamenController'] = $instance = new \App\Controller\TipoExamenController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TipoExamenController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TipoSeguroController' shared autowired service.
*
* @return \App\Controller\TipoSeguroController
*/
protected function getTipoSeguroControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TipoSeguroController.php';
$this->services['App\\Controller\\TipoSeguroController'] = $instance = new \App\Controller\TipoSeguroController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TipoSeguroController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TipoServicioController' shared autowired service.
*
* @return \App\Controller\TipoServicioController
*/
protected function getTipoServicioControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TipoServicioController.php';
$this->services['App\\Controller\\TipoServicioController'] = $instance = new \App\Controller\TipoServicioController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TipoServicioController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TipoSubseguroController' shared autowired service.
*
* @return \App\Controller\TipoSubseguroController
*/
protected function getTipoSubseguroControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TipoSubseguroController.php';
$this->services['App\\Controller\\TipoSubseguroController'] = $instance = new \App\Controller\TipoSubseguroController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TipoSubseguroController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\TurnoController' shared autowired service.
*
* @return \App\Controller\TurnoController
*/
protected function getTurnoControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/TurnoController.php';
$this->services['App\\Controller\\TurnoController'] = $instance = new \App\Controller\TurnoController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\TurnoController', $this));
return $instance;
}
/**
* Gets the public 'App\Controller\UserController' shared autowired service.
*
* @return \App\Controller\UserController
*/
protected function getUserControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/UserController.php';
$this->services['App\\Controller\\UserController'] = $instance = new \App\Controller\UserController();
$instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('App\\Controller\\UserController', $this));
return $instance;
}
/**
* Gets the public 'CalendarBundle\Controller\CalendarController' shared autowired service.
*
* @return \CalendarBundle\Controller\CalendarController
*/
protected function getCalendarControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Controller/CalendarController.php';
include_once \dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Serializer/SerializerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Serializer/Serializer.php';
return $this->services['CalendarBundle\\Controller\\CalendarController'] = new \CalendarBundle\Controller\CalendarController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \CalendarBundle\Serializer\Serializer());
}
/**
* Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
*/
protected function getProfilerControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Controller/ProfilerController.php';
return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
*/
protected function getRedirectControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
*/
protected function getTemplateControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
}
/**
* Gets the public 'cache.app' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AppService()
{
$a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Axq2bYHiIv', 0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL, true));
$a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
}
/**
* Gets the public 'cache.app_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_AppClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
}
/**
* Gets the public 'cache.global_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_GlobalClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
}
/**
* Gets the public 'cache.system' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SystemService()
{
return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l5AP5eMh5z', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache.system_clearer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
*/
protected function getCache_SystemClearerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
}
/**
* Gets the public 'cache.validator_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorExpressionLanguageService()
{
return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('h87YXSWARV', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the public 'cache_warmer' shared service.
*
* @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
*/
protected function getCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
yield 0 => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
yield 1 => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
yield 2 => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
yield 3 => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
yield 4 => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
yield 5 => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
yield 6 => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
yield 7 => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
yield 8 => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
}, 9), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
}
/**
* Gets the public 'console.command_loader' shared service.
*
* @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
*/
protected function getConsole_CommandLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'console.command.about' => ['privates', '.console.command.about.lazy', 'get_Console_Command_About_LazyService', false],
'console.command.assets_install' => ['privates', '.console.command.assets_install.lazy', 'get_Console_Command_AssetsInstall_LazyService', false],
'console.command.cache_clear' => ['privates', '.console.command.cache_clear.lazy', 'get_Console_Command_CacheClear_LazyService', false],
'console.command.cache_pool_clear' => ['privates', '.console.command.cache_pool_clear.lazy', 'get_Console_Command_CachePoolClear_LazyService', false],
'console.command.cache_pool_prune' => ['privates', '.console.command.cache_pool_prune.lazy', 'get_Console_Command_CachePoolPrune_LazyService', false],
'console.command.cache_pool_delete' => ['privates', '.console.command.cache_pool_delete.lazy', 'get_Console_Command_CachePoolDelete_LazyService', false],
'console.command.cache_pool_list' => ['privates', '.console.command.cache_pool_list.lazy', 'get_Console_Command_CachePoolList_LazyService', false],
'console.command.cache_warmup' => ['privates', '.console.command.cache_warmup.lazy', 'get_Console_Command_CacheWarmup_LazyService', false],
'console.command.config_debug' => ['privates', '.console.command.config_debug.lazy', 'get_Console_Command_ConfigDebug_LazyService', false],
'console.command.config_dump_reference' => ['privates', '.console.command.config_dump_reference.lazy', 'get_Console_Command_ConfigDumpReference_LazyService', false],
'console.command.container_debug' => ['privates', '.console.command.container_debug.lazy', 'get_Console_Command_ContainerDebug_LazyService', false],
'console.command.container_lint' => ['privates', '.console.command.container_lint.lazy', 'get_Console_Command_ContainerLint_LazyService', false],
'console.command.debug_autowiring' => ['privates', '.console.command.debug_autowiring.lazy', 'get_Console_Command_DebugAutowiring_LazyService', false],
'console.command.dotenv_debug' => ['privates', '.console.command.dotenv_debug.lazy', 'get_Console_Command_DotenvDebug_LazyService', false],
'console.command.event_dispatcher_debug' => ['privates', '.console.command.event_dispatcher_debug.lazy', 'get_Console_Command_EventDispatcherDebug_LazyService', false],
'console.command.router_debug' => ['privates', '.console.command.router_debug.lazy', 'get_Console_Command_RouterDebug_LazyService', false],
'console.command.router_match' => ['privates', '.console.command.router_match.lazy', 'get_Console_Command_RouterMatch_LazyService', false],
'console.command.translation_debug' => ['privates', '.console.command.translation_debug.lazy', 'get_Console_Command_TranslationDebug_LazyService', false],
'console.command.translation_extract' => ['privates', '.console.command.translation_extract.lazy', 'get_Console_Command_TranslationExtract_LazyService', false],
'console.command.validator_debug' => ['privates', '.console.command.validator_debug.lazy', 'get_Console_Command_ValidatorDebug_LazyService', false],
'console.command.translation_pull' => ['privates', '.console.command.translation_pull.lazy', 'get_Console_Command_TranslationPull_LazyService', false],
'console.command.translation_push' => ['privates', '.console.command.translation_push.lazy', 'get_Console_Command_TranslationPush_LazyService', false],
'console.command.xliff_lint' => ['privates', '.console.command.xliff_lint.lazy', 'get_Console_Command_XliffLint_LazyService', false],
'console.command.yaml_lint' => ['privates', '.console.command.yaml_lint.lazy', 'get_Console_Command_YamlLint_LazyService', false],
'console.command.form_debug' => ['privates', '.console.command.form_debug.lazy', 'get_Console_Command_FormDebug_LazyService', false],
'console.command.secrets_set' => ['privates', '.console.command.secrets_set.lazy', 'get_Console_Command_SecretsSet_LazyService', false],
'console.command.secrets_remove' => ['privates', '.console.command.secrets_remove.lazy', 'get_Console_Command_SecretsRemove_LazyService', false],
'console.command.secrets_generate_key' => ['privates', '.console.command.secrets_generate_key.lazy', 'get_Console_Command_SecretsGenerateKey_LazyService', false],
'console.command.secrets_list' => ['privates', '.console.command.secrets_list.lazy', 'get_Console_Command_SecretsList_LazyService', false],
'console.command.secrets_decrypt_to_local' => ['privates', '.console.command.secrets_decrypt_to_local.lazy', 'get_Console_Command_SecretsDecryptToLocal_LazyService', false],
'console.command.secrets_encrypt_from_local' => ['privates', '.console.command.secrets_encrypt_from_local.lazy', 'get_Console_Command_SecretsEncryptFromLocal_LazyService', false],
'twig.command.debug' => ['privates', '.twig.command.debug.lazy', 'get_Twig_Command_Debug_LazyService', false],
'twig.command.lint' => ['privates', '.twig.command.lint.lazy', 'get_Twig_Command_Lint_LazyService', false],
'doctrine.database_create_command' => ['privates', 'doctrine.database_create_command', 'getDoctrine_DatabaseCreateCommandService', false],
'doctrine.database_drop_command' => ['privates', 'doctrine.database_drop_command', 'getDoctrine_DatabaseDropCommandService', false],
'doctrine.query_sql_command' => ['privates', 'doctrine.query_sql_command', 'getDoctrine_QuerySqlCommandService', false],
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates', 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'getRunSqlCommandService', false],
'doctrine.cache_clear_metadata_command' => ['privates', 'doctrine.cache_clear_metadata_command', 'getDoctrine_CacheClearMetadataCommandService', false],
'doctrine.cache_clear_query_cache_command' => ['privates', 'doctrine.cache_clear_query_cache_command', 'getDoctrine_CacheClearQueryCacheCommandService', false],
'doctrine.cache_clear_result_command' => ['privates', 'doctrine.cache_clear_result_command', 'getDoctrine_CacheClearResultCommandService', false],
'doctrine.cache_collection_region_command' => ['privates', 'doctrine.cache_collection_region_command', 'getDoctrine_CacheCollectionRegionCommandService', false],
'doctrine.mapping_convert_command' => ['privates', 'doctrine.mapping_convert_command', 'getDoctrine_MappingConvertCommandService', false],
'doctrine.schema_create_command' => ['privates', 'doctrine.schema_create_command', 'getDoctrine_SchemaCreateCommandService', false],
'doctrine.schema_drop_command' => ['privates', 'doctrine.schema_drop_command', 'getDoctrine_SchemaDropCommandService', false],
'doctrine.ensure_production_settings_command' => ['privates', 'doctrine.ensure_production_settings_command', 'getDoctrine_EnsureProductionSettingsCommandService', false],
'doctrine.clear_entity_region_command' => ['privates', 'doctrine.clear_entity_region_command', 'getDoctrine_ClearEntityRegionCommandService', false],
'doctrine.mapping_info_command' => ['privates', 'doctrine.mapping_info_command', 'getDoctrine_MappingInfoCommandService', false],
'doctrine.clear_query_region_command' => ['privates', 'doctrine.clear_query_region_command', 'getDoctrine_ClearQueryRegionCommandService', false],
'doctrine.query_dql_command' => ['privates', 'doctrine.query_dql_command', 'getDoctrine_QueryDqlCommandService', false],
'doctrine.schema_update_command' => ['privates', 'doctrine.schema_update_command', 'getDoctrine_SchemaUpdateCommandService', false],
'doctrine.schema_validate_command' => ['privates', 'doctrine.schema_validate_command', 'getDoctrine_SchemaValidateCommandService', false],
'doctrine.mapping_import_command' => ['privates', 'doctrine.mapping_import_command', 'getDoctrine_MappingImportCommandService', false],
'doctrine_migrations.diff_command' => ['privates', '.doctrine_migrations.diff_command.lazy', 'get_DoctrineMigrations_DiffCommand_LazyService', false],
'doctrine_migrations.sync_metadata_command' => ['privates', '.doctrine_migrations.sync_metadata_command.lazy', 'get_DoctrineMigrations_SyncMetadataCommand_LazyService', false],
'doctrine_migrations.versions_command' => ['privates', '.doctrine_migrations.versions_command.lazy', 'get_DoctrineMigrations_VersionsCommand_LazyService', false],
'doctrine_migrations.current_command' => ['privates', '.doctrine_migrations.current_command.lazy', 'get_DoctrineMigrations_CurrentCommand_LazyService', false],
'doctrine_migrations.dump_schema_command' => ['privates', '.doctrine_migrations.dump_schema_command.lazy', 'get_DoctrineMigrations_DumpSchemaCommand_LazyService', false],
'doctrine_migrations.execute_command' => ['privates', '.doctrine_migrations.execute_command.lazy', 'get_DoctrineMigrations_ExecuteCommand_LazyService', false],
'doctrine_migrations.generate_command' => ['privates', '.doctrine_migrations.generate_command.lazy', 'get_DoctrineMigrations_GenerateCommand_LazyService', false],
'doctrine_migrations.latest_command' => ['privates', '.doctrine_migrations.latest_command.lazy', 'get_DoctrineMigrations_LatestCommand_LazyService', false],
'doctrine_migrations.migrate_command' => ['privates', '.doctrine_migrations.migrate_command.lazy', 'get_DoctrineMigrations_MigrateCommand_LazyService', false],
'doctrine_migrations.rollup_command' => ['privates', '.doctrine_migrations.rollup_command.lazy', 'get_DoctrineMigrations_RollupCommand_LazyService', false],
'doctrine_migrations.status_command' => ['privates', '.doctrine_migrations.status_command.lazy', 'get_DoctrineMigrations_StatusCommand_LazyService', false],
'doctrine_migrations.up_to_date_command' => ['privates', '.doctrine_migrations.up_to_date_command.lazy', 'get_DoctrineMigrations_UpToDateCommand_LazyService', false],
'doctrine_migrations.version_command' => ['privates', '.doctrine_migrations.version_command.lazy', 'get_DoctrineMigrations_VersionCommand_LazyService', false],
'security.command.debug_firewall' => ['privates', '.security.command.debug_firewall.lazy', 'get_Security_Command_DebugFirewall_LazyService', false],
'security.command.user_password_encoder' => ['privates', '.security.command.user_password_encoder.lazy', 'get_Security_Command_UserPasswordEncoder_LazyService', false],
'security.command.user_password_hash' => ['privates', '.security.command.user_password_hash.lazy', 'get_Security_Command_UserPasswordHash_LazyService', false],
'var_dumper.command.server_dump' => ['privates', '.var_dumper.command.server_dump.lazy', 'get_VarDumper_Command_ServerDump_LazyService', false],
'monolog.command.server_log' => ['privates', '.monolog.command.server_log.lazy', 'get_Monolog_Command_ServerLog_LazyService', false],
'lexik_jwt_authentication.check_config_command' => ['privates', '.lexik_jwt_authentication.check_config_command.lazy', 'get_LexikJwtAuthentication_CheckConfigCommand_LazyService', false],
'lexik_jwt_authentication.migrate_config_command' => ['privates', '.lexik_jwt_authentication.migrate_config_command.lazy', 'get_LexikJwtAuthentication_MigrateConfigCommand_LazyService', false],
'lexik_jwt_authentication.enable_encryption_config_command' => ['privates', '.lexik_jwt_authentication.enable_encryption_config_command.lazy', 'get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService', false],
'lexik_jwt_authentication.generate_token_command' => ['privates', '.lexik_jwt_authentication.generate_token_command.lazy', 'get_LexikJwtAuthentication_GenerateTokenCommand_LazyService', false],
'lexik_jwt_authentication.generate_keypair_command' => ['privates', '.lexik_jwt_authentication.generate_keypair_command.lazy', 'get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService', false],
'maker.auto_command.make_auth' => ['privates', '.maker.auto_command.make_auth.lazy', 'get_Maker_AutoCommand_MakeAuth_LazyService', false],
'maker.auto_command.make_command' => ['privates', '.maker.auto_command.make_command.lazy', 'get_Maker_AutoCommand_MakeCommand_LazyService', false],
'maker.auto_command.make_twig_component' => ['privates', '.maker.auto_command.make_twig_component.lazy', 'get_Maker_AutoCommand_MakeTwigComponent_LazyService', false],
'maker.auto_command.make_controller' => ['privates', '.maker.auto_command.make_controller.lazy', 'get_Maker_AutoCommand_MakeController_LazyService', false],
'maker.auto_command.make_crud' => ['privates', '.maker.auto_command.make_crud.lazy', 'get_Maker_AutoCommand_MakeCrud_LazyService', false],
'maker.auto_command.make_docker_database' => ['privates', '.maker.auto_command.make_docker_database.lazy', 'get_Maker_AutoCommand_MakeDockerDatabase_LazyService', false],
'maker.auto_command.make_entity' => ['privates', '.maker.auto_command.make_entity.lazy', 'get_Maker_AutoCommand_MakeEntity_LazyService', false],
'maker.auto_command.make_fixtures' => ['privates', '.maker.auto_command.make_fixtures.lazy', 'get_Maker_AutoCommand_MakeFixtures_LazyService', false],
'maker.auto_command.make_form' => ['privates', '.maker.auto_command.make_form.lazy', 'get_Maker_AutoCommand_MakeForm_LazyService', false],
'maker.auto_command.make_message' => ['privates', '.maker.auto_command.make_message.lazy', 'get_Maker_AutoCommand_MakeMessage_LazyService', false],
'maker.auto_command.make_messenger_middleware' => ['privates', '.maker.auto_command.make_messenger_middleware.lazy', 'get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService', false],
'maker.auto_command.make_registration_form' => ['privates', '.maker.auto_command.make_registration_form.lazy', 'get_Maker_AutoCommand_MakeRegistrationForm_LazyService', false],
'maker.auto_command.make_reset_password' => ['privates', '.maker.auto_command.make_reset_password.lazy', 'get_Maker_AutoCommand_MakeResetPassword_LazyService', false],
'maker.auto_command.make_serializer_encoder' => ['privates', '.maker.auto_command.make_serializer_encoder.lazy', 'get_Maker_AutoCommand_MakeSerializerEncoder_LazyService', false],
'maker.auto_command.make_serializer_normalizer' => ['privates', '.maker.auto_command.make_serializer_normalizer.lazy', 'get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService', false],
'maker.auto_command.make_subscriber' => ['privates', '.maker.auto_command.make_subscriber.lazy', 'get_Maker_AutoCommand_MakeSubscriber_LazyService', false],
'maker.auto_command.make_twig_extension' => ['privates', '.maker.auto_command.make_twig_extension.lazy', 'get_Maker_AutoCommand_MakeTwigExtension_LazyService', false],
'maker.auto_command.make_test' => ['privates', '.maker.auto_command.make_test.lazy', 'get_Maker_AutoCommand_MakeTest_LazyService', false],
'maker.auto_command.make_validator' => ['privates', '.maker.auto_command.make_validator.lazy', 'get_Maker_AutoCommand_MakeValidator_LazyService', false],
'maker.auto_command.make_voter' => ['privates', '.maker.auto_command.make_voter.lazy', 'get_Maker_AutoCommand_MakeVoter_LazyService', false],
'maker.auto_command.make_user' => ['privates', '.maker.auto_command.make_user.lazy', 'get_Maker_AutoCommand_MakeUser_LazyService', false],
'maker.auto_command.make_migration' => ['privates', '.maker.auto_command.make_migration.lazy', 'get_Maker_AutoCommand_MakeMigration_LazyService', false],
'maker.auto_command.make_stimulus_controller' => ['privates', '.maker.auto_command.make_stimulus_controller.lazy', 'get_Maker_AutoCommand_MakeStimulusController_LazyService', false],
'maker.auto_command.make_security_form_login' => ['privates', '.maker.auto_command.make_security_form_login.lazy', 'get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService', false],
], [
'console.command.about' => '?',
'console.command.assets_install' => '?',
'console.command.cache_clear' => '?',
'console.command.cache_pool_clear' => '?',
'console.command.cache_pool_prune' => '?',
'console.command.cache_pool_delete' => '?',
'console.command.cache_pool_list' => '?',
'console.command.cache_warmup' => '?',
'console.command.config_debug' => '?',
'console.command.config_dump_reference' => '?',
'console.command.container_debug' => '?',
'console.command.container_lint' => '?',
'console.command.debug_autowiring' => '?',
'console.command.dotenv_debug' => '?',
'console.command.event_dispatcher_debug' => '?',
'console.command.router_debug' => '?',
'console.command.router_match' => '?',
'console.command.translation_debug' => '?',
'console.command.translation_extract' => '?',
'console.command.validator_debug' => '?',
'console.command.translation_pull' => '?',
'console.command.translation_push' => '?',
'console.command.xliff_lint' => '?',
'console.command.yaml_lint' => '?',
'console.command.form_debug' => '?',
'console.command.secrets_set' => '?',
'console.command.secrets_remove' => '?',
'console.command.secrets_generate_key' => '?',
'console.command.secrets_list' => '?',
'console.command.secrets_decrypt_to_local' => '?',
'console.command.secrets_encrypt_from_local' => '?',
'twig.command.debug' => '?',
'twig.command.lint' => '?',
'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
'doctrine.cache_clear_metadata_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\MetadataCommand',
'doctrine.cache_clear_query_cache_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryCommand',
'doctrine.cache_clear_result_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\ResultCommand',
'doctrine.cache_collection_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\CollectionRegionCommand',
'doctrine.mapping_convert_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ConvertMappingCommand',
'doctrine.schema_create_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\CreateCommand',
'doctrine.schema_drop_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\DropCommand',
'doctrine.ensure_production_settings_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\EnsureProductionSettingsCommand',
'doctrine.clear_entity_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\EntityRegionCommand',
'doctrine.mapping_info_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\InfoCommand',
'doctrine.clear_query_region_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ClearCache\\QueryRegionCommand',
'doctrine.query_dql_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\RunDqlCommand',
'doctrine.schema_update_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\SchemaTool\\UpdateCommand',
'doctrine.schema_validate_command' => 'Doctrine\\ORM\\Tools\\Console\\Command\\ValidateSchemaCommand',
'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
'doctrine_migrations.diff_command' => '?',
'doctrine_migrations.sync_metadata_command' => '?',
'doctrine_migrations.versions_command' => '?',
'doctrine_migrations.current_command' => '?',
'doctrine_migrations.dump_schema_command' => '?',
'doctrine_migrations.execute_command' => '?',
'doctrine_migrations.generate_command' => '?',
'doctrine_migrations.latest_command' => '?',
'doctrine_migrations.migrate_command' => '?',
'doctrine_migrations.rollup_command' => '?',
'doctrine_migrations.status_command' => '?',
'doctrine_migrations.up_to_date_command' => '?',
'doctrine_migrations.version_command' => '?',
'security.command.debug_firewall' => '?',
'security.command.user_password_encoder' => '?',
'security.command.user_password_hash' => '?',
'var_dumper.command.server_dump' => '?',
'monolog.command.server_log' => '?',
'lexik_jwt_authentication.check_config_command' => '?',
'lexik_jwt_authentication.migrate_config_command' => '?',
'lexik_jwt_authentication.enable_encryption_config_command' => '?',
'lexik_jwt_authentication.generate_token_command' => '?',
'lexik_jwt_authentication.generate_keypair_command' => '?',
'maker.auto_command.make_auth' => '?',
'maker.auto_command.make_command' => '?',
'maker.auto_command.make_twig_component' => '?',
'maker.auto_command.make_controller' => '?',
'maker.auto_command.make_crud' => '?',
'maker.auto_command.make_docker_database' => '?',
'maker.auto_command.make_entity' => '?',
'maker.auto_command.make_fixtures' => '?',
'maker.auto_command.make_form' => '?',
'maker.auto_command.make_message' => '?',
'maker.auto_command.make_messenger_middleware' => '?',
'maker.auto_command.make_registration_form' => '?',
'maker.auto_command.make_reset_password' => '?',
'maker.auto_command.make_serializer_encoder' => '?',
'maker.auto_command.make_serializer_normalizer' => '?',
'maker.auto_command.make_subscriber' => '?',
'maker.auto_command.make_twig_extension' => '?',
'maker.auto_command.make_test' => '?',
'maker.auto_command.make_validator' => '?',
'maker.auto_command.make_voter' => '?',
'maker.auto_command.make_user' => '?',
'maker.auto_command.make_migration' => '?',
'maker.auto_command.make_stimulus_controller' => '?',
'maker.auto_command.make_security_form_login' => '?',
]), ['about' => 'console.command.about', 'assets:install' => 'console.command.assets_install', 'cache:clear' => 'console.command.cache_clear', 'cache:pool:clear' => 'console.command.cache_pool_clear', 'cache:pool:prune' => 'console.command.cache_pool_prune', 'cache:pool:delete' => 'console.command.cache_pool_delete', 'cache:pool:list' => 'console.command.cache_pool_list', 'cache:warmup' => 'console.command.cache_warmup', 'debug:config' => 'console.command.config_debug', 'config:dump-reference' => 'console.command.config_dump_reference', 'debug:container' => 'console.command.container_debug', 'lint:container' => 'console.command.container_lint', 'debug:autowiring' => 'console.command.debug_autowiring', 'debug:dotenv' => 'console.command.dotenv_debug', 'debug:event-dispatcher' => 'console.command.event_dispatcher_debug', 'debug:router' => 'console.command.router_debug', 'router:match' => 'console.command.router_match', 'debug:translation' => 'console.command.translation_debug', 'translation:extract' => 'console.command.translation_extract', 'translation:update' => 'console.command.translation_extract', 'debug:validator' => 'console.command.validator_debug', 'translation:pull' => 'console.command.translation_pull', 'translation:push' => 'console.command.translation_push', 'lint:xliff' => 'console.command.xliff_lint', 'lint:yaml' => 'console.command.yaml_lint', 'debug:form' => 'console.command.form_debug', 'secrets:set' => 'console.command.secrets_set', 'secrets:remove' => 'console.command.secrets_remove', 'secrets:generate-keys' => 'console.command.secrets_generate_key', 'secrets:list' => 'console.command.secrets_list', 'secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local', 'secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local', 'debug:twig' => 'twig.command.debug', 'lint:twig' => 'twig.command.lint', 'doctrine:database:create' => 'doctrine.database_create_command', 'doctrine:database:drop' => 'doctrine.database_drop_command', 'doctrine:query:sql' => 'doctrine.query_sql_command', 'dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand', 'doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command', 'doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command', 'doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command', 'doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command', 'doctrine:mapping:convert' => 'doctrine.mapping_convert_command', 'doctrine:schema:create' => 'doctrine.schema_create_command', 'doctrine:schema:drop' => 'doctrine.schema_drop_command', 'doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command', 'doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command', 'doctrine:mapping:info' => 'doctrine.mapping_info_command', 'doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command', 'doctrine:query:dql' => 'doctrine.query_dql_command', 'doctrine:schema:update' => 'doctrine.schema_update_command', 'doctrine:schema:validate' => 'doctrine.schema_validate_command', 'doctrine:mapping:import' => 'doctrine.mapping_import_command', 'doctrine:migrations:diff' => 'doctrine_migrations.diff_command', 'doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command', 'doctrine:migrations:list' => 'doctrine_migrations.versions_command', 'doctrine:migrations:current' => 'doctrine_migrations.current_command', 'doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command', 'doctrine:migrations:execute' => 'doctrine_migrations.execute_command', 'doctrine:migrations:generate' => 'doctrine_migrations.generate_command', 'doctrine:migrations:latest' => 'doctrine_migrations.latest_command', 'doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command', 'doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command', 'doctrine:migrations:status' => 'doctrine_migrations.status_command', 'doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command', 'doctrine:migrations:version' => 'doctrine_migrations.version_command', 'debug:firewall' => 'security.command.debug_firewall', 'security:encode-password' => 'security.command.user_password_encoder', 'security:hash-password' => 'security.command.user_password_hash', 'server:dump' => 'var_dumper.command.server_dump', 'server:log' => 'monolog.command.server_log', 'lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command', 'lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command', 'lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command', 'lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command', 'lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command', 'make:auth' => 'maker.auto_command.make_auth', 'make:command' => 'maker.auto_command.make_command', 'make:twig-component' => 'maker.auto_command.make_twig_component', 'make:controller' => 'maker.auto_command.make_controller', 'make:crud' => 'maker.auto_command.make_crud', 'make:docker:database' => 'maker.auto_command.make_docker_database', 'make:entity' => 'maker.auto_command.make_entity', 'make:fixtures' => 'maker.auto_command.make_fixtures', 'make:form' => 'maker.auto_command.make_form', 'make:message' => 'maker.auto_command.make_message', 'make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware', 'make:registration-form' => 'maker.auto_command.make_registration_form', 'make:reset-password' => 'maker.auto_command.make_reset_password', 'make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder', 'make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer', 'make:subscriber' => 'maker.auto_command.make_subscriber', 'make:twig-extension' => 'maker.auto_command.make_twig_extension', 'make:test' => 'maker.auto_command.make_test', 'make:unit-test' => 'maker.auto_command.make_test', 'make:functional-test' => 'maker.auto_command.make_test', 'make:validator' => 'maker.auto_command.make_validator', 'make:voter' => 'maker.auto_command.make_voter', 'make:user' => 'maker.auto_command.make_user', 'make:migration' => 'maker.auto_command.make_migration', 'make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller', 'make:security:form-login' => 'maker.auto_command.make_security_form_login']);
}
/**
* Gets the public 'container.env_var_processors_locator' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function getContainer_EnvVarProcessorsLocatorService()
{
return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'base64' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'bool' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'const' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'csv' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'default' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'file' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'float' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'int' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'json' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'key' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'not' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'query_string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'require' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'resolve' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'string' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'trim' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
'url' => ['privates', 'container.env_var_processor', 'getContainer_EnvVarProcessorService', false],
], [
'base64' => '?',
'bool' => '?',
'const' => '?',
'csv' => '?',
'default' => '?',
'file' => '?',
'float' => '?',
'int' => '?',
'json' => '?',
'key' => '?',
'not' => '?',
'query_string' => '?',
'require' => '?',
'resolve' => '?',
'string' => '?',
'trim' => '?',
'url' => '?',
]);
}
/**
* Gets the public 'data_collector.dump' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
*/
protected function getDataCollector_DumpService()
{
return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the public 'doctrine' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Registry
*/
protected function getDoctrineService()
{
return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default');
}
/**
* Gets the public 'doctrine.dbal.default_connection' shared service.
*
* @return \Doctrine\DBAL\Connection
*/
protected function getDoctrine_Dbal_DefaultConnectionService()
{
$a = new \Doctrine\DBAL\Configuration();
$b = new \Symfony\Bridge\Monolog\Logger('doctrine');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
$c->setConnectionName('default');
$a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
$a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([0 => ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
$a->setMiddlewares([0 => new \Doctrine\DBAL\Logging\Middleware($b), 1 => $c]);
return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2', 'mssql' => 'pdo_sqlsrv', 'mysql' => 'pdo_mysql', 'mysql2' => 'pdo_mysql', 'postgres' => 'pdo_pgsql', 'postgresql' => 'pdo_pgsql', 'pgsql' => 'pdo_pgsql', 'sqlite' => 'pdo_sqlite', 'sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql', 'idle_connection_ttl' => 600, 'host' => 'localhost', 'port' => NULL, 'user' => 'root', 'password' => NULL, 'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
}
/**
* Gets the public 'doctrine.orm.default_entity_manager' shared service.
*
* @return \Doctrine\ORM\EntityManager
*/
protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true)
{
$a = new \Doctrine\ORM\Configuration();
$b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
$b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
$b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Entity')], false))), 'CalendarBundle\\Entity');
$a->setEntityNamespaces(['App' => 'App\\Entity', 'CalendarBundle' => 'CalendarBundle\\Entity']);
$a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
$a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
$a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
$a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.ulid_generator' => ['privates', 'doctrine.ulid_generator', 'getDoctrine_UlidGeneratorService', false],
'doctrine.uuid_generator' => ['privates', 'doctrine.uuid_generator', 'getDoctrine_UuidGeneratorService', false],
], [
'doctrine.ulid_generator' => '?',
'doctrine.uuid_generator' => '?',
])));
$a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
$a->setProxyNamespace('Proxies');
$a->setAutoGenerateProxyClasses(false);
$a->setSchemaIgnoreClasses([]);
$a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0, true));
$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
$a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$a->setLazyGhostObjectEnabled(false);
$a->setIdentityGenerationPreferences([]);
$a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Repository\\AgendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
'App\\Repository\\AgendaDetalleContificoRepository' => ['privates', 'App\\Repository\\AgendaDetalleContificoRepository', 'getAgendaDetalleContificoRepositoryService', false],
'App\\Repository\\AgendaRecesionMovilidadRepository' => ['privates', 'App\\Repository\\AgendaRecesionMovilidadRepository', 'getAgendaRecesionMovilidadRepositoryService', false],
'App\\Repository\\AgendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'App\\Repository\\ApiLaboratorioRepository' => ['privates', 'App\\Repository\\ApiLaboratorioRepository', 'getApiLaboratorioRepositoryService', false],
'App\\Repository\\ArqueoCajaDenominacionRepository' => ['privates', 'App\\Repository\\ArqueoCajaDenominacionRepository', 'getArqueoCajaDenominacionRepositoryService', false],
'App\\Repository\\ArqueoCajaDetalleRepository' => ['privates', 'App\\Repository\\ArqueoCajaDetalleRepository', 'getArqueoCajaDetalleRepositoryService', false],
'App\\Repository\\ArqueoCajaRepository' => ['privates', 'App\\Repository\\ArqueoCajaRepository', 'getArqueoCajaRepositoryService', false],
'App\\Repository\\BancosRepository' => ['privates', 'App\\Repository\\BancosRepository', 'getBancosRepositoryService', false],
'App\\Repository\\CargaContificoRepository' => ['privates', 'App\\Repository\\CargaContificoRepository', 'getCargaContificoRepositoryService', false],
'App\\Repository\\Cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'App\\Repository\\CierreCajaDetalleRepository' => ['privates', 'App\\Repository\\CierreCajaDetalleRepository', 'getCierreCajaDetalleRepositoryService', false],
'App\\Repository\\CierreCajaRepository' => ['privates', 'App\\Repository\\CierreCajaRepository', 'getCierreCajaRepositoryService', false],
'App\\Repository\\ClientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'App\\Repository\\ConvenioRepository' => ['privates', 'App\\Repository\\ConvenioRepository', 'getConvenioRepositoryService', false],
'App\\Repository\\DatosCirugiaRepository' => ['privates', 'App\\Repository\\DatosCirugiaRepository', 'getDatosCirugiaRepositoryService', false],
'App\\Repository\\DependenciaRepository' => ['privates', 'App\\Repository\\DependenciaRepository', 'getDependenciaRepositoryService', false],
'App\\Repository\\DerivacionRepository' => ['privates', 'App\\Repository\\DerivacionRepository', 'getDerivacionRepositoryService', false],
'App\\Repository\\DetalleCargaContificoRepository' => ['privates', 'App\\Repository\\DetalleCargaContificoRepository', 'getDetalleCargaContificoRepositoryService', false],
'App\\Repository\\DetallePlantillasRepository' => ['privates', 'App\\Repository\\DetallePlantillasRepository', 'getDetallePlantillasRepositoryService', false],
'App\\Repository\\DetalleTerapiasRepository' => ['privates', 'App\\Repository\\DetalleTerapiasRepository', 'getDetalleTerapiasRepositoryService', false],
'App\\Repository\\DiagnosticosEpicrisisRepository' => ['privates', 'App\\Repository\\DiagnosticosEpicrisisRepository', 'getDiagnosticosEpicrisisRepositoryService', false],
'App\\Repository\\DiagnosticosHistoriaClinicaRepository' => ['privates', 'App\\Repository\\DiagnosticosHistoriaClinicaRepository', 'getDiagnosticosHistoriaClinicaRepositoryService', false],
'App\\Repository\\DiagnosticosInterconsultaRepository' => ['privates', 'App\\Repository\\DiagnosticosInterconsultaRepository', 'getDiagnosticosInterconsultaRepositoryService', false],
'App\\Repository\\DiagnosticosOrden012Repository' => ['privates', 'App\\Repository\\DiagnosticosOrden012Repository', 'getDiagnosticosOrden012RepositoryService', false],
'App\\Repository\\DientesRepository' => ['privates', 'App\\Repository\\DientesRepository', 'getDientesRepositoryService', false],
'App\\Repository\\DoctorRepository' => ['privates', 'App\\Repository\\DoctorRepository', 'getDoctorRepositoryService', false],
'App\\Repository\\EmpresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'App\\Repository\\EpicrisisRepository' => ['privates', 'App\\Repository\\EpicrisisRepository', 'getEpicrisisRepositoryService', false],
'App\\Repository\\EspecialidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'App\\Repository\\EstudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
'App\\Repository\\ExamenDetalleRepository' => ['privates', 'App\\Repository\\ExamenDetalleRepository', 'getExamenDetalleRepositoryService', false],
'App\\Repository\\ExamenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'App\\Repository\\ExamenOrdenResultadoRepository' => ['privates', 'App\\Repository\\ExamenOrdenResultadoRepository', 'getExamenOrdenResultadoRepositoryService', false],
'App\\Repository\\ExamenParametroRepository' => ['privates', 'App\\Repository\\ExamenParametroRepository', 'getExamenParametroRepositoryService', false],
'App\\Repository\\ExamenReferenciaRepository' => ['privates', 'App\\Repository\\ExamenReferenciaRepository', 'getExamenReferenciaRepositoryService', false],
'App\\Repository\\ExamenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
'App\\Repository\\ExternoRepository' => ['privates', 'App\\Repository\\ExternoRepository', 'getExternoRepositoryService', false],
'App\\Repository\\FormaPagoRepository' => ['privates', 'App\\Repository\\FormaPagoRepository', 'getFormaPagoRepositoryService', false],
'App\\Repository\\GenericoRepository' => ['privates', 'App\\Repository\\GenericoRepository', 'getGenericoRepositoryService', false],
'App\\Repository\\GrupoExamenesRepository' => ['privates', 'App\\Repository\\GrupoExamenesRepository', 'getGrupoExamenesRepositoryService', false],
'App\\Repository\\GrupoImpresionRepository' => ['privates', 'App\\Repository\\GrupoImpresionRepository', 'getGrupoImpresionRepositoryService', false],
'App\\Repository\\HdArchivosRepository' => ['privates', 'App\\Repository\\HdArchivosRepository', 'getHdArchivosRepositoryService', false],
'App\\Repository\\HdEmergenciaRepository' => ['privates', 'App\\Repository\\HdEmergenciaRepository', 'getHdEmergenciaRepositoryService', false],
'App\\Repository\\HdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
'App\\Repository\\HdOrdenesRepository' => ['privates', 'App\\Repository\\HdOrdenesRepository', 'getHdOrdenesRepositoryService', false],
'App\\Repository\\HdPasoRepository' => ['privates', 'App\\Repository\\HdPasoRepository', 'getHdPasoRepositoryService', false],
'App\\Repository\\HdSolicitudDiagnosticosRepository' => ['privates', 'App\\Repository\\HdSolicitudDiagnosticosRepository', 'getHdSolicitudDiagnosticosRepositoryService', false],
'App\\Repository\\HdSolicitudRepository' => ['privates', 'App\\Repository\\HdSolicitudRepository', 'getHdSolicitudRepositoryService', false],
'App\\Repository\\HistoriaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'App\\Repository\\ImagenesEstudioRepository' => ['privates', 'App\\Repository\\ImagenesEstudioRepository', 'getImagenesEstudioRepositoryService', false],
'App\\Repository\\InsumosEnfermeriaRepository' => ['privates', 'App\\Repository\\InsumosEnfermeriaRepository', 'getInsumosEnfermeriaRepositoryService', false],
'App\\Repository\\InterconsultaRepository' => ['privates', 'App\\Repository\\InterconsultaRepository', 'getInterconsultaRepositoryService', false],
'App\\Repository\\ItemConvenioRepository' => ['privates', 'App\\Repository\\ItemConvenioRepository', 'getItemConvenioRepositoryService', false],
'App\\Repository\\ItemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'App\\Repository\\ItemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'App\\Repository\\LabProtocoloExamenRepository' => ['privates', 'App\\Repository\\LabProtocoloExamenRepository', 'getLabProtocoloExamenRepositoryService', false],
'App\\Repository\\LabProtocoloRepository' => ['privates', 'App\\Repository\\LabProtocoloRepository', 'getLabProtocoloRepositoryService', false],
'App\\Repository\\LogAgendaRepository' => ['privates', 'App\\Repository\\LogAgendaRepository', 'getLogAgendaRepositoryService', false],
'App\\Repository\\LogAntecedentesPersonalesRepository' => ['privates', 'App\\Repository\\LogAntecedentesPersonalesRepository', 'getLogAntecedentesPersonalesRepositoryService', false],
'App\\Repository\\MaestroDocumentosRepository' => ['privates', 'App\\Repository\\MaestroDocumentosRepository', 'getMaestroDocumentosRepositoryService', false],
'App\\Repository\\MaestroPlantillasRepository' => ['privates', 'App\\Repository\\MaestroPlantillasRepository', 'getMaestroPlantillasRepositoryService', false],
'App\\Repository\\MasivoMedicinasRepository' => ['privates', 'App\\Repository\\MasivoMedicinasRepository', 'getMasivoMedicinasRepositoryService', false],
'App\\Repository\\MedicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'App\\Repository\\MovimientosProductosRepository' => ['privates', 'App\\Repository\\MovimientosProductosRepository', 'getMovimientosProductosRepositoryService', false],
'App\\Repository\\NivelRepository' => ['privates', 'App\\Repository\\NivelRepository', 'getNivelRepositoryService', false],
'App\\Repository\\NumeroFacturaRepository' => ['privates', 'App\\Repository\\NumeroFacturaRepository', 'getNumeroFacturaRepositoryService', false],
'App\\Repository\\OdontogramaProcedimientoRepository' => ['privates', 'App\\Repository\\OdontogramaProcedimientoRepository', 'getOdontogramaProcedimientoRepositoryService', false],
'App\\Repository\\OdontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
'App\\Repository\\Orden012DetalleRepository' => ['privates', 'App\\Repository\\Orden012DetalleRepository', 'getOrden012DetalleRepositoryService', false],
'App\\Repository\\Orden012Repository' => ['privates', 'App\\Repository\\Orden012Repository', 'getOrden012RepositoryService', false],
'App\\Repository\\OrdenProcedimientoRepository' => ['privates', 'App\\Repository\\OrdenProcedimientoRepository', 'getOrdenProcedimientoRepositoryService', false],
'App\\Repository\\OrdenVentaDetallePagoRepository' => ['privates', 'App\\Repository\\OrdenVentaDetallePagoRepository', 'getOrdenVentaDetallePagoRepositoryService', false],
'App\\Repository\\OrdenVentaDetalleRepository' => ['privates', 'App\\Repository\\OrdenVentaDetalleRepository', 'getOrdenVentaDetalleRepositoryService', false],
'App\\Repository\\OrdenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'App\\Repository\\PacienteReferenciaRepository' => ['privates', 'App\\Repository\\PacienteReferenciaRepository', 'getPacienteReferenciaRepositoryService', false],
'App\\Repository\\PacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'App\\Repository\\PantallasAs400Repository' => ['privates', 'App\\Repository\\PantallasAs400Repository', 'getPantallasAs400RepositoryService', false],
'App\\Repository\\PaqueteRepository' => ['privates', 'App\\Repository\\PaqueteRepository', 'getPaqueteRepositoryService', false],
'App\\Repository\\PlanoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'App\\Repository\\PlanoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
'App\\Repository\\PreparacionEstudioRepository' => ['privates', 'App\\Repository\\PreparacionEstudioRepository', 'getPreparacionEstudioRepositoryService', false],
'App\\Repository\\PreparacionRepository' => ['privates', 'App\\Repository\\PreparacionRepository', 'getPreparacionRepositoryService', false],
'App\\Repository\\ProcedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'App\\Repository\\ProductoNivelRepository' => ['privates', 'App\\Repository\\ProductoNivelRepository', 'getProductoNivelRepositoryService', false],
'App\\Repository\\ProductoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
'App\\Repository\\ProductoXlsRepository' => ['privates', 'App\\Repository\\ProductoXlsRepository', 'getProductoXlsRepositoryService', false],
'App\\Repository\\RecetaDetalleRepository' => ['privates', 'App\\Repository\\RecetaDetalleRepository', 'getRecetaDetalleRepositoryService', false],
'App\\Repository\\RecetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
'App\\Repository\\RecordRepository' => ['privates', 'App\\Repository\\RecordRepository', 'getRecordRepositoryService', false],
'App\\Repository\\RecordlaboratorioRepository' => ['privates', 'App\\Repository\\RecordlaboratorioRepository', 'getRecordlaboratorioRepositoryService', false],
'App\\Repository\\SalaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
'App\\Repository\\SeguroPrivadoRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
'App\\Repository\\TarjetasRepository' => ['privates', 'App\\Repository\\TarjetasRepository', 'getTarjetasRepositoryService', false],
'App\\Repository\\TerapiasRepository' => ['privates', 'App\\Repository\\TerapiasRepository', 'getTerapiasRepositoryService', false],
'App\\Repository\\TipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
'App\\Repository\\TipoExamenRepository' => ['privates', 'App\\Repository\\TipoExamenRepository', 'getTipoExamenRepositoryService', false],
'App\\Repository\\TipoIessRepository' => ['privates', 'App\\Repository\\TipoIessRepository', 'getTipoIessRepositoryService', false],
'App\\Repository\\TipoSeguroRepository' => ['privates', 'App\\Repository\\TipoSeguroRepository', 'getTipoSeguroRepositoryService', false],
'App\\Repository\\TipoServicioRepository' => ['privates', 'App\\Repository\\TipoServicioRepository', 'getTipoServicioRepositoryService', false],
'App\\Repository\\TipoSubseguroRepository' => ['privates', 'App\\Repository\\TipoSubseguroRepository', 'getTipoSubseguroRepositoryService', false],
'App\\Repository\\TipoUsuarioRepository' => ['privates', 'App\\Repository\\TipoUsuarioRepository', 'getTipoUsuarioRepositoryService', false],
'App\\Repository\\TurnoRepository' => ['privates', 'App\\Repository\\TurnoRepository', 'getTurnoRepositoryService', false],
'App\\Repository\\UnidadRepository' => ['privates', 'App\\Repository\\UnidadRepository', 'getUnidadRepositoryService', false],
'App\\Repository\\UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'App\\Repository\\AgendaArchivosRepository' => '?',
'App\\Repository\\AgendaDetalleContificoRepository' => '?',
'App\\Repository\\AgendaRecesionMovilidadRepository' => '?',
'App\\Repository\\AgendaRepository' => '?',
'App\\Repository\\ApiLaboratorioRepository' => '?',
'App\\Repository\\ArqueoCajaDenominacionRepository' => '?',
'App\\Repository\\ArqueoCajaDetalleRepository' => '?',
'App\\Repository\\ArqueoCajaRepository' => '?',
'App\\Repository\\BancosRepository' => '?',
'App\\Repository\\CargaContificoRepository' => '?',
'App\\Repository\\Cie10Repository' => '?',
'App\\Repository\\CierreCajaDetalleRepository' => '?',
'App\\Repository\\CierreCajaRepository' => '?',
'App\\Repository\\ClientesRepository' => '?',
'App\\Repository\\ConvenioRepository' => '?',
'App\\Repository\\DatosCirugiaRepository' => '?',
'App\\Repository\\DependenciaRepository' => '?',
'App\\Repository\\DerivacionRepository' => '?',
'App\\Repository\\DetalleCargaContificoRepository' => '?',
'App\\Repository\\DetallePlantillasRepository' => '?',
'App\\Repository\\DetalleTerapiasRepository' => '?',
'App\\Repository\\DiagnosticosEpicrisisRepository' => '?',
'App\\Repository\\DiagnosticosHistoriaClinicaRepository' => '?',
'App\\Repository\\DiagnosticosInterconsultaRepository' => '?',
'App\\Repository\\DiagnosticosOrden012Repository' => '?',
'App\\Repository\\DientesRepository' => '?',
'App\\Repository\\DoctorRepository' => '?',
'App\\Repository\\EmpresaRepository' => '?',
'App\\Repository\\EpicrisisRepository' => '?',
'App\\Repository\\EspecialidadRepository' => '?',
'App\\Repository\\EstudioRepository' => '?',
'App\\Repository\\ExamenDetalleRepository' => '?',
'App\\Repository\\ExamenOrdenRepository' => '?',
'App\\Repository\\ExamenOrdenResultadoRepository' => '?',
'App\\Repository\\ExamenParametroRepository' => '?',
'App\\Repository\\ExamenReferenciaRepository' => '?',
'App\\Repository\\ExamenRepository' => '?',
'App\\Repository\\ExternoRepository' => '?',
'App\\Repository\\FormaPagoRepository' => '?',
'App\\Repository\\GenericoRepository' => '?',
'App\\Repository\\GrupoExamenesRepository' => '?',
'App\\Repository\\GrupoImpresionRepository' => '?',
'App\\Repository\\HdArchivosRepository' => '?',
'App\\Repository\\HdEmergenciaRepository' => '?',
'App\\Repository\\HdMaestroPasosRepository' => '?',
'App\\Repository\\HdOrdenesRepository' => '?',
'App\\Repository\\HdPasoRepository' => '?',
'App\\Repository\\HdSolicitudDiagnosticosRepository' => '?',
'App\\Repository\\HdSolicitudRepository' => '?',
'App\\Repository\\HistoriaClinicaRepository' => '?',
'App\\Repository\\ImagenesEstudioRepository' => '?',
'App\\Repository\\InsumosEnfermeriaRepository' => '?',
'App\\Repository\\InterconsultaRepository' => '?',
'App\\Repository\\ItemConvenioRepository' => '?',
'App\\Repository\\ItemConveniosRepository' => '?',
'App\\Repository\\ItemsCargosRepository' => '?',
'App\\Repository\\LabProtocoloExamenRepository' => '?',
'App\\Repository\\LabProtocoloRepository' => '?',
'App\\Repository\\LogAgendaRepository' => '?',
'App\\Repository\\LogAntecedentesPersonalesRepository' => '?',
'App\\Repository\\MaestroDocumentosRepository' => '?',
'App\\Repository\\MaestroPlantillasRepository' => '?',
'App\\Repository\\MasivoMedicinasRepository' => '?',
'App\\Repository\\MedicinaRepository' => '?',
'App\\Repository\\MovimientosProductosRepository' => '?',
'App\\Repository\\NivelRepository' => '?',
'App\\Repository\\NumeroFacturaRepository' => '?',
'App\\Repository\\OdontogramaProcedimientoRepository' => '?',
'App\\Repository\\OdontogramaRepository' => '?',
'App\\Repository\\Orden012DetalleRepository' => '?',
'App\\Repository\\Orden012Repository' => '?',
'App\\Repository\\OrdenProcedimientoRepository' => '?',
'App\\Repository\\OrdenVentaDetallePagoRepository' => '?',
'App\\Repository\\OrdenVentaDetalleRepository' => '?',
'App\\Repository\\OrdenVentaRepository' => '?',
'App\\Repository\\PacienteReferenciaRepository' => '?',
'App\\Repository\\PacienteRepository' => '?',
'App\\Repository\\PantallasAs400Repository' => '?',
'App\\Repository\\PaqueteRepository' => '?',
'App\\Repository\\PlanoCabeceraRepository' => '?',
'App\\Repository\\PlanoDetalleRepository' => '?',
'App\\Repository\\PreparacionEstudioRepository' => '?',
'App\\Repository\\PreparacionRepository' => '?',
'App\\Repository\\ProcedimientosRepository' => '?',
'App\\Repository\\ProductoNivelRepository' => '?',
'App\\Repository\\ProductoRepository' => '?',
'App\\Repository\\ProductoXlsRepository' => '?',
'App\\Repository\\RecetaDetalleRepository' => '?',
'App\\Repository\\RecetaRepository' => '?',
'App\\Repository\\RecordRepository' => '?',
'App\\Repository\\RecordlaboratorioRepository' => '?',
'App\\Repository\\SalaRepository' => '?',
'App\\Repository\\SeguroPrivadoRepository' => '?',
'App\\Repository\\TarjetasRepository' => '?',
'App\\Repository\\TerapiasRepository' => '?',
'App\\Repository\\TipoAs400Repository' => '?',
'App\\Repository\\TipoExamenRepository' => '?',
'App\\Repository\\TipoIessRepository' => '?',
'App\\Repository\\TipoSeguroRepository' => '?',
'App\\Repository\\TipoServicioRepository' => '?',
'App\\Repository\\TipoSubseguroRepository' => '?',
'App\\Repository\\TipoUsuarioRepository' => '?',
'App\\Repository\\TurnoRepository' => '?',
'App\\Repository\\UnidadRepository' => '?',
'App\\Repository\\UserRepository' => '?',
])));
$this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
(new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
return $instance;
}
/**
* Gets the public 'error_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ErrorController
*/
protected function getErrorControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($a, true)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true)));
}
/**
* Gets the public 'event_dispatcher' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
*/
protected function getEventDispatcherService()
{
$a = new \Symfony\Bridge\Monolog\Logger('event');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(new \Monolog\Handler\NullHandler());
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
}, 1 => 'onConsoleCommand'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'onKernelRequest'], 0);
$instance->addListener('calendar.set_data', [0 => function () {
return ($this->privates['App\\EventSubscriber\\CalendarSubscriber'] ?? $this->getCalendarSubscriberService());
}, 1 => 'onCalendarSetData'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8', false)));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
}, 1 => 'onKernelResponse'], -1024);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'setDefaultLocale'], 100);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelRequest'], 16);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
}, 1 => 'onKernelRequest'], 256);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
}, 1 => 'onResponse'], -255);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onControllerArguments'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'logKernelException'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'onKernelException'], -128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
}, 1 => 'removeCspHeader'], -128);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelRequest'], 15);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
}, 1 => 'onKernelFinishRequest'], -15);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleError'], -128);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
}, 1 => 'onConsoleTerminate'], -128);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULL, NULL)));
}, 1 => 'onMessage'], -255);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
}, 1 => 'onMessage'], -255);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
}, 1 => 'configure'], 2048);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelRequest'], 32);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
}, 1 => 'onKernelException'], -64);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelRequest'], 128);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onKernelResponse'], -1000);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
}, 1 => 'onFinishRequest'], 0);
$instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [0 => function () {
return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
}, 1 => 'onNotification'], -255);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelResponse'], -100);
$instance->addListener('kernel.exception', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelException'], 0);
$instance->addListener('kernel.terminate', [0 => function () {
return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
}, 1 => 'onKernelTerminate'], -1024);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [0 => function () {
return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
}, 1 => 'onMessage'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelController'], -128);
$instance->addListener('kernel.view', [0 => function () {
return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
}, 1 => 'onKernelView'], 0);
$instance->addListener('kernel.controller', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelController'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.controller_arguments', [0 => function () {
return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
}, 1 => 'onKernelControllerArguments'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
}, 1 => 'onKernelResponse'], 0);
$instance->addListener('debug.security.authorization.vote', [0 => function () {
return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
}, 1 => 'onVoterVote'], 0);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'configureLogoutUrlGenerator'], 8);
$instance->addListener('kernel.request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelRequest'], 8);
$instance->addListener('kernel.finish_request', [0 => function () {
return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
}, 1 => 'onKernelFinishRequest'], 0);
$instance->addListener('kernel.response', [0 => function () {
return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
}, 1 => 'onKernelResponse'], -128);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onCommand'], 255);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
}, 1 => 'onTerminate'], -255);
$instance->addListener('console.command', [0 => function () {
return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
}, 1 => 'configure'], 1024);
$instance->addListener('console.error', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleError'], 0);
$instance->addListener('console.terminate', [0 => function () {
return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
}, 1 => 'onConsoleTerminate'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'before'], 0);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
}, 1 => 'pagination'], 0);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.before', [0 => function () {
return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
}, 1 => 'before'], 1);
$instance->addListener('knp_pager.pagination', [0 => function () {
return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
}, 1 => 'pagination'], 1);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the public 'http_kernel' shared service.
*
* @return \Symfony\Component\HttpKernel\HttpKernel
*/
protected function getHttpKernelService()
{
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['http_kernel'])) {
return $this->services['http_kernel'];
}
$b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
yield 1 => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
yield 2 => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
yield 3 => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
yield 4 => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
yield 5 => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
yield 6 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
yield 7 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
}, 8)), $b));
}
/**
* Gets the public 'knp_paginator' shared service.
*
* @return \Knp\Component\Pager\Paginator
*/
protected function getKnpPaginatorService($lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->services['knp_paginator'])) {
return $this->services['knp_paginator'];
}
$this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
$instance->setDefaultPaginatorOptions(['pageParameterName' => 'page', 'sortFieldParameterName' => 'sort', 'sortDirectionParameterName' => 'direction', 'filterFieldParameterName' => 'filterField', 'filterValueParameterName' => 'filterValue', 'distinct' => true, 'pageOutOfRange' => 'ignore', 'defaultLimit' => 10]);
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.encoder' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
*/
protected function getLexikJwtAuthentication_EncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl', 'RS256', 3600, 0, false));
}
/**
* Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
*/
protected function getLexikJwtAuthentication_GenerateTokenCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
$this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 1));
$instance->setName('lexik:jwt:generate-token');
$instance->setDescription('Generates a JWT token for a given user.');
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
*/
protected function getLexikJwtAuthentication_JwtManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
$this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
$instance->setUserIdentityField('username', false);
return $instance;
}
/**
* Gets the public 'lexik_jwt_authentication.key_loader' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
*/
protected function getLexikJwtAuthentication_KeyLoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__, 4).'/config/jwt/private.pem'), (\dirname(__DIR__, 4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE'), []);
}
/**
* Gets the public 'request_stack' shared service.
*
* @return \Symfony\Component\HttpFoundation\RequestStack
*/
protected function getRequestStackService()
{
return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
}
/**
* Gets the public 'router' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\Router
*/
protected function getRouterService()
{
$a = new \Symfony\Bridge\Monolog\Logger('router');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'routing.loader' => ['services', 'routing.loader', 'getRouting_LoaderService', false],
], [
'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]))->withContext('router.default', $this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'', 'debug' => true, 'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator', 'generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper', 'matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher', 'matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper', 'strict_requirements' => true, 'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, 'en');
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the public 'routing.loader' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
*/
protected function getRouting_LoaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/Loader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/LoaderResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
$a = new \Symfony\Component\Config\Loader\LoaderResolver();
$b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel', 1)));
$c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
$a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b, 'dev'));
$a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => 'App\\Kernel',
]), 'dev'));
$a->addLoader($c);
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b, $c));
$a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b, $c));
return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
}
/**
* Gets the public 'services_resetter' shared service.
*
* @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
*/
protected function getServicesResetterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
if (isset($this->services['cache.app'])) {
yield 'cache.app' => ($this->services['cache.app'] ?? null);
}
if (isset($this->services['cache.system'])) {
yield 'cache.system' => ($this->services['cache.system'] ?? null);
}
if (isset($this->privates['cache.validator'])) {
yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
}
if (isset($this->privates['cache.serializer'])) {
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
}
if (isset($this->privates['cache.annotations'])) {
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
}
if (isset($this->privates['cache.property_info'])) {
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
}
if (isset($this->privates['mailer.message_logger_listener'])) {
yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
}
if (isset($this->privates['debug.stopwatch'])) {
yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
}
if (isset($this->services['event_dispatcher'])) {
yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
}
if (isset($this->privates['session_listener'])) {
yield 'session_listener' => ($this->privates['session_listener'] ?? null);
}
if (isset($this->privates['form.choice_list_factory.cached'])) {
yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
}
if (isset($this->services['cache.validator_expression_language'])) {
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
}
if (isset($this->services['.container.private.profiler'])) {
yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
}
if (isset($this->services['.container.private.validator'])) {
yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
}
if (isset($this->services['.container.private.twig'])) {
yield 'twig' => ($this->services['.container.private.twig'] ?? null);
}
if (isset($this->privates['twig.form.engine'])) {
yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
}
if (isset($this->services['doctrine'])) {
yield 'doctrine' => ($this->services['doctrine'] ?? null);
}
if (isset($this->privates['doctrine.debug_data_holder'])) {
yield 'doctrine.debug_data_holder' => ($this->privates['doctrine.debug_data_holder'] ?? null);
}
if (isset($this->privates['form.type.entity'])) {
yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
}
if (isset($this->services['.container.private.security.token_storage'])) {
yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
}
if (isset($this->privates['cache.security_expression_language'])) {
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
}
if (isset($this->privates['debug.security.firewall'])) {
yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
}
if (isset($this->privates['monolog.handler.main'])) {
yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
}
if (isset($this->privates['monolog.handler.console'])) {
yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
}
if (isset($this->privates['.debug.http_client'])) {
yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
}
}, function () {
return 0 + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->services['.container.private.twig'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['doctrine.debug_data_holder'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['.debug.http_client']));
}), ['cache.app' => [0 => 'reset'], 'cache.system' => [0 => 'reset'], 'cache.validator' => [0 => 'reset'], 'cache.serializer' => [0 => 'reset'], 'cache.annotations' => [0 => 'reset'], 'cache.property_info' => [0 => 'reset'], 'http_client' => [0 => '?reset'], 'mailer.message_logger_listener' => [0 => 'reset'], 'debug.stopwatch' => [0 => 'reset'], 'debug.event_dispatcher' => [0 => 'reset'], 'session_listener' => [0 => 'reset'], 'form.choice_list_factory.cached' => [0 => 'reset'], 'cache.validator_expression_language' => [0 => 'reset'], 'profiler' => [0 => 'reset'], 'debug.validator' => [0 => 'reset'], 'twig' => [0 => 'resetGlobals'], 'twig.form.engine' => [0 => 'reset'], 'doctrine' => [0 => 'reset'], 'doctrine.debug_data_holder' => [0 => 'reset'], 'form.type.entity' => [0 => 'reset'], 'security.token_storage' => [0 => 'disableUsageTracking', 1 => 'setToken'], 'cache.security_expression_language' => [0 => 'reset'], 'debug.security.firewall' => [0 => 'reset'], 'monolog.handler.main' => [0 => 'reset'], 'monolog.handler.console' => [0 => 'reset'], '.debug.http_client' => [0 => 'reset']]);
}
/**
* Gets the public 'translator' shared service.
*
* @return \Symfony\Component\Translation\DataCollectorTranslator
*/
protected function getTranslatorService()
{
return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
}
/**
* Gets the public 'var_dumper.cloner' shared service.
*
* @return \Symfony\Component\VarDumper\Cloner\VarCloner
*/
protected function getVarDumper_ClonerService()
{
$this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
$instance->setMaxItems(2500);
$instance->setMinDepth(1);
$instance->setMaxString(-1);
$instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
return $instance;
}
/**
* Gets the public 'web_profiler.controller.exception_panel' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
*/
protected function getWebProfiler_Controller_ExceptionPanelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
}
/**
* Gets the public 'web_profiler.controller.profiler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
*/
protected function getWebProfiler_Controller_ProfilerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__, 4));
}
/**
* Gets the public 'web_profiler.controller.router' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
*/
protected function getWebProfiler_Controller_RouterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
}
/**
* Gets the private '.console.command.about.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_About_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
});
}
/**
* Gets the private '.console.command.assets_install.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_AssetsInstall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory', false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
});
}
/**
* Gets the private '.console.command.cache_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_clear.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolClear_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
});
}
/**
* Gets the private '.console.command.cache_pool_delete.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolDelete_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
});
}
/**
* Gets the private '.console.command.cache_pool_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
});
}
/**
* Gets the private '.console.command.cache_pool_prune.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CachePoolPrune_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
});
}
/**
* Gets the private '.console.command.cache_warmup.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_CacheWarmup_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
});
}
/**
* Gets the private '.console.command.config_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
});
}
/**
* Gets the private '.console.command.config_dump_reference.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ConfigDumpReference_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
});
}
/**
* Gets the private '.console.command.container_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
});
}
/**
* Gets the private '.console.command.container_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ContainerLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations', false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
});
}
/**
* Gets the private '.console.command.debug_autowiring.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DebugAutowiring_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring', false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
});
}
/**
* Gets the private '.console.command.dotenv_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_DotenvDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values', false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
});
}
/**
* Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_EventDispatcherDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
});
}
/**
* Gets the private '.console.command.form_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_FormDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information', false, function (): \Symfony\Component\Form\Command\DebugCommand {
return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
});
}
/**
* Gets the private '.console.command.router_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
});
}
/**
* Gets the private '.console.command.router_match.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_RouterMatch_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
});
}
/**
* Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
});
}
/**
* Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
});
}
/**
* Gets the private '.console.command.secrets_generate_key.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsGenerateKey_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
});
}
/**
* Gets the private '.console.command.secrets_list.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsList_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
});
}
/**
* Gets the private '.console.command.secrets_remove.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsRemove_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
});
}
/**
* Gets the private '.console.command.secrets_set.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_SecretsSet_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault', false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
});
}
/**
* Gets the private '.console.command.translation_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
});
}
/**
* Gets the private '.console.command.translation_extract.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationExtract_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [0 => 'translation:update'], 'Extract missing translations keys from code to translation files.', false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
});
}
/**
* Gets the private '.console.command.translation_pull.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPull_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
});
}
/**
* Gets the private '.console.command.translation_push.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_TranslationPush_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.', false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
});
}
/**
* Gets the private '.console.command.validator_debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_ValidatorDebug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes', false, function (): \Symfony\Component\Validator\Command\DebugCommand {
return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
});
}
/**
* Gets the private '.console.command.xliff_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_XliffLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors', false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
});
}
/**
* Gets the private '.console.command.yaml_lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Console_Command_YamlLint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors', false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
});
}
/**
* Gets the private '.debug.http_client' shared service.
*
* @return \Symfony\Component\HttpClient\TraceableHttpClient
*/
protected function get_Debug_HttpClientService()
{
$a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
$b = new \Symfony\Bridge\Monolog\Logger('http_client');
$b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
$a->setLogger($b);
return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private '.doctrine_migrations.current_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_CurrentCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.current_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:current', [], 'Outputs the current version', false, function (): \Doctrine\Migrations\Tools\Console\Command\CurrentCommand {
return ($this->privates['doctrine_migrations.current_command'] ?? $this->getDoctrineMigrations_CurrentCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.diff_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_DiffCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.diff_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:diff', [], 'Generate a migration by comparing your current database to your mapping information.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DiffCommand {
return ($this->privates['doctrine_migrations.diff_command'] ?? $this->getDoctrineMigrations_DiffCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.dump_schema_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_DumpSchemaCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.dump_schema_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:dump-schema', [], 'Dump the schema for your database to a migration.', false, function (): \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand {
return ($this->privates['doctrine_migrations.dump_schema_command'] ?? $this->getDoctrineMigrations_DumpSchemaCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.execute_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_ExecuteCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.execute_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:execute', [], 'Execute one or more migration versions up or down manually.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand {
return ($this->privates['doctrine_migrations.execute_command'] ?? $this->getDoctrineMigrations_ExecuteCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.generate_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_GenerateCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.generate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:generate', [], 'Generate a blank migration class.', false, function (): \Doctrine\Migrations\Tools\Console\Command\GenerateCommand {
return ($this->privates['doctrine_migrations.generate_command'] ?? $this->getDoctrineMigrations_GenerateCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.latest_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_LatestCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.latest_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:latest', [], 'Outputs the latest version', false, function (): \Doctrine\Migrations\Tools\Console\Command\LatestCommand {
return ($this->privates['doctrine_migrations.latest_command'] ?? $this->getDoctrineMigrations_LatestCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.migrate_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_MigrateCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.migrate_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:migrate', [], 'Execute a migration to a specified version or the latest available version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\MigrateCommand {
return ($this->privates['doctrine_migrations.migrate_command'] ?? $this->getDoctrineMigrations_MigrateCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.rollup_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_RollupCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.rollup_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:rollup', [], 'Rollup migrations by deleting all tracked versions and insert the one version that exists.', false, function (): \Doctrine\Migrations\Tools\Console\Command\RollupCommand {
return ($this->privates['doctrine_migrations.rollup_command'] ?? $this->getDoctrineMigrations_RollupCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.status_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_StatusCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.status_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:status', [], 'View the status of a set of migrations.', false, function (): \Doctrine\Migrations\Tools\Console\Command\StatusCommand {
return ($this->privates['doctrine_migrations.status_command'] ?? $this->getDoctrineMigrations_StatusCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.sync_metadata_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_SyncMetadataCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.sync_metadata_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:sync-metadata-storage', [], 'Ensures that the metadata storage is at the latest version.', false, function (): \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand {
return ($this->privates['doctrine_migrations.sync_metadata_command'] ?? $this->getDoctrineMigrations_SyncMetadataCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.up_to_date_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_UpToDateCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.up_to_date_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:up-to-date', [], 'Tells you if your schema is up-to-date.', false, function (): \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand {
return ($this->privates['doctrine_migrations.up_to_date_command'] ?? $this->getDoctrineMigrations_UpToDateCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.version_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_VersionCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.version_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:version', [], 'Manually add and delete migration versions from the version table.', false, function (): \Doctrine\Migrations\Tools\Console\Command\VersionCommand {
return ($this->privates['doctrine_migrations.version_command'] ?? $this->getDoctrineMigrations_VersionCommandService());
});
}
/**
* Gets the private '.doctrine_migrations.versions_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_DoctrineMigrations_VersionsCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.doctrine_migrations.versions_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('doctrine:migrations:list', [], 'Display a list of all available migrations and their status.', false, function (): \Doctrine\Migrations\Tools\Console\Command\ListCommand {
return ($this->privates['doctrine_migrations.versions_command'] ?? $this->getDoctrineMigrations_VersionsCommandService());
});
}
/**
* Gets the private '.errored..service_locator..ANxPUT.App\Entity\Interconsulta' shared service.
*
* @return \App\Entity\Interconsulta
*/
protected function getInterconsultaService()
{
$this->throw('Cannot autowire service ".service_locator..ANxPUT": it references class "App\\Entity\\Interconsulta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator..Iz.aJa.App\Entity\PacienteReferencia' shared service.
*
* @return \App\Entity\PacienteReferencia
*/
protected function getPacienteReferenciaService()
{
$this->throw('Cannot autowire service ".service_locator..Iz.aJa": it references class "App\\Entity\\PacienteReferencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator..ShbWhF.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getRecetaService()
{
$this->throw('Cannot autowire service ".service_locator..ShbWhF": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator..ra8kI_.App\Entity\Turno' shared service.
*
* @return \App\Entity\Turno
*/
protected function getTurnoService()
{
$this->throw('Cannot autowire service ".service_locator..ra8kI_": it references class "App\\Entity\\Turno" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator..vx.i6c.App\Entity\ExamenReferencia' shared service.
*
* @return \App\Entity\ExamenReferencia
*/
protected function getExamenReferenciaService()
{
$this->throw('Cannot autowire service ".service_locator..vx.i6c": it references class "App\\Entity\\ExamenReferencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.131xVl7.App\Entity\PlanoCabecera' shared service.
*
* @return \App\Entity\PlanoCabecera
*/
protected function getPlanoCabeceraService()
{
$this->throw('Cannot autowire service ".service_locator.131xVl7": it references class "App\\Entity\\PlanoCabecera" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.2nmWEDE.App\Entity\ProductoXls' shared service.
*
* @return \App\Entity\ProductoXls
*/
protected function getProductoXlsService()
{
$this->throw('Cannot autowire service ".service_locator.2nmWEDE": it references class "App\\Entity\\ProductoXls" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3HVk10E.App\Entity\PantallasAs400' shared service.
*
* @return \App\Entity\PantallasAs400
*/
protected function getPantallasAs400Service()
{
$this->throw('Cannot autowire service ".service_locator.3HVk10E": it references class "App\\Entity\\PantallasAs400" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.3kItt6..App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudioService()
{
$this->throw('Cannot autowire service ".service_locator.3kItt6.": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4T4EJFR.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUserService()
{
$this->throw('Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4VDigRP.App\Entity\MovimientosProductos' shared service.
*
* @return \App\Entity\MovimientosProductos
*/
protected function getMovimientosProductosService()
{
$this->throw('Cannot autowire service ".service_locator.4VDigRP": it references class "App\\Entity\\MovimientosProductos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4rdy3VL.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgendaService()
{
$this->throw('Cannot autowire service ".service_locator.4rdy3VL": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4tkLpL6.App\Entity\DiagnosticosInterconsulta' shared service.
*
* @return \App\Entity\DiagnosticosInterconsulta
*/
protected function getDiagnosticosInterconsultaService()
{
$this->throw('Cannot autowire service ".service_locator.4tkLpL6": it references class "App\\Entity\\DiagnosticosInterconsulta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.4wQq05n.App\Entity\Orden012' shared service.
*
* @return \App\Entity\Orden012
*/
protected function getOrden012Service()
{
$this->throw('Cannot autowire service ".service_locator.4wQq05n": it references class "App\\Entity\\Orden012" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.531cCm_.App\Entity\Odontograma' shared service.
*
* @return \App\Entity\Odontograma
*/
protected function getOdontogramaService()
{
$this->throw('Cannot autowire service ".service_locator.531cCm_": it references class "App\\Entity\\Odontograma" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.5ds_hRX.App\Entity\Record' shared service.
*
* @return \App\Entity\Record
*/
protected function getRecordService()
{
$this->throw('Cannot autowire service ".service_locator.5ds_hRX": it references class "App\\Entity\\Record" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6UwlhS3.App\Entity\Producto' shared service.
*
* @return \App\Entity\Producto
*/
protected function getProductoService()
{
$this->throw('Cannot autowire service ".service_locator.6UwlhS3": it references class "App\\Entity\\Producto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.6juiWtl.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda2Service()
{
$this->throw('Cannot autowire service ".service_locator.6juiWtl": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7EmHtGW.App\Entity\PacienteReferencia' shared service.
*
* @return \App\Entity\PacienteReferencia
*/
protected function getPacienteReferencia2Service()
{
$this->throw('Cannot autowire service ".service_locator.7EmHtGW": it references class "App\\Entity\\PacienteReferencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7JeL3.C.App\Entity\Medicina' shared service.
*
* @return \App\Entity\Medicina
*/
protected function getMedicinaService()
{
$this->throw('Cannot autowire service ".service_locator.7JeL3.C": it references class "App\\Entity\\Medicina" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.7hBoWcO.App\Entity\MaestroPlantillas' shared service.
*
* @return \App\Entity\MaestroPlantillas
*/
protected function getMaestroPlantillasService()
{
$this->throw('Cannot autowire service ".service_locator.7hBoWcO": it references class "App\\Entity\\MaestroPlantillas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.81MP3Gx.App\Entity\Preparacion' shared service.
*
* @return \App\Entity\Preparacion
*/
protected function getPreparacionService()
{
$this->throw('Cannot autowire service ".service_locator.81MP3Gx": it references class "App\\Entity\\Preparacion" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8IYIkev.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio2Service()
{
$this->throw('Cannot autowire service ".service_locator.8IYIkev": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8a7Jvpo.App\Entity\Interconsulta' shared service.
*
* @return \App\Entity\Interconsulta
*/
protected function getInterconsulta2Service()
{
$this->throw('Cannot autowire service ".service_locator.8a7Jvpo": it references class "App\\Entity\\Interconsulta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8aw1iiB.App\Entity\DatosCirugia' shared service.
*
* @return \App\Entity\DatosCirugia
*/
protected function getDatosCirugiaService()
{
$this->throw('Cannot autowire service ".service_locator.8aw1iiB": it references class "App\\Entity\\DatosCirugia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.8fs15ZI.App\Entity\ExamenOrdenResultado' shared service.
*
* @return \App\Entity\ExamenOrdenResultado
*/
protected function getExamenOrdenResultadoService()
{
$this->throw('Cannot autowire service ".service_locator.8fs15ZI": it references class "App\\Entity\\ExamenOrdenResultado" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.93qxUom.App\Entity\PlanoCabecera' shared service.
*
* @return \App\Entity\PlanoCabecera
*/
protected function getPlanoCabecera2Service()
{
$this->throw('Cannot autowire service ".service_locator.93qxUom": it references class "App\\Entity\\PlanoCabecera" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.9DK3vSv.App\Entity\OrdenProcedimiento' shared service.
*
* @return \App\Entity\OrdenProcedimiento
*/
protected function getOrdenProcedimientoService()
{
$this->throw('Cannot autowire service ".service_locator.9DK3vSv": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.9UUTfym.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda3Service()
{
$this->throw('Cannot autowire service ".service_locator.9UUTfym": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.9eO7IJm.App\Entity\HdSolicitud' shared service.
*
* @return \App\Entity\HdSolicitud
*/
protected function getHdSolicitudService()
{
$this->throw('Cannot autowire service ".service_locator.9eO7IJm": it references class "App\\Entity\\HdSolicitud" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.9vhs7bu.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio3Service()
{
$this->throw('Cannot autowire service ".service_locator.9vhs7bu": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ARt4mUO.App\Entity\Paciente' shared service.
*
* @return \App\Entity\Paciente
*/
protected function getPacienteService()
{
$this->throw('Cannot autowire service ".service_locator.ARt4mUO": it references class "App\\Entity\\Paciente" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.AXeij98.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio4Service()
{
$this->throw('Cannot autowire service ".service_locator.AXeij98": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Ar72Kzz.App\Entity\HdSolicitud' shared service.
*
* @return \App\Entity\HdSolicitud
*/
protected function getHdSolicitud2Service()
{
$this->throw('Cannot autowire service ".service_locator.Ar72Kzz": it references class "App\\Entity\\HdSolicitud" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.B6ndtY8.App\Entity\ExamenOrden' shared service.
*
* @return \App\Entity\ExamenOrden
*/
protected function getExamenOrdenService()
{
$this->throw('Cannot autowire service ".service_locator.B6ndtY8": it references class "App\\Entity\\ExamenOrden" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BLztbo6.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinicaService()
{
$this->throw('Cannot autowire service ".service_locator.BLztbo6": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BYSMAyR.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio5Service()
{
$this->throw('Cannot autowire service ".service_locator.BYSMAyR": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BYlL5xh.App\Entity\HdEmergencia' shared service.
*
* @return \App\Entity\HdEmergencia
*/
protected function getHdEmergenciaService()
{
$this->throw('Cannot autowire service ".service_locator.BYlL5xh": it references class "App\\Entity\\HdEmergencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.BulSRk8.App\Entity\CargaContifico' shared service.
*
* @return \App\Entity\CargaContifico
*/
protected function getCargaContificoService()
{
$this->throw('Cannot autowire service ".service_locator.BulSRk8": it references class "App\\Entity\\CargaContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Cdenx5i.App\Entity\PlanoDetalle' shared service.
*
* @return \App\Entity\PlanoDetalle
*/
protected function getPlanoDetalleService()
{
$this->throw('Cannot autowire service ".service_locator.Cdenx5i": it references class "App\\Entity\\PlanoDetalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Cv2N0kX.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getReceta2Service()
{
$this->throw('Cannot autowire service ".service_locator.Cv2N0kX": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.DQLaf.b.App\Entity\Epicrisis' shared service.
*
* @return \App\Entity\Epicrisis
*/
protected function getEpicrisisService()
{
$this->throw('Cannot autowire service ".service_locator.DQLaf.b": it references class "App\\Entity\\Epicrisis" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.DsaDK5T.App\Entity\CargaContifico' shared service.
*
* @return \App\Entity\CargaContifico
*/
protected function getCargaContifico2Service()
{
$this->throw('Cannot autowire service ".service_locator.DsaDK5T": it references class "App\\Entity\\CargaContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.EE77T2_.App\Entity\Epicrisis' shared service.
*
* @return \App\Entity\Epicrisis
*/
protected function getEpicrisis2Service()
{
$this->throw('Cannot autowire service ".service_locator.EE77T2_": it references class "App\\Entity\\Epicrisis" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.EG.awR6.App\Entity\DetalleCargaContifico' shared service.
*
* @return \App\Entity\DetalleCargaContifico
*/
protected function getDetalleCargaContificoService()
{
$this->throw('Cannot autowire service ".service_locator.EG.awR6": it references class "App\\Entity\\DetalleCargaContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.EgkvlcK.App\Entity\Terapias' shared service.
*
* @return \App\Entity\Terapias
*/
protected function getTerapiasService()
{
$this->throw('Cannot autowire service ".service_locator.EgkvlcK": it references class "App\\Entity\\Terapias" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Egtju9M.App\Entity\DetalleCargaContifico' shared service.
*
* @return \App\Entity\DetalleCargaContifico
*/
protected function getDetalleCargaContifico2Service()
{
$this->throw('Cannot autowire service ".service_locator.Egtju9M": it references class "App\\Entity\\DetalleCargaContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.F2NJehW.App\Entity\OrdenVenta' shared service.
*
* @return \App\Entity\OrdenVenta
*/
protected function getOrdenVentaService()
{
$this->throw('Cannot autowire service ".service_locator.F2NJehW": it references class "App\\Entity\\OrdenVenta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Fpye.2Z.App\Entity\TipoAs400' shared service.
*
* @return \App\Entity\TipoAs400
*/
protected function getTipoAs400Service()
{
$this->throw('Cannot autowire service ".service_locator.Fpye.2Z": it references class "App\\Entity\\TipoAs400" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.GAtDepD.App\Entity\DetalleTerapias' shared service.
*
* @return \App\Entity\DetalleTerapias
*/
protected function getDetalleTerapiasService()
{
$this->throw('Cannot autowire service ".service_locator.GAtDepD": it references class "App\\Entity\\DetalleTerapias" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.H682Exw.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio6Service()
{
$this->throw('Cannot autowire service ".service_locator.H682Exw": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HOTUYGK.App\Entity\HdArchivos' shared service.
*
* @return \App\Entity\HdArchivos
*/
protected function getHdArchivosService()
{
$this->throw('Cannot autowire service ".service_locator.HOTUYGK": it references class "App\\Entity\\HdArchivos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.HhMrZVE.App\Entity\Medicina' shared service.
*
* @return \App\Entity\Medicina
*/
protected function getMedicina2Service()
{
$this->throw('Cannot autowire service ".service_locator.HhMrZVE": it references class "App\\Entity\\Medicina" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IGv8BfG.App\Entity\LogAntecedentesPersonales' shared service.
*
* @return \App\Entity\LogAntecedentesPersonales
*/
protected function getLogAntecedentesPersonalesService()
{
$this->throw('Cannot autowire service ".service_locator.IGv8BfG": it references class "App\\Entity\\LogAntecedentesPersonales" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IR2eli8.App\Entity\InsumosEnfermeria' shared service.
*
* @return \App\Entity\InsumosEnfermeria
*/
protected function getInsumosEnfermeriaService()
{
$this->throw('Cannot autowire service ".service_locator.IR2eli8": it references class "App\\Entity\\InsumosEnfermeria" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.IYabROv.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda4Service()
{
$this->throw('Cannot autowire service ".service_locator.IYabROv": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.J7x1nqh.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda5Service()
{
$this->throw('Cannot autowire service ".service_locator.J7x1nqh": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JFqJYOJ.App\Entity\OrdenProcedimiento' shared service.
*
* @return \App\Entity\OrdenProcedimiento
*/
protected function getOrdenProcedimiento2Service()
{
$this->throw('Cannot autowire service ".service_locator.JFqJYOJ": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JFqJYOJ.App\Entity\Paciente' shared service.
*
* @return \App\Entity\Paciente
*/
protected function getPaciente2Service()
{
$this->throw('Cannot autowire service ".service_locator.JFqJYOJ": it references class "App\\Entity\\Paciente" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JFqJYOJ.App\Entity\Procedimientos' shared service.
*
* @return \App\Entity\Procedimientos
*/
protected function getProcedimientosService()
{
$this->throw('Cannot autowire service ".service_locator.JFqJYOJ": it references class "App\\Entity\\Procedimientos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JHi5fPl.App\Entity\ExamenOrden' shared service.
*
* @return \App\Entity\ExamenOrden
*/
protected function getExamenOrden2Service()
{
$this->throw('Cannot autowire service ".service_locator.JHi5fPl": it references class "App\\Entity\\ExamenOrden" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.JZx72k9.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda6Service()
{
$this->throw('Cannot autowire service ".service_locator.JZx72k9": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.K.Ib9X4.App\Entity\Recordlaboratorio' shared service.
*
* @return \App\Entity\Recordlaboratorio
*/
protected function getRecordlaboratorioService()
{
$this->throw('Cannot autowire service ".service_locator.K.Ib9X4": it references class "App\\Entity\\Recordlaboratorio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KFtHrGU.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio7Service()
{
$this->throw('Cannot autowire service ".service_locator.KFtHrGU": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KgzzZuN.App\Entity\HdPaso' shared service.
*
* @return \App\Entity\HdPaso
*/
protected function getHdPasoService()
{
$this->throw('Cannot autowire service ".service_locator.KgzzZuN": it references class "App\\Entity\\HdPaso" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.KzwBxTq.App\Entity\OrdenProcedimiento' shared service.
*
* @return \App\Entity\OrdenProcedimiento
*/
protected function getOrdenProcedimiento3Service()
{
$this->throw('Cannot autowire service ".service_locator.KzwBxTq": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.L2ftAl7.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio8Service()
{
$this->throw('Cannot autowire service ".service_locator.L2ftAl7": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.LsYSnm9.App\Entity\DiagnosticosEpicrisis' shared service.
*
* @return \App\Entity\DiagnosticosEpicrisis
*/
protected function getDiagnosticosEpicrisisService()
{
$this->throw('Cannot autowire service ".service_locator.LsYSnm9": it references class "App\\Entity\\DiagnosticosEpicrisis" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MAyyUGO.App\Entity\ItemsCargos' shared service.
*
* @return \App\Entity\ItemsCargos
*/
protected function getItemsCargosService()
{
$this->throw('Cannot autowire service ".service_locator.MAyyUGO": it references class "App\\Entity\\ItemsCargos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Mjt6AJV.App\Entity\OrdenVenta' shared service.
*
* @return \App\Entity\OrdenVenta
*/
protected function getOrdenVenta2Service()
{
$this->throw('Cannot autowire service ".service_locator.Mjt6AJV": it references class "App\\Entity\\OrdenVenta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Mk4Hxab.App\Entity\OrdenVenta' shared service.
*
* @return \App\Entity\OrdenVenta
*/
protected function getOrdenVenta3Service()
{
$this->throw('Cannot autowire service ".service_locator.Mk4Hxab": it references class "App\\Entity\\OrdenVenta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MnxfULi.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinica2Service()
{
$this->throw('Cannot autowire service ".service_locator.MnxfULi": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.MugMG0A.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda7Service()
{
$this->throw('Cannot autowire service ".service_locator.MugMG0A": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.N345_mu.App\Entity\AgendaDetalleContifico' shared service.
*
* @return \App\Entity\AgendaDetalleContifico
*/
protected function getAgendaDetalleContificoService()
{
$this->throw('Cannot autowire service ".service_locator.N345_mu": it references class "App\\Entity\\AgendaDetalleContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NLrlT5E.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getReceta3Service()
{
$this->throw('Cannot autowire service ".service_locator.NLrlT5E": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NV4VUwJ.App\Entity\Record' shared service.
*
* @return \App\Entity\Record
*/
protected function getRecord2Service()
{
$this->throw('Cannot autowire service ".service_locator.NV4VUwJ": it references class "App\\Entity\\Record" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.NXLHbDU.App\Entity\HdMaestroPasos' shared service.
*
* @return \App\Entity\HdMaestroPasos
*/
protected function getHdMaestroPasosService()
{
$this->throw('Cannot autowire service ".service_locator.NXLHbDU": it references class "App\\Entity\\HdMaestroPasos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Ne_iaWK.App\Entity\HdEmergencia' shared service.
*
* @return \App\Entity\HdEmergencia
*/
protected function getHdEmergencia2Service()
{
$this->throw('Cannot autowire service ".service_locator.Ne_iaWK": it references class "App\\Entity\\HdEmergencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.O4XwQSU.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getReceta4Service()
{
$this->throw('Cannot autowire service ".service_locator.O4XwQSU": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.OWo.RdT.App\Entity\CargaContifico' shared service.
*
* @return \App\Entity\CargaContifico
*/
protected function getCargaContifico3Service()
{
$this->throw('Cannot autowire service ".service_locator.OWo.RdT": it references class "App\\Entity\\CargaContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.OZS9dgY.App\Entity\Interconsulta' shared service.
*
* @return \App\Entity\Interconsulta
*/
protected function getInterconsulta3Service()
{
$this->throw('Cannot autowire service ".service_locator.OZS9dgY": it references class "App\\Entity\\Interconsulta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.PGaiHsE.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio9Service()
{
$this->throw('Cannot autowire service ".service_locator.PGaiHsE": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Pb3LuKT.App\Entity\ExamenDetalle' shared service.
*
* @return \App\Entity\ExamenDetalle
*/
protected function getExamenDetalleService()
{
$this->throw('Cannot autowire service ".service_locator.Pb3LuKT": it references class "App\\Entity\\ExamenDetalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.QV2sw5V.App\Entity\Especialidad' shared service.
*
* @return \App\Entity\Especialidad
*/
protected function getEspecialidadService()
{
$this->throw('Cannot autowire service ".service_locator.QV2sw5V": it references class "App\\Entity\\Especialidad" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.QXRsTVN.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda8Service()
{
$this->throw('Cannot autowire service ".service_locator.QXRsTVN": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.QjupWTI.App\Entity\ExamenOrden' shared service.
*
* @return \App\Entity\ExamenOrden
*/
protected function getExamenOrden3Service()
{
$this->throw('Cannot autowire service ".service_locator.QjupWTI": it references class "App\\Entity\\ExamenOrden" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RJVcivG.App\Entity\DetallePlantillas' shared service.
*
* @return \App\Entity\DetallePlantillas
*/
protected function getDetallePlantillasService()
{
$this->throw('Cannot autowire service ".service_locator.RJVcivG": it references class "App\\Entity\\DetallePlantillas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.RYj2.pi.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio10Service()
{
$this->throw('Cannot autowire service ".service_locator.RYj2.pi": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.S5.54Yj.App\Entity\DiagnosticosHistoriaClinica' shared service.
*
* @return \App\Entity\DiagnosticosHistoriaClinica
*/
protected function getDiagnosticosHistoriaClinicaService()
{
$this->throw('Cannot autowire service ".service_locator.S5.54Yj": it references class "App\\Entity\\DiagnosticosHistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Sv9gj26.App\Entity\ExamenOrden' shared service.
*
* @return \App\Entity\ExamenOrden
*/
protected function getExamenOrden4Service()
{
$this->throw('Cannot autowire service ".service_locator.Sv9gj26": it references class "App\\Entity\\ExamenOrden" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.T9FYeGU.App\Entity\Paquete' shared service.
*
* @return \App\Entity\Paquete
*/
protected function getPaqueteService()
{
$this->throw('Cannot autowire service ".service_locator.T9FYeGU": it references class "App\\Entity\\Paquete" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UC9aRjS.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda9Service()
{
$this->throw('Cannot autowire service ".service_locator.UC9aRjS": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UHGUEWu.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio11Service()
{
$this->throw('Cannot autowire service ".service_locator.UHGUEWu": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UTP5qL0.App\Entity\PreparacionEstudio' shared service.
*
* @return \App\Entity\PreparacionEstudio
*/
protected function getPreparacionEstudioService()
{
$this->throw('Cannot autowire service ".service_locator.UTP5qL0": it references class "App\\Entity\\PreparacionEstudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.UlCakiU.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda10Service()
{
$this->throw('Cannot autowire service ".service_locator.UlCakiU": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.VEEySXy.App\Entity\PlanoCabecera' shared service.
*
* @return \App\Entity\PlanoCabecera
*/
protected function getPlanoCabecera3Service()
{
$this->throw('Cannot autowire service ".service_locator.VEEySXy": it references class "App\\Entity\\PlanoCabecera" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.VNzHUe_.App\Entity\OrdenProcedimiento' shared service.
*
* @return \App\Entity\OrdenProcedimiento
*/
protected function getOrdenProcedimiento4Service()
{
$this->throw('Cannot autowire service ".service_locator.VNzHUe_": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.VunRtSI.App\Entity\SeguroPrivado' shared service.
*
* @return \App\Entity\SeguroPrivado
*/
protected function getSeguroPrivadoService()
{
$this->throw('Cannot autowire service ".service_locator.VunRtSI": it references class "App\\Entity\\SeguroPrivado" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.VyPhppx.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda11Service()
{
$this->throw('Cannot autowire service ".service_locator.VyPhppx": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WNlvOqm.App\Entity\Producto' shared service.
*
* @return \App\Entity\Producto
*/
protected function getProducto2Service()
{
$this->throw('Cannot autowire service ".service_locator.WNlvOqm": it references class "App\\Entity\\Producto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WOkKZs1.App\Entity\ProductoNivel' shared service.
*
* @return \App\Entity\ProductoNivel
*/
protected function getProductoNivelService()
{
$this->throw('Cannot autowire service ".service_locator.WOkKZs1": it references class "App\\Entity\\ProductoNivel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WZsVBAR.App\Entity\DatosCirugia' shared service.
*
* @return \App\Entity\DatosCirugia
*/
protected function getDatosCirugia2Service()
{
$this->throw('Cannot autowire service ".service_locator.WZsVBAR": it references class "App\\Entity\\DatosCirugia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.WmHSr9X.App\Entity\TipoSubseguro' shared service.
*
* @return \App\Entity\TipoSubseguro
*/
protected function getTipoSubseguroService()
{
$this->throw('Cannot autowire service ".service_locator.WmHSr9X": it references class "App\\Entity\\TipoSubseguro" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.X9O7Et8.App\Entity\FormaPago' shared service.
*
* @return \App\Entity\FormaPago
*/
protected function getFormaPagoService()
{
$this->throw('Cannot autowire service ".service_locator.X9O7Et8": it references class "App\\Entity\\FormaPago" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.XU086yd.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda12Service()
{
$this->throw('Cannot autowire service ".service_locator.XU086yd": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.XeBL_fJ.App\Entity\Odontograma' shared service.
*
* @return \App\Entity\Odontograma
*/
protected function getOdontograma2Service()
{
$this->throw('Cannot autowire service ".service_locator.XeBL_fJ": it references class "App\\Entity\\Odontograma" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.XoOzrDx.App\Entity\OrdenVenta' shared service.
*
* @return \App\Entity\OrdenVenta
*/
protected function getOrdenVenta4Service()
{
$this->throw('Cannot autowire service ".service_locator.XoOzrDx": it references class "App\\Entity\\OrdenVenta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Y11bTA3.App\Entity\OrdenVenta' shared service.
*
* @return \App\Entity\OrdenVenta
*/
protected function getOrdenVenta5Service()
{
$this->throw('Cannot autowire service ".service_locator.Y11bTA3": it references class "App\\Entity\\OrdenVenta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Y6HowTB.App\Entity\PlanoCabecera' shared service.
*
* @return \App\Entity\PlanoCabecera
*/
protected function getPlanoCabecera4Service()
{
$this->throw('Cannot autowire service ".service_locator.Y6HowTB": it references class "App\\Entity\\PlanoCabecera" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YTF0GRS.App\Entity\Paquete' shared service.
*
* @return \App\Entity\Paquete
*/
protected function getPaquete2Service()
{
$this->throw('Cannot autowire service ".service_locator.YTF0GRS": it references class "App\\Entity\\Paquete" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.YYXn_7Q.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinica3Service()
{
$this->throw('Cannot autowire service ".service_locator.YYXn_7Q": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Yw4gCbb.App\Entity\Producto' shared service.
*
* @return \App\Entity\Producto
*/
protected function getProducto3Service()
{
$this->throw('Cannot autowire service ".service_locator.Yw4gCbb": it references class "App\\Entity\\Producto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.Z2e0WMs.App\Entity\Procedimientos' shared service.
*
* @return \App\Entity\Procedimientos
*/
protected function getProcedimientos2Service()
{
$this->throw('Cannot autowire service ".service_locator.Z2e0WMs": it references class "App\\Entity\\Procedimientos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZDmZd9Z.App\Entity\HdOrdenes' shared service.
*
* @return \App\Entity\HdOrdenes
*/
protected function getHdOrdenesService()
{
$this->throw('Cannot autowire service ".service_locator.ZDmZd9Z": it references class "App\\Entity\\HdOrdenes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZKv.jMc.App\Entity\DiagnosticosInterconsulta' shared service.
*
* @return \App\Entity\DiagnosticosInterconsulta
*/
protected function getDiagnosticosInterconsulta2Service()
{
$this->throw('Cannot autowire service ".service_locator.ZKv.jMc": it references class "App\\Entity\\DiagnosticosInterconsulta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZqSkdFh.App\Entity\OrdenVentaDetalle' shared service.
*
* @return \App\Entity\OrdenVentaDetalle
*/
protected function getOrdenVentaDetalleService()
{
$this->throw('Cannot autowire service ".service_locator.ZqSkdFh": it references class "App\\Entity\\OrdenVentaDetalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ZwdNbwA.App\Entity\Record' shared service.
*
* @return \App\Entity\Record
*/
protected function getRecord3Service()
{
$this->throw('Cannot autowire service ".service_locator.ZwdNbwA": it references class "App\\Entity\\Record" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator._MO4eqe.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio12Service()
{
$this->throw('Cannot autowire service ".service_locator._MO4eqe": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator._VgNkxI.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinica4Service()
{
$this->throw('Cannot autowire service ".service_locator._VgNkxI": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator._i2YZ1n.App\Entity\Producto' shared service.
*
* @return \App\Entity\Producto
*/
protected function getProducto4Service()
{
$this->throw('Cannot autowire service ".service_locator._i2YZ1n": it references class "App\\Entity\\Producto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.aYa6Urx.App\Entity\ProductoXls' shared service.
*
* @return \App\Entity\ProductoXls
*/
protected function getProductoXls2Service()
{
$this->throw('Cannot autowire service ".service_locator.aYa6Urx": it references class "App\\Entity\\ProductoXls" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.b1ED.dk.App\Entity\Paciente' shared service.
*
* @return \App\Entity\Paciente
*/
protected function getPaciente3Service()
{
$this->throw('Cannot autowire service ".service_locator.b1ED.dk": it references class "App\\Entity\\Paciente" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.b1fE.03.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda13Service()
{
$this->throw('Cannot autowire service ".service_locator.b1fE.03": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bUA.sor.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio13Service()
{
$this->throw('Cannot autowire service ".service_locator.bUA.sor": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.bowC3nx.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda14Service()
{
$this->throw('Cannot autowire service ".service_locator.bowC3nx": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.cHO8JW2.App\Entity\HdSolicitudDiagnosticos' shared service.
*
* @return \App\Entity\HdSolicitudDiagnosticos
*/
protected function getHdSolicitudDiagnosticosService()
{
$this->throw('Cannot autowire service ".service_locator.cHO8JW2": it references class "App\\Entity\\HdSolicitudDiagnosticos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.cpR2Owh.App\Entity\PlanoCabecera' shared service.
*
* @return \App\Entity\PlanoCabecera
*/
protected function getPlanoCabecera5Service()
{
$this->throw('Cannot autowire service ".service_locator.cpR2Owh": it references class "App\\Entity\\PlanoCabecera" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.dCMNUui.App\Entity\Dientes' shared service.
*
* @return \App\Entity\Dientes
*/
protected function getDientesService()
{
$this->throw('Cannot autowire service ".service_locator.dCMNUui": it references class "App\\Entity\\Dientes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.dgN7DgV.App\Entity\OrdenProcedimiento' shared service.
*
* @return \App\Entity\OrdenProcedimiento
*/
protected function getOrdenProcedimiento5Service()
{
$this->throw('Cannot autowire service ".service_locator.dgN7DgV": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.dmMgwyj.App\Entity\DetalleCargaContifico' shared service.
*
* @return \App\Entity\DetalleCargaContifico
*/
protected function getDetalleCargaContifico3Service()
{
$this->throw('Cannot autowire service ".service_locator.dmMgwyj": it references class "App\\Entity\\DetalleCargaContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.e2vsFbK.App\Entity\Orden012' shared service.
*
* @return \App\Entity\Orden012
*/
protected function getOrden0122Service()
{
$this->throw('Cannot autowire service ".service_locator.e2vsFbK": it references class "App\\Entity\\Orden012" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.eKy4Tjw.App\Entity\OrdenVentaDetalle' shared service.
*
* @return \App\Entity\OrdenVentaDetalle
*/
protected function getOrdenVentaDetalle2Service()
{
$this->throw('Cannot autowire service ".service_locator.eKy4Tjw": it references class "App\\Entity\\OrdenVentaDetalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fJqkDUV.App\Entity\Clientes' shared service.
*
* @return \App\Entity\Clientes
*/
protected function getClientesService()
{
$this->throw('Cannot autowire service ".service_locator.fJqkDUV": it references class "App\\Entity\\Clientes" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fMRYAxW.App\Entity\TipoExamen' shared service.
*
* @return \App\Entity\TipoExamen
*/
protected function getTipoExamenService()
{
$this->throw('Cannot autowire service ".service_locator.fMRYAxW": it references class "App\\Entity\\TipoExamen" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fNk5gnS.App\Entity\HdEmergencia' shared service.
*
* @return \App\Entity\HdEmergencia
*/
protected function getHdEmergencia3Service()
{
$this->throw('Cannot autowire service ".service_locator.fNk5gnS": it references class "App\\Entity\\HdEmergencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fiwmX6M.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio14Service()
{
$this->throw('Cannot autowire service ".service_locator.fiwmX6M": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fkoKOJl.App\Entity\HdEmergencia' shared service.
*
* @return \App\Entity\HdEmergencia
*/
protected function getHdEmergencia4Service()
{
$this->throw('Cannot autowire service ".service_locator.fkoKOJl": it references class "App\\Entity\\HdEmergencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.fwPrGdp.App\Entity\ProductoNivel' shared service.
*
* @return \App\Entity\ProductoNivel
*/
protected function getProductoNivel2Service()
{
$this->throw('Cannot autowire service ".service_locator.fwPrGdp": it references class "App\\Entity\\ProductoNivel" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.g.2HfNy.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getReceta5Service()
{
$this->throw('Cannot autowire service ".service_locator.g.2HfNy": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gJpNd.t.App\Entity\TipoServicio' shared service.
*
* @return \App\Entity\TipoServicio
*/
protected function getTipoServicioService()
{
$this->throw('Cannot autowire service ".service_locator.gJpNd.t": it references class "App\\Entity\\TipoServicio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.gMMpHPq.App\Entity\RecetaDetalle' shared service.
*
* @return \App\Entity\RecetaDetalle
*/
protected function getRecetaDetalleService()
{
$this->throw('Cannot autowire service ".service_locator.gMMpHPq": it references class "App\\Entity\\RecetaDetalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.h5qu31T.App\Entity\CargaContifico' shared service.
*
* @return \App\Entity\CargaContifico
*/
protected function getCargaContifico4Service()
{
$this->throw('Cannot autowire service ".service_locator.h5qu31T": it references class "App\\Entity\\CargaContifico" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.hmGRt.J.App\Entity\Preparacion' shared service.
*
* @return \App\Entity\Preparacion
*/
protected function getPreparacion2Service()
{
$this->throw('Cannot autowire service ".service_locator.hmGRt.J": it references class "App\\Entity\\Preparacion" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iB.lb2o.App\Entity\MasivoMedicinas' shared service.
*
* @return \App\Entity\MasivoMedicinas
*/
protected function getMasivoMedicinasService()
{
$this->throw('Cannot autowire service ".service_locator.iB.lb2o": it references class "App\\Entity\\MasivoMedicinas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iIduej6.App\Entity\OdontogramaProcedimiento' shared service.
*
* @return \App\Entity\OdontogramaProcedimiento
*/
protected function getOdontogramaProcedimientoService()
{
$this->throw('Cannot autowire service ".service_locator.iIduej6": it references class "App\\Entity\\OdontogramaProcedimiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iV3yz1e.App\Entity\Odontograma' shared service.
*
* @return \App\Entity\Odontograma
*/
protected function getOdontograma3Service()
{
$this->throw('Cannot autowire service ".service_locator.iV3yz1e": it references class "App\\Entity\\Odontograma" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iWHQF4D.App\Entity\TipoSeguro' shared service.
*
* @return \App\Entity\TipoSeguro
*/
protected function getTipoSeguroService()
{
$this->throw('Cannot autowire service ".service_locator.iWHQF4D": it references class "App\\Entity\\TipoSeguro" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.iZK6B0X.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda15Service()
{
$this->throw('Cannot autowire service ".service_locator.iZK6B0X": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ilI_nKC.App\Entity\User' shared service.
*
* @return \App\Entity\User
*/
protected function getUser2Service()
{
$this->throw('Cannot autowire service ".service_locator.ilI_nKC": it references class "App\\Entity\\User" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.jBCaj3m.App\Entity\Orden012Detalle' shared service.
*
* @return \App\Entity\Orden012Detalle
*/
protected function getOrden012DetalleService()
{
$this->throw('Cannot autowire service ".service_locator.jBCaj3m": it references class "App\\Entity\\Orden012Detalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.jsvg0Au.App\Entity\PlanoDetalle' shared service.
*
* @return \App\Entity\PlanoDetalle
*/
protected function getPlanoDetalle2Service()
{
$this->throw('Cannot autowire service ".service_locator.jsvg0Au": it references class "App\\Entity\\PlanoDetalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.k6gP3ln.App\Entity\DatosCirugia' shared service.
*
* @return \App\Entity\DatosCirugia
*/
protected function getDatosCirugia3Service()
{
$this->throw('Cannot autowire service ".service_locator.k6gP3ln": it references class "App\\Entity\\DatosCirugia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.kGkAO16.App\Entity\ExamenOrden' shared service.
*
* @return \App\Entity\ExamenOrden
*/
protected function getExamenOrden5Service()
{
$this->throw('Cannot autowire service ".service_locator.kGkAO16": it references class "App\\Entity\\ExamenOrden" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.lqGv9z8.App\Entity\ImagenesEstudio' shared service.
*
* @return \App\Entity\ImagenesEstudio
*/
protected function getImagenesEstudioService()
{
$this->throw('Cannot autowire service ".service_locator.lqGv9z8": it references class "App\\Entity\\ImagenesEstudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.lwLXc0n.App\Entity\LabProtocoloExamen' shared service.
*
* @return \App\Entity\LabProtocoloExamen
*/
protected function getLabProtocoloExamenService()
{
$this->throw('Cannot autowire service ".service_locator.lwLXc0n": it references class "App\\Entity\\LabProtocoloExamen" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.m5P8SPO.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinica5Service()
{
$this->throw('Cannot autowire service ".service_locator.m5P8SPO": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.n57xgky.App\Entity\Bancos' shared service.
*
* @return \App\Entity\Bancos
*/
protected function getBancosService()
{
$this->throw('Cannot autowire service ".service_locator.n57xgky": it references class "App\\Entity\\Bancos" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nAn3yuS.App\Entity\DiagnosticosOrden012' shared service.
*
* @return \App\Entity\DiagnosticosOrden012
*/
protected function getDiagnosticosOrden012Service()
{
$this->throw('Cannot autowire service ".service_locator.nAn3yuS": it references class "App\\Entity\\DiagnosticosOrden012" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.nbm8nlH.App\Entity\OrdenVentaDetallePago' shared service.
*
* @return \App\Entity\OrdenVentaDetallePago
*/
protected function getOrdenVentaDetallePagoService()
{
$this->throw('Cannot autowire service ".service_locator.nbm8nlH": it references class "App\\Entity\\OrdenVentaDetallePago" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.o0qrMDD.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinica6Service()
{
$this->throw('Cannot autowire service ".service_locator.o0qrMDD": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.p5vkHPN.App\Entity\Odontograma' shared service.
*
* @return \App\Entity\Odontograma
*/
protected function getOdontograma4Service()
{
$this->throw('Cannot autowire service ".service_locator.p5vkHPN": it references class "App\\Entity\\Odontograma" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pLSjJMP.App\Entity\Producto' shared service.
*
* @return \App\Entity\Producto
*/
protected function getProducto5Service()
{
$this->throw('Cannot autowire service ".service_locator.pLSjJMP": it references class "App\\Entity\\Producto" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pnH2ETv.App\Entity\ExamenParametro' shared service.
*
* @return \App\Entity\ExamenParametro
*/
protected function getExamenParametroService()
{
$this->throw('Cannot autowire service ".service_locator.pnH2ETv": it references class "App\\Entity\\ExamenParametro" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.pswu058.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getReceta6Service()
{
$this->throw('Cannot autowire service ".service_locator.pswu058": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.qTKlar4.App\Entity\TipoServicio' shared service.
*
* @return \App\Entity\TipoServicio
*/
protected function getTipoServicio2Service()
{
$this->throw('Cannot autowire service ".service_locator.qTKlar4": it references class "App\\Entity\\TipoServicio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.qzXHBZ7.App\Entity\Orden012Detalle' shared service.
*
* @return \App\Entity\Orden012Detalle
*/
protected function getOrden012Detalle2Service()
{
$this->throw('Cannot autowire service ".service_locator.qzXHBZ7": it references class "App\\Entity\\Orden012Detalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.rIa3p2z.App\Entity\Examen' shared service.
*
* @return \App\Entity\Examen
*/
protected function getExamenService()
{
$this->throw('Cannot autowire service ".service_locator.rIa3p2z": it references class "App\\Entity\\Examen" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.ryVsE9E.App\Entity\AgendaRecesionMovilidad' shared service.
*
* @return \App\Entity\AgendaRecesionMovilidad
*/
protected function getAgendaRecesionMovilidadService()
{
$this->throw('Cannot autowire service ".service_locator.ryVsE9E": it references class "App\\Entity\\AgendaRecesionMovilidad" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.s8kIE2e.App\Entity\OrdenProcedimiento' shared service.
*
* @return \App\Entity\OrdenProcedimiento
*/
protected function getOrdenProcedimiento6Service()
{
$this->throw('Cannot autowire service ".service_locator.s8kIE2e": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.s94QMRB.App\Entity\OrdenVenta' shared service.
*
* @return \App\Entity\OrdenVenta
*/
protected function getOrdenVenta6Service()
{
$this->throw('Cannot autowire service ".service_locator.s94QMRB": it references class "App\\Entity\\OrdenVenta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.sR9Zkzg.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda16Service()
{
$this->throw('Cannot autowire service ".service_locator.sR9Zkzg": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.sRGx2lV.App\Entity\Record' shared service.
*
* @return \App\Entity\Record
*/
protected function getRecord4Service()
{
$this->throw('Cannot autowire service ".service_locator.sRGx2lV": it references class "App\\Entity\\Record" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.siuDucY.App\Entity\CierreCaja' shared service.
*
* @return \App\Entity\CierreCaja
*/
protected function getCierreCajaService()
{
$this->throw('Cannot autowire service ".service_locator.siuDucY": it references class "App\\Entity\\CierreCaja" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.smoF0oF.App\Entity\Dependencia' shared service.
*
* @return \App\Entity\Dependencia
*/
protected function getDependenciaService()
{
$this->throw('Cannot autowire service ".service_locator.smoF0oF": it references class "App\\Entity\\Dependencia" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.t.XgU3s.App\Entity\Tarjetas' shared service.
*
* @return \App\Entity\Tarjetas
*/
protected function getTarjetasService()
{
$this->throw('Cannot autowire service ".service_locator.t.XgU3s": it references class "App\\Entity\\Tarjetas" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.t0aasGW.App\Entity\LabProtocolo' shared service.
*
* @return \App\Entity\LabProtocolo
*/
protected function getLabProtocoloService()
{
$this->throw('Cannot autowire service ".service_locator.t0aasGW": it references class "App\\Entity\\LabProtocolo" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.tzmtOFV.App\Entity\Odontograma' shared service.
*
* @return \App\Entity\Odontograma
*/
protected function getOdontograma5Service()
{
$this->throw('Cannot autowire service ".service_locator.tzmtOFV": it references class "App\\Entity\\Odontograma" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.uDPBgLu.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getReceta7Service()
{
$this->throw('Cannot autowire service ".service_locator.uDPBgLu": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.uIKtvHf.App\Entity\DetalleTerapias' shared service.
*
* @return \App\Entity\DetalleTerapias
*/
protected function getDetalleTerapias2Service()
{
$this->throw('Cannot autowire service ".service_locator.uIKtvHf": it references class "App\\Entity\\DetalleTerapias" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.v6XnL94.App\Entity\Receta' shared service.
*
* @return \App\Entity\Receta
*/
protected function getReceta8Service()
{
$this->throw('Cannot autowire service ".service_locator.v6XnL94": it references class "App\\Entity\\Receta" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vFLyZbk.App\Entity\Estudio' shared service.
*
* @return \App\Entity\Estudio
*/
protected function getEstudio15Service()
{
$this->throw('Cannot autowire service ".service_locator.vFLyZbk": it references class "App\\Entity\\Estudio" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vI89KRe.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinica7Service()
{
$this->throw('Cannot autowire service ".service_locator.vI89KRe": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.vo3flOM.App\Entity\Cie10' shared service.
*
* @return \App\Entity\Cie10
*/
protected function getCie10Service()
{
$this->throw('Cannot autowire service ".service_locator.vo3flOM": it references class "App\\Entity\\Cie10" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.wA9VCrC.App\Entity\RecetaDetalle' shared service.
*
* @return \App\Entity\RecetaDetalle
*/
protected function getRecetaDetalle2Service()
{
$this->throw('Cannot autowire service ".service_locator.wA9VCrC": it references class "App\\Entity\\RecetaDetalle" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.wa.ZznD.App\Entity\PlanoCabecera' shared service.
*
* @return \App\Entity\PlanoCabecera
*/
protected function getPlanoCabecera6Service()
{
$this->throw('Cannot autowire service ".service_locator.wa.ZznD": it references class "App\\Entity\\PlanoCabecera" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.wi_j08R.App\Entity\Empresa' shared service.
*
* @return \App\Entity\Empresa
*/
protected function getEmpresaService()
{
$this->throw('Cannot autowire service ".service_locator.wi_j08R": it references class "App\\Entity\\Empresa" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.x9QN07b.App\Entity\LogAntecedentesPersonales' shared service.
*
* @return \App\Entity\LogAntecedentesPersonales
*/
protected function getLogAntecedentesPersonales2Service()
{
$this->throw('Cannot autowire service ".service_locator.x9QN07b": it references class "App\\Entity\\LogAntecedentesPersonales" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xRyE0Vf.App\Entity\Derivacion' shared service.
*
* @return \App\Entity\Derivacion
*/
protected function getDerivacionService()
{
$this->throw('Cannot autowire service ".service_locator.xRyE0Vf": it references class "App\\Entity\\Derivacion" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
*
* @return \Symfony\Component\Config\Loader\LoaderInterface
*/
protected function getLoaderInterfaceService()
{
$this->throw('Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
}
/**
* Gets the private '.errored..service_locator.xd_jThG.App\Entity\PlanoCabecera' shared service.
*
* @return \App\Entity\PlanoCabecera
*/
protected function getPlanoCabecera7Service()
{
$this->throw('Cannot autowire service ".service_locator.xd_jThG": it references class "App\\Entity\\PlanoCabecera" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.xipOYQr.App\Entity\ExamenOrden' shared service.
*
* @return \App\Entity\ExamenOrden
*/
protected function getExamenOrden6Service()
{
$this->throw('Cannot autowire service ".service_locator.xipOYQr": it references class "App\\Entity\\ExamenOrden" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.yvzfTkz.App\Entity\Terapias' shared service.
*
* @return \App\Entity\Terapias
*/
protected function getTerapias2Service()
{
$this->throw('Cannot autowire service ".service_locator.yvzfTkz": it references class "App\\Entity\\Terapias" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zStgsxJ.App\Entity\ItemConvenios' shared service.
*
* @return \App\Entity\ItemConvenios
*/
protected function getItemConveniosService()
{
$this->throw('Cannot autowire service ".service_locator.zStgsxJ": it references class "App\\Entity\\ItemConvenios" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zWscnn3.App\Entity\HistoriaClinica' shared service.
*
* @return \App\Entity\HistoriaClinica
*/
protected function getHistoriaClinica8Service()
{
$this->throw('Cannot autowire service ".service_locator.zWscnn3": it references class "App\\Entity\\HistoriaClinica" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zZtX6PR.App\Entity\Agenda' shared service.
*
* @return \App\Entity\Agenda
*/
protected function getAgenda17Service()
{
$this->throw('Cannot autowire service ".service_locator.zZtX6PR": it references class "App\\Entity\\Agenda" but no such service exists.');
}
/**
* Gets the private '.errored..service_locator.zfORuDN.App\Entity\OrdenVenta' shared service.
*
* @return \App\Entity\OrdenVenta
*/
protected function getOrdenVenta7Service()
{
$this->throw('Cannot autowire service ".service_locator.zfORuDN": it references class "App\\Entity\\OrdenVenta" but no such service exists.');
}
/**
* Gets the private '.errored.1BPsV6P' shared service.
*
* @return \App\Controller\Preparacion
*/
protected function get_Errored_1BPsV6PService()
{
$this->throw('Cannot determine controller argument for "App\\Controller\\PreparacionEstudioController::show()": the $preparacion argument is type-hinted with the non-existent class or interface: "App\\Controller\\Preparacion". Did you forget to add a use statement?');
}
/**
* Gets the private '.errored.HixDOnF' shared service.
*
* @return \App\Controller\PlanoCabeceraRepository
*/
protected function get_Errored_HixDOnFService()
{
$this->throw('Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $planoCabeceraRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\PlanoCabeceraRepository". Did you forget to add a use statement?');
}
/**
* Gets the private '.errored.Rp5ODgG' shared service.
*
* @return \App\Controller\TipoSeguroRepository
*/
protected function get_Errored_Rp5ODgGService()
{
$this->throw('Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $tipoSeguroRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\TipoSeguroRepository". Did you forget to add a use statement?');
}
/**
* Gets the private '.errored.kBDWM2c' shared service.
*
* @return \App\Controller\AgendaRepository
*/
protected function get_Errored_KBDWM2cService()
{
$this->throw('Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $agendaRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\AgendaRepository". Did you forget to add a use statement?');
}
/**
* Gets the private '.errored.muN6XDb' shared service.
*
* @return \App\Controller\PacienteRepository
*/
protected function get_Errored_MuN6XDbService()
{
$this->throw('Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $pacienteRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\PacienteRepository". Did you forget to add a use statement?');
}
/**
* Gets the private '.errored.t7mIZRj' shared service.
*
* @return \App\Controller\Preparacion
*/
protected function get_Errored_T7mIZRjService()
{
$this->throw('Cannot determine controller argument for "App\\Controller\\PreparacionEstudioController::delete()": the $preparacion argument is type-hinted with the non-existent class or interface: "App\\Controller\\Preparacion". Did you forget to add a use statement?');
}
/**
* Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_CheckConfigCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.enable_encryption_config_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_EnableEncryptionConfigCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.lexik_jwt_authentication.enable_encryption_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:enable-encryption', [], 'Enable Web-Token encryption support.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand {
return ($this->privates['lexik_jwt_authentication.enable_encryption_config_command'] ?? $this->getLexikJwtAuthentication_EnableEncryptionConfigCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_GenerateTokenCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
});
}
/**
* Gets the private '.lexik_jwt_authentication.migrate_config_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_LexikJwtAuthentication_MigrateConfigCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.lexik_jwt_authentication.migrate_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:migrate-config', [], 'Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.', false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand {
return ($this->privates['lexik_jwt_authentication.migrate_config_command'] ?? $this->getLexikJwtAuthentication_MigrateConfigCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_auth.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeAuth_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
});
}
/**
* Gets the private '.maker.auto_command.make_command.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCommand_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
});
}
/**
* Gets the private '.maker.auto_command.make_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_crud.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeCrud_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
});
}
/**
* Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
});
}
/**
* Gets the private '.maker.auto_command.make_entity.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeEntity_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
});
}
/**
* Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
});
}
/**
* Gets the private '.maker.auto_command.make_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_message.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessage_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
});
}
/**
* Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
});
}
/**
* Gets the private '.maker.auto_command.make_migration.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeMigration_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
});
}
/**
* Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
});
}
/**
* Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
});
}
/**
* Gets the private '.maker.auto_command.make_security_form_login.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSecurityFormLogin_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_security_form_login.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:security:form-login', [], 'Generate the code needed for the form_login authenticator', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_security_form_login'] ?? $this->getMaker_AutoCommand_MakeSecurityFormLoginService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
});
}
/**
* Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
});
}
/**
* Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
});
}
/**
* Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
});
}
/**
* Gets the private '.maker.auto_command.make_test.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTest_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [0 => 'make:unit-test', 1 => 'make:functional-test'], 'Creates a new test class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
});
}
/**
* Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension with its runtime class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
});
}
/**
* Gets the private '.maker.auto_command.make_user.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeUser_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
});
}
/**
* Gets the private '.maker.auto_command.make_validator.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeValidator_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
});
}
/**
* Gets the private '.maker.auto_command.make_voter.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Maker_AutoCommand_MakeVoter_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class', false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
});
}
/**
* Gets the private '.monolog.command.server_log.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Monolog_Command_ServerLog_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time', false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
});
}
/**
* Gets the private '.security.command.debug_firewall.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_DebugFirewall_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)', false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
});
}
/**
* Gets the private '.security.command.user_password_encoder.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordEncoder_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password', false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
});
}
/**
* Gets the private '.security.command.user_password_hash.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Security_Command_UserPasswordHash_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password', false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
});
}
/**
* Gets the private '.service_locator..ANxPUT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__ANxPUTService()
{
return $this->privates['.service_locator..ANxPUT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'interconsulta' => ['privates', '.errored..service_locator..ANxPUT.App\\Entity\\Interconsulta', NULL, 'Cannot autowire service ".service_locator..ANxPUT": it references class "App\\Entity\\Interconsulta" but no such service exists.'],
], [
'interconsulta' => 'App\\Entity\\Interconsulta',
]);
}
/**
* Gets the private '.service_locator..Iz.aJa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__Iz_AJaService()
{
return $this->privates['.service_locator..Iz.aJa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteReferencia' => ['privates', '.errored..service_locator..Iz.aJa.App\\Entity\\PacienteReferencia', NULL, 'Cannot autowire service ".service_locator..Iz.aJa": it references class "App\\Entity\\PacienteReferencia" but no such service exists.'],
], [
'pacienteReferencia' => 'App\\Entity\\PacienteReferencia',
]);
}
/**
* Gets the private '.service_locator..ShbWhF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__ShbWhFService()
{
return $this->privates['.service_locator..ShbWhF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'receta' => ['privates', '.errored..service_locator..ShbWhF.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator..ShbWhF": it references class "App\\Entity\\Receta" but no such service exists.'],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'receta' => 'App\\Entity\\Receta',
]);
}
/**
* Gets the private '.service_locator..ra8kI_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__Ra8kIService()
{
return $this->privates['.service_locator..ra8kI_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'turno' => ['privates', '.errored..service_locator..ra8kI_.App\\Entity\\Turno', NULL, 'Cannot autowire service ".service_locator..ra8kI_": it references class "App\\Entity\\Turno" but no such service exists.'],
], [
'turno' => 'App\\Entity\\Turno',
]);
}
/**
* Gets the private '.service_locator..vx.i6c' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator__Vx_I6cService()
{
return $this->privates['.service_locator..vx.i6c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenReferencium' => ['privates', '.errored..service_locator..vx.i6c.App\\Entity\\ExamenReferencia', NULL, 'Cannot autowire service ".service_locator..vx.i6c": it references class "App\\Entity\\ExamenReferencia" but no such service exists.'],
], [
'examenReferencium' => 'App\\Entity\\ExamenReferencia',
]);
}
/**
* Gets the private '.service_locator.00VezmI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_00VezmIService()
{
return $this->privates['.service_locator.00VezmI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'planocabecerarepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'planocabecerarepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.0WwVoWW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_0WwVoWWService()
{
return $this->privates['.service_locator.0WwVoWW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.131xVl7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_131xVl7Service()
{
return $this->privates['.service_locator.131xVl7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'convenioRepository' => ['privates', 'App\\Repository\\ConvenioRepository', 'getConvenioRepositoryService', false],
'insumosEnfermeriaRepository' => ['privates', 'App\\Repository\\InsumosEnfermeriaRepository', 'getInsumosEnfermeriaRepositoryService', false],
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'planoCabecera' => ['privates', '.errored..service_locator.131xVl7.App\\Entity\\PlanoCabecera', NULL, 'Cannot autowire service ".service_locator.131xVl7": it references class "App\\Entity\\PlanoCabecera" but no such service exists.'],
], [
'convenioRepository' => 'App\\Repository\\ConvenioRepository',
'insumosEnfermeriaRepository' => 'App\\Repository\\InsumosEnfermeriaRepository',
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'planoCabecera' => 'App\\Entity\\PlanoCabecera',
]);
}
/**
* Gets the private '.service_locator.1mAN09v' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1mAN09vService()
{
return $this->privates['.service_locator.1mAN09v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosOrden012Repository' => ['privates', 'App\\Repository\\DiagnosticosOrden012Repository', 'getDiagnosticosOrden012RepositoryService', false],
], [
'diagnosticosOrden012Repository' => 'App\\Repository\\DiagnosticosOrden012Repository',
]);
}
/**
* Gets the private '.service_locator.1pLQMj4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1pLQMj4Service()
{
return $this->privates['.service_locator.1pLQMj4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pantallasAs400Repository' => ['privates', 'App\\Repository\\PantallasAs400Repository', 'getPantallasAs400RepositoryService', false],
], [
'pantallasAs400Repository' => 'App\\Repository\\PantallasAs400Repository',
]);
}
/**
* Gets the private '.service_locator.1r3L7rf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_1r3L7rfService()
{
return $this->privates['.service_locator.1r3L7rf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'paginator' => '?',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.2nmWEDE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_2nmWEDEService()
{
return $this->privates['.service_locator.2nmWEDE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productoXl' => ['privates', '.errored..service_locator.2nmWEDE.App\\Entity\\ProductoXls', NULL, 'Cannot autowire service ".service_locator.2nmWEDE": it references class "App\\Entity\\ProductoXls" but no such service exists.'],
], [
'productoXl' => 'App\\Entity\\ProductoXls',
]);
}
/**
* Gets the private '.service_locator.34Rp99P' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_34Rp99PService()
{
return $this->privates['.service_locator.34Rp99P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden012Repository' => ['privates', 'App\\Repository\\Orden012Repository', 'getOrden012RepositoryService', false],
], [
'orden012Repository' => 'App\\Repository\\Orden012Repository',
]);
}
/**
* Gets the private '.service_locator.3Arv.WH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3Arv_WHService()
{
return $this->privates['.service_locator.3Arv.WH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'paginator' => '?',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.3HVk10E' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3HVk10EService()
{
return $this->privates['.service_locator.3HVk10E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pantallasAs400' => ['privates', '.errored..service_locator.3HVk10E.App\\Entity\\PantallasAs400', NULL, 'Cannot autowire service ".service_locator.3HVk10E": it references class "App\\Entity\\PantallasAs400" but no such service exists.'],
], [
'pantallasAs400' => 'App\\Entity\\PantallasAs400',
]);
}
/**
* Gets the private '.service_locator.3kItt6.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3kItt6_Service()
{
return $this->privates['.service_locator.3kItt6.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'convenioRepository' => ['privates', 'App\\Repository\\ConvenioRepository', 'getConvenioRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.3kItt6..App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.3kItt6.": it references class "App\\Entity\\Estudio" but no such service exists.'],
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'maestroPlantillasRepository' => ['privates', 'App\\Repository\\MaestroPlantillasRepository', 'getMaestroPlantillasRepositoryService', false],
], [
'convenioRepository' => 'App\\Repository\\ConvenioRepository',
'estudio' => 'App\\Entity\\Estudio',
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'maestroPlantillasRepository' => 'App\\Repository\\MaestroPlantillasRepository',
]);
}
/**
* Gets the private '.service_locator.4T4EJFR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4T4EJFRService()
{
return $this->privates['.service_locator.4T4EJFR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'user' => ['privates', '.errored..service_locator.4T4EJFR.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.4T4EJFR": it references class "App\\Entity\\User" but no such service exists.'],
], [
'user' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.4T5fs21' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4T5fs21Service()
{
return $this->privates['.service_locator.4T5fs21'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cargaContificoRepository' => ['privates', 'App\\Repository\\CargaContificoRepository', 'getCargaContificoRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'cargaContificoRepository' => 'App\\Repository\\CargaContificoRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.4VDigRP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4VDigRPService()
{
return $this->privates['.service_locator.4VDigRP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'movimientosProducto' => ['privates', '.errored..service_locator.4VDigRP.App\\Entity\\MovimientosProductos', NULL, 'Cannot autowire service ".service_locator.4VDigRP": it references class "App\\Entity\\MovimientosProductos" but no such service exists.'],
], [
'movimientosProducto' => 'App\\Entity\\MovimientosProductos',
]);
}
/**
* Gets the private '.service_locator.4rdy3VL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4rdy3VLService()
{
return $this->privates['.service_locator.4rdy3VL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.4rdy3VL.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.4rdy3VL": it references class "App\\Entity\\Agenda" but no such service exists.'],
'agendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
'maestroDocumentosRepository' => ['privates', 'App\\Repository\\MaestroDocumentosRepository', 'getMaestroDocumentosRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'agendaArchivosRepository' => 'App\\Repository\\AgendaArchivosRepository',
'maestroDocumentosRepository' => 'App\\Repository\\MaestroDocumentosRepository',
]);
}
/**
* Gets the private '.service_locator.4tkLpL6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4tkLpL6Service()
{
return $this->privates['.service_locator.4tkLpL6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosInterconsultum' => ['privates', '.errored..service_locator.4tkLpL6.App\\Entity\\DiagnosticosInterconsulta', NULL, 'Cannot autowire service ".service_locator.4tkLpL6": it references class "App\\Entity\\DiagnosticosInterconsulta" but no such service exists.'],
], [
'diagnosticosInterconsultum' => 'App\\Entity\\DiagnosticosInterconsulta',
]);
}
/**
* Gets the private '.service_locator.4wQq05n' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4wQq05nService()
{
return $this->privates['.service_locator.4wQq05n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden012' => ['privates', '.errored..service_locator.4wQq05n.App\\Entity\\Orden012', NULL, 'Cannot autowire service ".service_locator.4wQq05n": it references class "App\\Entity\\Orden012" but no such service exists.'],
], [
'orden012' => 'App\\Entity\\Orden012',
]);
}
/**
* Gets the private '.service_locator.4yyjPzQ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_4yyjPzQService()
{
return $this->privates['.service_locator.4yyjPzQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'paginator' => '?',
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.531cCm_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_531cCmService()
{
return $this->privates['.service_locator.531cCm_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dientesRepository' => ['privates', 'App\\Repository\\DientesRepository', 'getDientesRepositoryService', false],
'odontograma' => ['privates', '.errored..service_locator.531cCm_.App\\Entity\\Odontograma', NULL, 'Cannot autowire service ".service_locator.531cCm_": it references class "App\\Entity\\Odontograma" but no such service exists.'],
], [
'dientesRepository' => 'App\\Repository\\DientesRepository',
'odontograma' => 'App\\Entity\\Odontograma',
]);
}
/**
* Gets the private '.service_locator.5HWXOKD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5HWXOKDService()
{
return $this->privates['.service_locator.5HWXOKD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
], [
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
]);
}
/**
* Gets the private '.service_locator.5ds_hRX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5dsHRXService()
{
return $this->privates['.service_locator.5ds_hRX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'logAntecedentesPersonalesRepository' => ['privates', 'App\\Repository\\LogAntecedentesPersonalesRepository', 'getLogAntecedentesPersonalesRepositoryService', false],
'record' => ['privates', '.errored..service_locator.5ds_hRX.App\\Entity\\Record', NULL, 'Cannot autowire service ".service_locator.5ds_hRX": it references class "App\\Entity\\Record" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'logAntecedentesPersonalesRepository' => 'App\\Repository\\LogAntecedentesPersonalesRepository',
'record' => 'App\\Entity\\Record',
]);
}
/**
* Gets the private '.service_locator.5nyB6NZ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5nyB6NZService()
{
return $this->privates['.service_locator.5nyB6NZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'hdSolicitudRepository' => ['privates', 'App\\Repository\\HdSolicitudRepository', 'getHdSolicitudRepositoryService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
'hdSolicitudRepository' => 'App\\Repository\\HdSolicitudRepository',
]);
}
/**
* Gets the private '.service_locator.5x7ESAw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_5x7ESAwService()
{
return $this->privates['.service_locator.5x7ESAw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cierreCajaRepository' => ['privates', 'App\\Repository\\CierreCajaRepository', 'getCierreCajaRepositoryService', false],
], [
'cierreCajaRepository' => 'App\\Repository\\CierreCajaRepository',
]);
}
/**
* Gets the private '.service_locator.6H7qA2B' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6H7qA2BService()
{
return $this->privates['.service_locator.6H7qA2B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'kernel' => ['services', 'kernel', 'getKernelService', false],
], [
'kernel' => '?',
]);
}
/**
* Gets the private '.service_locator.6UwlhS3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6UwlhS3Service()
{
return $this->privates['.service_locator.6UwlhS3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'producto' => ['privates', '.errored..service_locator.6UwlhS3.App\\Entity\\Producto', NULL, 'Cannot autowire service ".service_locator.6UwlhS3": it references class "App\\Entity\\Producto" but no such service exists.'],
'productoNivelRepository' => ['privates', 'App\\Repository\\ProductoNivelRepository', 'getProductoNivelRepositoryService', false],
], [
'producto' => 'App\\Entity\\Producto',
'productoNivelRepository' => 'App\\Repository\\ProductoNivelRepository',
]);
}
/**
* Gets the private '.service_locator.6juiWtl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_6juiWtlService()
{
return $this->privates['.service_locator.6juiWtl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.6juiWtl.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.6juiWtl": it references class "App\\Entity\\Agenda" but no such service exists.'],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.7EmHtGW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7EmHtGWService()
{
return $this->privates['.service_locator.7EmHtGW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteReferencium' => ['privates', '.errored..service_locator.7EmHtGW.App\\Entity\\PacienteReferencia', NULL, 'Cannot autowire service ".service_locator.7EmHtGW": it references class "App\\Entity\\PacienteReferencia" but no such service exists.'],
], [
'pacienteReferencium' => 'App\\Entity\\PacienteReferencia',
]);
}
/**
* Gets the private '.service_locator.7JeL3.C' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7JeL3_CService()
{
return $this->privates['.service_locator.7JeL3.C'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'medicina' => ['privates', '.errored..service_locator.7JeL3.C.App\\Entity\\Medicina', NULL, 'Cannot autowire service ".service_locator.7JeL3.C": it references class "App\\Entity\\Medicina" but no such service exists.'],
], [
'medicina' => 'App\\Entity\\Medicina',
]);
}
/**
* Gets the private '.service_locator.7dsm2sl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7dsm2slService()
{
return $this->privates['.service_locator.7dsm2sl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'movimientosProductosRepository' => ['privates', 'App\\Repository\\MovimientosProductosRepository', 'getMovimientosProductosRepositoryService', false],
], [
'movimientosProductosRepository' => 'App\\Repository\\MovimientosProductosRepository',
]);
}
/**
* Gets the private '.service_locator.7hBoWcO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7hBoWcOService()
{
return $this->privates['.service_locator.7hBoWcO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'maestroPlantilla' => ['privates', '.errored..service_locator.7hBoWcO.App\\Entity\\MaestroPlantillas', NULL, 'Cannot autowire service ".service_locator.7hBoWcO": it references class "App\\Entity\\MaestroPlantillas" but no such service exists.'],
], [
'maestroPlantilla' => 'App\\Entity\\MaestroPlantillas',
]);
}
/**
* Gets the private '.service_locator.7pyAXWC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_7pyAXWCService()
{
return $this->privates['.service_locator.7pyAXWC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.81MP3Gx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_81MP3GxService()
{
return $this->privates['.service_locator.81MP3Gx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'preparacion' => ['privates', '.errored..service_locator.81MP3Gx.App\\Entity\\Preparacion', NULL, 'Cannot autowire service ".service_locator.81MP3Gx": it references class "App\\Entity\\Preparacion" but no such service exists.'],
], [
'preparacion' => 'App\\Entity\\Preparacion',
]);
}
/**
* Gets the private '.service_locator.8IYIkev' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8IYIkevService()
{
return $this->privates['.service_locator.8IYIkev'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'epicrisisRepository' => ['privates', 'App\\Repository\\EpicrisisRepository', 'getEpicrisisRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.8IYIkev.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.8IYIkev": it references class "App\\Entity\\Estudio" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'epicrisisRepository' => 'App\\Repository\\EpicrisisRepository',
'estudio' => 'App\\Entity\\Estudio',
]);
}
/**
* Gets the private '.service_locator.8IahSgY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8IahSgYService()
{
return $this->privates['.service_locator.8IahSgY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'orden012Repository' => ['privates', 'App\\Repository\\Orden012Repository', 'getOrden012RepositoryService', false],
], [
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'orden012Repository' => 'App\\Repository\\Orden012Repository',
]);
}
/**
* Gets the private '.service_locator.8PG_c8f' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8PGC8fService()
{
return $this->privates['.service_locator.8PG_c8f'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'planoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
'planoDetalleRepository' => 'App\\Repository\\PlanoDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.8a7Jvpo' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8a7JvpoService()
{
return $this->privates['.service_locator.8a7Jvpo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'interconsulta' => ['privates', '.errored..service_locator.8a7Jvpo.App\\Entity\\Interconsulta', NULL, 'Cannot autowire service ".service_locator.8a7Jvpo": it references class "App\\Entity\\Interconsulta" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'interconsulta' => 'App\\Entity\\Interconsulta',
]);
}
/**
* Gets the private '.service_locator.8aw1iiB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8aw1iiBService()
{
return $this->privates['.service_locator.8aw1iiB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'datosCirugium' => ['privates', '.errored..service_locator.8aw1iiB.App\\Entity\\DatosCirugia', NULL, 'Cannot autowire service ".service_locator.8aw1iiB": it references class "App\\Entity\\DatosCirugia" but no such service exists.'],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
], [
'datosCirugium' => 'App\\Entity\\DatosCirugia',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
]);
}
/**
* Gets the private '.service_locator.8fs15ZI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8fs15ZIService()
{
return $this->privates['.service_locator.8fs15ZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrdenResultado' => ['privates', '.errored..service_locator.8fs15ZI.App\\Entity\\ExamenOrdenResultado', NULL, 'Cannot autowire service ".service_locator.8fs15ZI": it references class "App\\Entity\\ExamenOrdenResultado" but no such service exists.'],
], [
'examenOrdenResultado' => 'App\\Entity\\ExamenOrdenResultado',
]);
}
/**
* Gets the private '.service_locator.8w2JJ.8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_8w2JJ_8Service()
{
return $this->privates['.service_locator.8w2JJ.8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'formaPagoRepository' => ['privates', 'App\\Repository\\FormaPagoRepository', 'getFormaPagoRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'formaPagoRepository' => 'App\\Repository\\FormaPagoRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'paginator' => '?',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.93qxUom' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_93qxUomService()
{
return $this->privates['.service_locator.93qxUom'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'planoCabecera' => ['privates', '.errored..service_locator.93qxUom.App\\Entity\\PlanoCabecera', NULL, 'Cannot autowire service ".service_locator.93qxUom": it references class "App\\Entity\\PlanoCabecera" but no such service exists.'],
], [
'planoCabecera' => 'App\\Entity\\PlanoCabecera',
]);
}
/**
* Gets the private '.service_locator.9DK3vSv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9DK3vSvService()
{
return $this->privates['.service_locator.9DK3vSv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenProcedimiento' => ['privates', '.errored..service_locator.9DK3vSv.App\\Entity\\OrdenProcedimiento', NULL, 'Cannot autowire service ".service_locator.9DK3vSv": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.'],
'unidadRepository' => ['privates', 'App\\Repository\\UnidadRepository', 'getUnidadRepositoryService', false],
], [
'ordenProcedimiento' => 'App\\Entity\\OrdenProcedimiento',
'unidadRepository' => 'App\\Repository\\UnidadRepository',
]);
}
/**
* Gets the private '.service_locator.9TgXv9j' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9TgXv9jService()
{
return $this->privates['.service_locator.9TgXv9j'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
], [
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
]);
}
/**
* Gets the private '.service_locator.9UUTfym' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9UUTfymService()
{
return $this->privates['.service_locator.9UUTfym'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.9UUTfym.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.9UUTfym": it references class "App\\Entity\\Agenda" but no such service exists.'],
'dientesRepository' => ['privates', 'App\\Repository\\DientesRepository', 'getDientesRepositoryService', false],
'odontogramaProcedimientoRepository' => ['privates', 'App\\Repository\\OdontogramaProcedimientoRepository', 'getOdontogramaProcedimientoRepositoryService', false],
'odontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'dientesRepository' => 'App\\Repository\\DientesRepository',
'odontogramaProcedimientoRepository' => 'App\\Repository\\OdontogramaProcedimientoRepository',
'odontogramaRepository' => 'App\\Repository\\OdontogramaRepository',
]);
}
/**
* Gets the private '.service_locator.9eO7IJm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9eO7IJmService()
{
return $this->privates['.service_locator.9eO7IJm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'especialidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'hdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
'hdSolicitud' => ['privates', '.errored..service_locator.9eO7IJm.App\\Entity\\HdSolicitud', NULL, 'Cannot autowire service ".service_locator.9eO7IJm": it references class "App\\Entity\\HdSolicitud" but no such service exists.'],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
], [
'especialidadRepository' => 'App\\Repository\\EspecialidadRepository',
'hdMaestroPasosRepository' => 'App\\Repository\\HdMaestroPasosRepository',
'hdSolicitud' => 'App\\Entity\\HdSolicitud',
'salaRepository' => 'App\\Repository\\SalaRepository',
]);
}
/**
* Gets the private '.service_locator.9jHLU_O' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9jHLUOService()
{
return $this->privates['.service_locator.9jHLU_O'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', '.errored.kBDWM2c', NULL, 'Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $agendaRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\AgendaRepository". Did you forget to add a use statement?'],
'pacienteRepository' => ['privates', '.errored.muN6XDb', NULL, 'Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $pacienteRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\PacienteRepository". Did you forget to add a use statement?'],
'planoCabeceraRepository' => ['privates', '.errored.HixDOnF', NULL, 'Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $planoCabeceraRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\PlanoCabeceraRepository". Did you forget to add a use statement?'],
'tipoSeguroRepository' => ['privates', '.errored.Rp5ODgG', NULL, 'Cannot determine controller argument for "App\\Controller\\ProductoController::cargar_codigo()": the $tipoSeguroRepository argument is type-hinted with the non-existent class or interface: "App\\Controller\\TipoSeguroRepository". Did you forget to add a use statement?'],
], [
'agendaRepository' => '?',
'pacienteRepository' => '?',
'planoCabeceraRepository' => '?',
'tipoSeguroRepository' => '?',
]);
}
/**
* Gets the private '.service_locator.9pZ.qax' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9pZ_QaxService()
{
return $this->privates['.service_locator.9pZ.qax'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.9vhs7bu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_9vhs7buService()
{
return $this->privates['.service_locator.9vhs7bu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.9vhs7bu.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.9vhs7bu": it references class "App\\Entity\\Estudio" but no such service exists.'],
'insumosEnfermeriaRepository' => ['privates', 'App\\Repository\\InsumosEnfermeriaRepository', 'getInsumosEnfermeriaRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'estudio' => 'App\\Entity\\Estudio',
'insumosEnfermeriaRepository' => 'App\\Repository\\InsumosEnfermeriaRepository',
]);
}
/**
* Gets the private '.service_locator.AEIuA4R' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AEIuA4RService()
{
return $this->privates['.service_locator.AEIuA4R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'seguroPrivadoRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
], [
'seguroPrivadoRepository' => 'App\\Repository\\SeguroPrivadoRepository',
]);
}
/**
* Gets the private '.service_locator.AIouMcH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AIouMcHService()
{
return $this->privates['.service_locator.AIouMcH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.AJELo62' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AJELo62Service()
{
return $this->privates['.service_locator.AJELo62'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.ARpKHrP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ARpKHrPService()
{
return $this->privates['.service_locator.ARpKHrP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.ARt4mUO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ARt4mUOService()
{
return $this->privates['.service_locator.ARt4mUO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paciente' => ['privates', '.errored..service_locator.ARt4mUO.App\\Entity\\Paciente', NULL, 'Cannot autowire service ".service_locator.ARt4mUO": it references class "App\\Entity\\Paciente" but no such service exists.'],
], [
'paciente' => 'App\\Entity\\Paciente',
]);
}
/**
* Gets the private '.service_locator.AXeij98' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AXeij98Service()
{
return $this->privates['.service_locator.AXeij98'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudio' => ['privates', '.errored..service_locator.AXeij98.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.AXeij98": it references class "App\\Entity\\Estudio" but no such service exists.'],
'insumosEnfermeriaRepository' => ['privates', 'App\\Repository\\InsumosEnfermeriaRepository', 'getInsumosEnfermeriaRepositoryService', false],
], [
'estudio' => 'App\\Entity\\Estudio',
'insumosEnfermeriaRepository' => 'App\\Repository\\InsumosEnfermeriaRepository',
]);
}
/**
* Gets the private '.service_locator.Ar72Kzz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ar72KzzService()
{
return $this->privates['.service_locator.Ar72Kzz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdSolicitud' => ['privates', '.errored..service_locator.Ar72Kzz.App\\Entity\\HdSolicitud', NULL, 'Cannot autowire service ".service_locator.Ar72Kzz": it references class "App\\Entity\\HdSolicitud" but no such service exists.'],
], [
'hdSolicitud' => 'App\\Entity\\HdSolicitud',
]);
}
/**
* Gets the private '.service_locator.B6ndtY8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B6ndtY8Service()
{
return $this->privates['.service_locator.B6ndtY8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'examenordenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'grupoExamenesRepository' => ['privates', 'App\\Repository\\GrupoExamenesRepository', 'getGrupoExamenesRepositoryService', false],
'orden' => ['privates', '.errored..service_locator.B6ndtY8.App\\Entity\\ExamenOrden', NULL, 'Cannot autowire service ".service_locator.B6ndtY8": it references class "App\\Entity\\ExamenOrden" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'examenordenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'grupoExamenesRepository' => 'App\\Repository\\GrupoExamenesRepository',
'orden' => 'App\\Entity\\ExamenOrden',
]);
}
/**
* Gets the private '.service_locator.BLztbo6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BLztbo6Service()
{
return $this->privates['.service_locator.BLztbo6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinica' => ['privates', '.errored..service_locator.BLztbo6.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator.BLztbo6": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
], [
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
]);
}
/**
* Gets the private '.service_locator.BYSMAyR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BYSMAyRService()
{
return $this->privates['.service_locator.BYSMAyR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.BYSMAyR.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.BYSMAyR": it references class "App\\Entity\\Estudio" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'estudio' => 'App\\Entity\\Estudio',
]);
}
/**
* Gets the private '.service_locator.BYlL5xh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BYlL5xhService()
{
return $this->privates['.service_locator.BYlL5xh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdEmergencium' => ['privates', '.errored..service_locator.BYlL5xh.App\\Entity\\HdEmergencia', NULL, 'Cannot autowire service ".service_locator.BYlL5xh": it references class "App\\Entity\\HdEmergencia" but no such service exists.'],
'hdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
], [
'hdEmergencium' => 'App\\Entity\\HdEmergencia',
'hdMaestroPasosRepository' => 'App\\Repository\\HdMaestroPasosRepository',
]);
}
/**
* Gets the private '.service_locator.BoRtQt_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BoRtQtService()
{
return $this->privates['.service_locator.BoRtQt_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'epicrisisRepository' => ['privates', 'App\\Repository\\EpicrisisRepository', 'getEpicrisisRepositoryService', false],
], [
'epicrisisRepository' => 'App\\Repository\\EpicrisisRepository',
]);
}
/**
* Gets the private '.service_locator.BuNXJlG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BuNXJlGService()
{
return $this->privates['.service_locator.BuNXJlG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.BulSRk8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BulSRk8Service()
{
return $this->privates['.service_locator.BulSRk8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cargaContifico' => ['privates', '.errored..service_locator.BulSRk8.App\\Entity\\CargaContifico', NULL, 'Cannot autowire service ".service_locator.BulSRk8": it references class "App\\Entity\\CargaContifico" but no such service exists.'],
], [
'cargaContifico' => 'App\\Entity\\CargaContifico',
]);
}
/**
* Gets the private '.service_locator.C8L7Uan' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_C8L7UanService()
{
return $this->privates['.service_locator.C8L7Uan'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRecesionMovilidadRepository' => ['privates', 'App\\Repository\\AgendaRecesionMovilidadRepository', 'getAgendaRecesionMovilidadRepositoryService', false],
], [
'agendaRecesionMovilidadRepository' => 'App\\Repository\\AgendaRecesionMovilidadRepository',
]);
}
/**
* Gets the private '.service_locator.CWBmhYK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CWBmhYKService()
{
return $this->privates['.service_locator.CWBmhYK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'orden012Repository' => ['privates', 'App\\Repository\\Orden012Repository', 'getOrden012RepositoryService', false],
], [
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'orden012Repository' => 'App\\Repository\\Orden012Repository',
]);
}
/**
* Gets the private '.service_locator.CZeGVA4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CZeGVA4Service()
{
return $this->privates['.service_locator.CZeGVA4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.C_P7wqW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CP7wqWService()
{
return $this->privates['.service_locator.C_P7wqW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'turnoRepository' => ['privates', 'App\\Repository\\TurnoRepository', 'getTurnoRepositoryService', false],
], [
'turnoRepository' => 'App\\Repository\\TurnoRepository',
]);
}
/**
* Gets the private '.service_locator.Cdenx5i' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cdenx5iService()
{
return $this->privates['.service_locator.Cdenx5i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoDetalle' => ['privates', '.errored..service_locator.Cdenx5i.App\\Entity\\PlanoDetalle', NULL, 'Cannot autowire service ".service_locator.Cdenx5i": it references class "App\\Entity\\PlanoDetalle" but no such service exists.'],
'planocabecerarepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoDetalle' => 'App\\Entity\\PlanoDetalle',
'planocabecerarepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.CeYJvo4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CeYJvo4Service()
{
return $this->privates['.service_locator.CeYJvo4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detalleTerapiasRepository' => ['privates', 'App\\Repository\\DetalleTerapiasRepository', 'getDetalleTerapiasRepositoryService', false],
], [
'detalleTerapiasRepository' => 'App\\Repository\\DetalleTerapiasRepository',
]);
}
/**
* Gets the private '.service_locator.Cp4JoD7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cp4JoD7Service()
{
return $this->privates['.service_locator.Cp4JoD7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoServicioRepository' => ['privates', 'App\\Repository\\TipoServicioRepository', 'getTipoServicioRepositoryService', false],
], [
'tipoServicioRepository' => 'App\\Repository\\TipoServicioRepository',
]);
}
/**
* Gets the private '.service_locator.Cv2N0kX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cv2N0kXService()
{
return $this->privates['.service_locator.Cv2N0kX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'maestroPlantillasRepository' => ['privates', 'App\\Repository\\MaestroPlantillasRepository', 'getMaestroPlantillasRepositoryService', false],
'recetum' => ['privates', '.errored..service_locator.Cv2N0kX.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator.Cv2N0kX": it references class "App\\Entity\\Receta" but no such service exists.'],
], [
'maestroPlantillasRepository' => 'App\\Repository\\MaestroPlantillasRepository',
'recetum' => 'App\\Entity\\Receta',
]);
}
/**
* Gets the private '.service_locator.D2yxN2k' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D2yxN2kService()
{
return $this->privates['.service_locator.D2yxN2k'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'UserRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'UserRepository' => 'App\\Repository\\UserRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.D3KIfNy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D3KIfNyService()
{
return $this->privates['.service_locator.D3KIfNy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentaDetalleRepository' => ['privates', 'App\\Repository\\OrdenVentaDetalleRepository', 'getOrdenVentaDetalleRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'ordenVentaDetalleRepository' => 'App\\Repository\\OrdenVentaDetalleRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.DMC20ZE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DMC20ZEService()
{
return $this->privates['.service_locator.DMC20ZE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recordRepository' => ['privates', 'App\\Repository\\RecordRepository', 'getRecordRepositoryService', false],
], [
'recordRepository' => 'App\\Repository\\RecordRepository',
]);
}
/**
* Gets the private '.service_locator.DQLaf.b' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DQLaf_BService()
{
return $this->privates['.service_locator.DQLaf.b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'epicrisi' => ['privates', '.errored..service_locator.DQLaf.b.App\\Entity\\Epicrisis', NULL, 'Cannot autowire service ".service_locator.DQLaf.b": it references class "App\\Entity\\Epicrisis" but no such service exists.'],
], [
'epicrisi' => 'App\\Entity\\Epicrisis',
]);
}
/**
* Gets the private '.service_locator.Dport77' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Dport77Service()
{
return $this->privates['.service_locator.Dport77'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
], [
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
]);
}
/**
* Gets the private '.service_locator.DsaDK5T' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DsaDK5TService()
{
return $this->privates['.service_locator.DsaDK5T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cargaContifico' => ['privates', '.errored..service_locator.DsaDK5T.App\\Entity\\CargaContifico', NULL, 'Cannot autowire service ".service_locator.DsaDK5T": it references class "App\\Entity\\CargaContifico" but no such service exists.'],
'cargaContificoRepository' => ['privates', 'App\\Repository\\CargaContificoRepository', 'getCargaContificoRepositoryService', false],
], [
'cargaContifico' => 'App\\Entity\\CargaContifico',
'cargaContificoRepository' => 'App\\Repository\\CargaContificoRepository',
]);
}
/**
* Gets the private '.service_locator.EE77T2_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EE77T2Service()
{
return $this->privates['.service_locator.EE77T2_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'epicrisis' => ['privates', '.errored..service_locator.EE77T2_.App\\Entity\\Epicrisis', NULL, 'Cannot autowire service ".service_locator.EE77T2_": it references class "App\\Entity\\Epicrisis" but no such service exists.'],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'epicrisis' => 'App\\Entity\\Epicrisis',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.EG.awR6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EG_AwR6Service()
{
return $this->privates['.service_locator.EG.awR6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detalleCargaContifico' => ['privates', '.errored..service_locator.EG.awR6.App\\Entity\\DetalleCargaContifico', NULL, 'Cannot autowire service ".service_locator.EG.awR6": it references class "App\\Entity\\DetalleCargaContifico" but no such service exists.'],
], [
'detalleCargaContifico' => 'App\\Entity\\DetalleCargaContifico',
]);
}
/**
* Gets the private '.service_locator.EgkvlcK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EgkvlcKService()
{
return $this->privates['.service_locator.EgkvlcK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'terapia' => ['privates', '.errored..service_locator.EgkvlcK.App\\Entity\\Terapias', NULL, 'Cannot autowire service ".service_locator.EgkvlcK": it references class "App\\Entity\\Terapias" but no such service exists.'],
], [
'terapia' => 'App\\Entity\\Terapias',
]);
}
/**
* Gets the private '.service_locator.Egtju9M' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Egtju9MService()
{
return $this->privates['.service_locator.Egtju9M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detalleCargaContifico' => ['privates', '.errored..service_locator.Egtju9M.App\\Entity\\DetalleCargaContifico', NULL, 'Cannot autowire service ".service_locator.Egtju9M": it references class "App\\Entity\\DetalleCargaContifico" but no such service exists.'],
'detalleCargaContificoRepository' => ['privates', 'App\\Repository\\DetalleCargaContificoRepository', 'getDetalleCargaContificoRepositoryService', false],
], [
'detalleCargaContifico' => 'App\\Entity\\DetalleCargaContifico',
'detalleCargaContificoRepository' => 'App\\Repository\\DetalleCargaContificoRepository',
]);
}
/**
* Gets the private '.service_locator.En63geC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_En63geCService()
{
return $this->privates['.service_locator.En63geC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden012DetalleRepository' => ['privates', 'App\\Repository\\Orden012DetalleRepository', 'getOrden012DetalleRepositoryService', false],
], [
'orden012DetalleRepository' => 'App\\Repository\\Orden012DetalleRepository',
]);
}
/**
* Gets the private '.service_locator.ErNBALD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ErNBALDService()
{
return $this->privates['.service_locator.ErNBALD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'externoRepository' => ['privates', 'App\\Repository\\ExternoRepository', 'getExternoRepositoryService', false],
'planoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
], [
'externoRepository' => 'App\\Repository\\ExternoRepository',
'planoDetalleRepository' => 'App\\Repository\\PlanoDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.F2NJehW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F2NJehWService()
{
return $this->privates['.service_locator.F2NJehW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'orden' => ['privates', '.errored..service_locator.F2NJehW.App\\Entity\\OrdenVenta', NULL, 'Cannot autowire service ".service_locator.F2NJehW": it references class "App\\Entity\\OrdenVenta" but no such service exists.'],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'orden' => 'App\\Entity\\OrdenVenta',
]);
}
/**
* Gets the private '.service_locator.FQIgQrp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FQIgQrpService()
{
return $this->privates['.service_locator.FQIgQrp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'preparacion' => ['privates', '.errored.1BPsV6P', NULL, 'Cannot determine controller argument for "App\\Controller\\PreparacionEstudioController::show()": the $preparacion argument is type-hinted with the non-existent class or interface: "App\\Controller\\Preparacion". Did you forget to add a use statement?'],
], [
'preparacion' => '?',
]);
}
/**
* Gets the private '.service_locator.FaBxes9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FaBxes9Service()
{
return $this->privates['.service_locator.FaBxes9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'maestroPlantillasRepository' => ['privates', 'App\\Repository\\MaestroPlantillasRepository', 'getMaestroPlantillasRepositoryService', false],
], [
'maestroPlantillasRepository' => 'App\\Repository\\MaestroPlantillasRepository',
]);
}
/**
* Gets the private '.service_locator.Fpye.2Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Fpye_2ZService()
{
return $this->privates['.service_locator.Fpye.2Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoAs400' => ['privates', '.errored..service_locator.Fpye.2Z.App\\Entity\\TipoAs400', NULL, 'Cannot autowire service ".service_locator.Fpye.2Z": it references class "App\\Entity\\TipoAs400" but no such service exists.'],
], [
'tipoAs400' => 'App\\Entity\\TipoAs400',
]);
}
/**
* Gets the private '.service_locator.G5Cs2wU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G5Cs2wUService()
{
return $this->privates['.service_locator.G5Cs2wU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recetaDetalleRepository' => ['privates', 'App\\Repository\\RecetaDetalleRepository', 'getRecetaDetalleRepositoryService', false],
], [
'recetaDetalleRepository' => 'App\\Repository\\RecetaDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.GAtDepD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GAtDepDService()
{
return $this->privates['.service_locator.GAtDepD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detalleTerapia' => ['privates', '.errored..service_locator.GAtDepD.App\\Entity\\DetalleTerapias', NULL, 'Cannot autowire service ".service_locator.GAtDepD": it references class "App\\Entity\\DetalleTerapias" but no such service exists.'],
'detalleTerapiasRepository' => ['privates', 'App\\Repository\\DetalleTerapiasRepository', 'getDetalleTerapiasRepositoryService', false],
], [
'detalleTerapia' => 'App\\Entity\\DetalleTerapias',
'detalleTerapiasRepository' => 'App\\Repository\\DetalleTerapiasRepository',
]);
}
/**
* Gets the private '.service_locator.GXGkCAN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GXGkCANService()
{
return $this->privates['.service_locator.GXGkCAN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tarjetasRepository' => ['privates', 'App\\Repository\\TarjetasRepository', 'getTarjetasRepositoryService', false],
], [
'tarjetasRepository' => 'App\\Repository\\TarjetasRepository',
]);
}
/**
* Gets the private '.service_locator.GX_ucsj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GXUcsjService()
{
return $this->privates['.service_locator.GX_ucsj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'preparacionRepository' => ['privates', 'App\\Repository\\PreparacionRepository', 'getPreparacionRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'paginator' => '?',
'preparacionRepository' => 'App\\Repository\\PreparacionRepository',
]);
}
/**
* Gets the private '.service_locator.H682Exw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H682ExwService()
{
return $this->privates['.service_locator.H682Exw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.H682Exw.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.H682Exw": it references class "App\\Entity\\Estudio" but no such service exists.'],
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'estudio' => 'App\\Entity\\Estudio',
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'paginator' => '?',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.HAbhKOP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HAbhKOPService()
{
return $this->privates['.service_locator.HAbhKOP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.HOTUYGK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HOTUYGKService()
{
return $this->privates['.service_locator.HOTUYGK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdArchivo' => ['privates', '.errored..service_locator.HOTUYGK.App\\Entity\\HdArchivos', NULL, 'Cannot autowire service ".service_locator.HOTUYGK": it references class "App\\Entity\\HdArchivos" but no such service exists.'],
], [
'hdArchivo' => 'App\\Entity\\HdArchivos',
]);
}
/**
* Gets the private '.service_locator.HhMrZVE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HhMrZVEService()
{
return $this->privates['.service_locator.HhMrZVE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'medicina' => ['privates', '.errored..service_locator.HhMrZVE.App\\Entity\\Medicina', NULL, 'Cannot autowire service ".service_locator.HhMrZVE": it references class "App\\Entity\\Medicina" but no such service exists.'],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'medicina' => 'App\\Entity\\Medicina',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.HqUBfQ2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HqUBfQ2Service()
{
return $this->privates['.service_locator.HqUBfQ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.HqcU3Rk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HqcU3RkService()
{
return $this->privates['.service_locator.HqcU3Rk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dientesRepository' => ['privates', 'App\\Repository\\DientesRepository', 'getDientesRepositoryService', false],
], [
'dientesRepository' => 'App\\Repository\\DientesRepository',
]);
}
/**
* Gets the private '.service_locator.IGv8BfG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IGv8BfGService()
{
return $this->privates['.service_locator.IGv8BfG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'logAntecedentesPersonale' => ['privates', '.errored..service_locator.IGv8BfG.App\\Entity\\LogAntecedentesPersonales', NULL, 'Cannot autowire service ".service_locator.IGv8BfG": it references class "App\\Entity\\LogAntecedentesPersonales" but no such service exists.'],
], [
'logAntecedentesPersonale' => 'App\\Entity\\LogAntecedentesPersonales',
]);
}
/**
* Gets the private '.service_locator.IR2eli8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IR2eli8Service()
{
return $this->privates['.service_locator.IR2eli8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'insumosEnfermerium' => ['privates', '.errored..service_locator.IR2eli8.App\\Entity\\InsumosEnfermeria', NULL, 'Cannot autowire service ".service_locator.IR2eli8": it references class "App\\Entity\\InsumosEnfermeria" but no such service exists.'],
], [
'insumosEnfermerium' => 'App\\Entity\\InsumosEnfermeria',
]);
}
/**
* Gets the private '.service_locator.IS2.2NJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IS2_2NJService()
{
return $this->privates['.service_locator.IS2.2NJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
], [
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
]);
}
/**
* Gets the private '.service_locator.IYabROv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IYabROvService()
{
return $this->privates['.service_locator.IYabROv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.IYabROv.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.IYabROv": it references class "App\\Entity\\Agenda" but no such service exists.'],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
]);
}
/**
* Gets the private '.service_locator.J7wcbOR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J7wcbORService()
{
return $this->privates['.service_locator.J7wcbOR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenParametroRepository' => ['privates', 'App\\Repository\\ExamenParametroRepository', 'getExamenParametroRepositoryService', false],
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
], [
'examenParametroRepository' => 'App\\Repository\\ExamenParametroRepository',
'examenRepository' => 'App\\Repository\\ExamenRepository',
]);
}
/**
* Gets the private '.service_locator.J7x1nqh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J7x1nqhService()
{
return $this->privates['.service_locator.J7x1nqh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.J7x1nqh.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.J7x1nqh": it references class "App\\Entity\\Agenda" but no such service exists.'],
], [
'agenda' => 'App\\Entity\\Agenda',
]);
}
/**
* Gets the private '.service_locator.JEN65BY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JEN65BYService()
{
return $this->privates['.service_locator.JEN65BY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
], [
'hdMaestroPasosRepository' => 'App\\Repository\\HdMaestroPasosRepository',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
]);
}
/**
* Gets the private '.service_locator.JFqJYOJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JFqJYOJService()
{
return $this->privates['.service_locator.JFqJYOJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenProcedimiento' => ['privates', '.errored..service_locator.JFqJYOJ.App\\Entity\\OrdenProcedimiento', NULL, 'Cannot autowire service ".service_locator.JFqJYOJ": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.'],
'paciente' => ['privates', '.errored..service_locator.JFqJYOJ.App\\Entity\\Paciente', NULL, 'Cannot autowire service ".service_locator.JFqJYOJ": it references class "App\\Entity\\Paciente" but no such service exists.'],
'procedimiento' => ['privates', '.errored..service_locator.JFqJYOJ.App\\Entity\\Procedimientos', NULL, 'Cannot autowire service ".service_locator.JFqJYOJ": it references class "App\\Entity\\Procedimientos" but no such service exists.'],
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'ordenProcedimiento' => 'App\\Entity\\OrdenProcedimiento',
'paciente' => 'App\\Entity\\Paciente',
'procedimiento' => 'App\\Entity\\Procedimientos',
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.JHi5fPl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JHi5fPlService()
{
return $this->privates['.service_locator.JHi5fPl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'orden' => ['privates', '.errored..service_locator.JHi5fPl.App\\Entity\\ExamenOrden', NULL, 'Cannot autowire service ".service_locator.JHi5fPl": it references class "App\\Entity\\ExamenOrden" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'orden' => 'App\\Entity\\ExamenOrden',
]);
}
/**
* Gets the private '.service_locator.JZx72k9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JZx72k9Service()
{
return $this->privates['.service_locator.JZx72k9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.JZx72k9.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.JZx72k9": it references class "App\\Entity\\Agenda" but no such service exists.'],
'dientesRepository' => ['privates', 'App\\Repository\\DientesRepository', 'getDientesRepositoryService', false],
'odontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'dientesRepository' => 'App\\Repository\\DientesRepository',
'odontogramaRepository' => 'App\\Repository\\OdontogramaRepository',
]);
}
/**
* Gets the private '.service_locator.Jfe5m9F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Jfe5m9FService()
{
return $this->privates['.service_locator.Jfe5m9F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'grupoImpresionRepository' => ['privates', 'App\\Repository\\GrupoImpresionRepository', 'getGrupoImpresionRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'tipoSeguroRepository' => ['privates', 'App\\Repository\\TipoSeguroRepository', 'getTipoSeguroRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'grupoImpresionRepository' => 'App\\Repository\\GrupoImpresionRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
'tipoSeguroRepository' => 'App\\Repository\\TipoSeguroRepository',
]);
}
/**
* Gets the private '.service_locator.JoZtngg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JoZtnggService()
{
return $this->privates['.service_locator.JoZtngg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdArchivosRepository' => ['privates', 'App\\Repository\\HdArchivosRepository', 'getHdArchivosRepositoryService', false],
], [
'hdArchivosRepository' => 'App\\Repository\\HdArchivosRepository',
]);
}
/**
* Gets the private '.service_locator.K.Ib9X4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K_Ib9X4Service()
{
return $this->privates['.service_locator.K.Ib9X4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recordlaboratorio' => ['privates', '.errored..service_locator.K.Ib9X4.App\\Entity\\Recordlaboratorio', NULL, 'Cannot autowire service ".service_locator.K.Ib9X4": it references class "App\\Entity\\Recordlaboratorio" but no such service exists.'],
], [
'recordlaboratorio' => 'App\\Entity\\Recordlaboratorio',
]);
}
/**
* Gets the private '.service_locator.K3ehApi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K3ehApiService()
{
return $this->privates['.service_locator.K3ehApi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
'labProtocoloRepository' => ['privates', 'App\\Repository\\LabProtocoloRepository', 'getLabProtocoloRepositoryService', false],
], [
'examenRepository' => 'App\\Repository\\ExamenRepository',
'labProtocoloRepository' => 'App\\Repository\\LabProtocoloRepository',
]);
}
/**
* Gets the private '.service_locator.KFtHrGU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KFtHrGUService()
{
return $this->privates['.service_locator.KFtHrGU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudio' => ['privates', '.errored..service_locator.KFtHrGU.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.KFtHrGU": it references class "App\\Entity\\Estudio" but no such service exists.'],
'recordRepository' => ['privates', 'App\\Repository\\RecordRepository', 'getRecordRepositoryService', false],
], [
'estudio' => 'App\\Entity\\Estudio',
'recordRepository' => 'App\\Repository\\RecordRepository',
]);
}
/**
* Gets the private '.service_locator.KLOuJ2V' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KLOuJ2VService()
{
return $this->privates['.service_locator.KLOuJ2V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
]);
}
/**
* Gets the private '.service_locator.KbJjleI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KbJjleIService()
{
return $this->privates['.service_locator.KbJjleI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'examenRepository' => 'App\\Repository\\ExamenRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.Kc95KTj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Kc95KTjService()
{
return $this->privates['.service_locator.Kc95KTj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'planoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
'planoDetalleRepository' => 'App\\Repository\\PlanoDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.KgzzZuN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KgzzZuNService()
{
return $this->privates['.service_locator.KgzzZuN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdPaso' => ['privates', '.errored..service_locator.KgzzZuN.App\\Entity\\HdPaso', NULL, 'Cannot autowire service ".service_locator.KgzzZuN": it references class "App\\Entity\\HdPaso" but no such service exists.'],
], [
'hdPaso' => 'App\\Entity\\HdPaso',
]);
}
/**
* Gets the private '.service_locator.KzwBxTq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KzwBxTqService()
{
return $this->privates['.service_locator.KzwBxTq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenProcedimiento' => ['privates', '.errored..service_locator.KzwBxTq.App\\Entity\\OrdenProcedimiento', NULL, 'Cannot autowire service ".service_locator.KzwBxTq": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.'],
], [
'ordenProcedimiento' => 'App\\Entity\\OrdenProcedimiento',
]);
}
/**
* Gets the private '.service_locator.L2ftAl7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_L2ftAl7Service()
{
return $this->privates['.service_locator.L2ftAl7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudio' => ['privates', '.errored..service_locator.L2ftAl7.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.L2ftAl7": it references class "App\\Entity\\Estudio" but no such service exists.'],
'logAntecedentesPersonalesRepository' => ['privates', 'App\\Repository\\LogAntecedentesPersonalesRepository', 'getLogAntecedentesPersonalesRepositoryService', false],
], [
'estudio' => 'App\\Entity\\Estudio',
'logAntecedentesPersonalesRepository' => 'App\\Repository\\LogAntecedentesPersonalesRepository',
]);
}
/**
* Gets the private '.service_locator.LfxL2q9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LfxL2q9Service()
{
return $this->privates['.service_locator.LfxL2q9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
'seguroRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
'unidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'salaRepository' => 'App\\Repository\\SalaRepository',
'seguroRepository' => 'App\\Repository\\SeguroPrivadoRepository',
'unidadRepository' => 'App\\Repository\\EspecialidadRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.LsYSnm9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LsYSnm9Service()
{
return $this->privates['.service_locator.LsYSnm9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosEpicrisi' => ['privates', '.errored..service_locator.LsYSnm9.App\\Entity\\DiagnosticosEpicrisis', NULL, 'Cannot autowire service ".service_locator.LsYSnm9": it references class "App\\Entity\\DiagnosticosEpicrisis" but no such service exists.'],
], [
'diagnosticosEpicrisi' => 'App\\Entity\\DiagnosticosEpicrisis',
]);
}
/**
* Gets the private '.service_locator.M6iVCx8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M6iVCx8Service()
{
return $this->privates['.service_locator.M6iVCx8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenDetalleRepository' => ['privates', 'App\\Repository\\ExamenDetalleRepository', 'getExamenDetalleRepositoryService', false],
], [
'examenDetalleRepository' => 'App\\Repository\\ExamenDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.MAyyUGO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MAyyUGOService()
{
return $this->privates['.service_locator.MAyyUGO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargo' => ['privates', '.errored..service_locator.MAyyUGO.App\\Entity\\ItemsCargos', NULL, 'Cannot autowire service ".service_locator.MAyyUGO": it references class "App\\Entity\\ItemsCargos" but no such service exists.'],
], [
'itemsCargo' => 'App\\Entity\\ItemsCargos',
]);
}
/**
* Gets the private '.service_locator.Mjt6AJV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mjt6AJVService()
{
return $this->privates['.service_locator.Mjt6AJV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden' => ['privates', '.errored..service_locator.Mjt6AJV.App\\Entity\\OrdenVenta', NULL, 'Cannot autowire service ".service_locator.Mjt6AJV": it references class "App\\Entity\\OrdenVenta" but no such service exists.'],
], [
'orden' => 'App\\Entity\\OrdenVenta',
]);
}
/**
* Gets the private '.service_locator.Mk4Hxab' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mk4HxabService()
{
return $this->privates['.service_locator.Mk4Hxab'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'orden' => ['privates', '.errored..service_locator.Mk4Hxab.App\\Entity\\OrdenVenta', NULL, 'Cannot autowire service ".service_locator.Mk4Hxab": it references class "App\\Entity\\OrdenVenta" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'orden' => 'App\\Entity\\OrdenVenta',
]);
}
/**
* Gets the private '.service_locator.MnxfULi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MnxfULiService()
{
return $this->privates['.service_locator.MnxfULi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinica' => ['privates', '.errored..service_locator.MnxfULi.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator.MnxfULi": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.MugMG0A' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MugMG0AService()
{
return $this->privates['.service_locator.MugMG0A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.MugMG0A.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.MugMG0A": it references class "App\\Entity\\Agenda" but no such service exists.'],
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.N345_mu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N345MuService()
{
return $this->privates['.service_locator.N345_mu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaDetalleContifico' => ['privates', '.errored..service_locator.N345_mu.App\\Entity\\AgendaDetalleContifico', NULL, 'Cannot autowire service ".service_locator.N345_mu": it references class "App\\Entity\\AgendaDetalleContifico" but no such service exists.'],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'agendaDetalleContifico' => 'App\\Entity\\AgendaDetalleContifico',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.NA6IMtE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NA6IMtEService()
{
return $this->privates['.service_locator.NA6IMtE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdPasoRepository' => ['privates', 'App\\Repository\\HdPasoRepository', 'getHdPasoRepositoryService', false],
], [
'hdPasoRepository' => 'App\\Repository\\HdPasoRepository',
]);
}
/**
* Gets the private '.service_locator.NDxk.qD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NDxk_QDService()
{
return $this->privates['.service_locator.NDxk.qD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
], [
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
]);
}
/**
* Gets the private '.service_locator.NKr7SOC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NKr7SOCService()
{
return $this->privates['.service_locator.NKr7SOC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'formaPagoRepository' => ['privates', 'App\\Repository\\FormaPagoRepository', 'getFormaPagoRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'formaPagoRepository' => 'App\\Repository\\FormaPagoRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.NLrlT5E' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NLrlT5EService()
{
return $this->privates['.service_locator.NLrlT5E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'recetum' => ['privates', '.errored..service_locator.NLrlT5E.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator.NLrlT5E": it references class "App\\Entity\\Receta" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'recetum' => 'App\\Entity\\Receta',
]);
}
/**
* Gets the private '.service_locator.NU7H8nd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NU7H8ndService()
{
return $this->privates['.service_locator.NU7H8nd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
'formaPagoRepository' => ['privates', 'App\\Repository\\FormaPagoRepository', 'getFormaPagoRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'examenRepository' => 'App\\Repository\\ExamenRepository',
'formaPagoRepository' => 'App\\Repository\\FormaPagoRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.NV4VUwJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NV4VUwJService()
{
return $this->privates['.service_locator.NV4VUwJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'record' => ['privates', '.errored..service_locator.NV4VUwJ.App\\Entity\\Record', NULL, 'Cannot autowire service ".service_locator.NV4VUwJ": it references class "App\\Entity\\Record" but no such service exists.'],
], [
'record' => 'App\\Entity\\Record',
]);
}
/**
* Gets the private '.service_locator.NXLHbDU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NXLHbDUService()
{
return $this->privates['.service_locator.NXLHbDU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdMaestroPaso' => ['privates', '.errored..service_locator.NXLHbDU.App\\Entity\\HdMaestroPasos', NULL, 'Cannot autowire service ".service_locator.NXLHbDU": it references class "App\\Entity\\HdMaestroPasos" but no such service exists.'],
], [
'hdMaestroPaso' => 'App\\Entity\\HdMaestroPasos',
]);
}
/**
* Gets the private '.service_locator.Ne_iaWK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NeIaWKService()
{
return $this->privates['.service_locator.Ne_iaWK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'hdEmergencium' => ['privates', '.errored..service_locator.Ne_iaWK.App\\Entity\\HdEmergencia', NULL, 'Cannot autowire service ".service_locator.Ne_iaWK": it references class "App\\Entity\\HdEmergencia" but no such service exists.'],
'hdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'hdEmergencium' => 'App\\Entity\\HdEmergencia',
'hdMaestroPasosRepository' => 'App\\Repository\\HdMaestroPasosRepository',
]);
}
/**
* Gets the private '.service_locator.O4XwQSU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_O4XwQSUService()
{
return $this->privates['.service_locator.O4XwQSU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'receta' => ['privates', '.errored..service_locator.O4XwQSU.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator.O4XwQSU": it references class "App\\Entity\\Receta" but no such service exists.'],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'receta' => 'App\\Entity\\Receta',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.OWo.RdT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OWo_RdTService()
{
return $this->privates['.service_locator.OWo.RdT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cargaContifico' => ['privates', '.errored..service_locator.OWo.RdT.App\\Entity\\CargaContifico', NULL, 'Cannot autowire service ".service_locator.OWo.RdT": it references class "App\\Entity\\CargaContifico" but no such service exists.'],
'detalleCargaContificoRepository' => ['privates', 'App\\Repository\\DetalleCargaContificoRepository', 'getDetalleCargaContificoRepositoryService', false],
], [
'cargaContifico' => 'App\\Entity\\CargaContifico',
'detalleCargaContificoRepository' => 'App\\Repository\\DetalleCargaContificoRepository',
]);
}
/**
* Gets the private '.service_locator.OZS9dgY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OZS9dgYService()
{
return $this->privates['.service_locator.OZS9dgY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'interconsultum' => ['privates', '.errored..service_locator.OZS9dgY.App\\Entity\\Interconsulta', NULL, 'Cannot autowire service ".service_locator.OZS9dgY": it references class "App\\Entity\\Interconsulta" but no such service exists.'],
], [
'interconsultum' => 'App\\Entity\\Interconsulta',
]);
}
/**
* Gets the private '.service_locator.Ob9gJq9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ob9gJq9Service()
{
return $this->privates['.service_locator.Ob9gJq9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.PGaiHsE' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PGaiHsEService()
{
return $this->privates['.service_locator.PGaiHsE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'epicrisisRepository' => ['privates', 'App\\Repository\\EpicrisisRepository', 'getEpicrisisRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.PGaiHsE.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.PGaiHsE": it references class "App\\Entity\\Estudio" but no such service exists.'],
'maestroDocumentosRepository' => ['privates', 'App\\Repository\\MaestroDocumentosRepository', 'getMaestroDocumentosRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'agendaArchivosRepository' => 'App\\Repository\\AgendaArchivosRepository',
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'epicrisisRepository' => 'App\\Repository\\EpicrisisRepository',
'estudio' => 'App\\Entity\\Estudio',
'maestroDocumentosRepository' => 'App\\Repository\\MaestroDocumentosRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.PI2avuq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PI2avuqService()
{
return $this->privates['.service_locator.PI2avuq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
], [
'agendaArchivosRepository' => 'App\\Repository\\AgendaArchivosRepository',
]);
}
/**
* Gets the private '.service_locator.Pb3LuKT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Pb3LuKTService()
{
return $this->privates['.service_locator.Pb3LuKT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenDetalle' => ['privates', '.errored..service_locator.Pb3LuKT.App\\Entity\\ExamenDetalle', NULL, 'Cannot autowire service ".service_locator.Pb3LuKT": it references class "App\\Entity\\ExamenDetalle" but no such service exists.'],
], [
'examenDetalle' => 'App\\Entity\\ExamenDetalle',
]);
}
/**
* Gets the private '.service_locator.Q1F27w5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Q1F27w5Service()
{
return $this->privates['.service_locator.Q1F27w5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.QV2sw5V' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QV2sw5VService()
{
return $this->privates['.service_locator.QV2sw5V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'especialidad' => ['privates', '.errored..service_locator.QV2sw5V.App\\Entity\\Especialidad', NULL, 'Cannot autowire service ".service_locator.QV2sw5V": it references class "App\\Entity\\Especialidad" but no such service exists.'],
'especialidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'especialidad' => 'App\\Entity\\Especialidad',
'especialidadRepository' => 'App\\Repository\\EspecialidadRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.QXRsTVN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QXRsTVNService()
{
return $this->privates['.service_locator.QXRsTVN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.QXRsTVN.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.QXRsTVN": it references class "App\\Entity\\Agenda" but no such service exists.'],
'odontogramaProcedimientoRepository' => ['privates', 'App\\Repository\\OdontogramaProcedimientoRepository', 'getOdontogramaProcedimientoRepositoryService', false],
'odontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'odontogramaProcedimientoRepository' => 'App\\Repository\\OdontogramaProcedimientoRepository',
'odontogramaRepository' => 'App\\Repository\\OdontogramaRepository',
]);
}
/**
* Gets the private '.service_locator.QjupWTI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QjupWTIService()
{
return $this->privates['.service_locator.QjupWTI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'orden' => ['privates', '.errored..service_locator.QjupWTI.App\\Entity\\ExamenOrden', NULL, 'Cannot autowire service ".service_locator.QjupWTI": it references class "App\\Entity\\ExamenOrden" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'examenRepository' => 'App\\Repository\\ExamenRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'orden' => 'App\\Entity\\ExamenOrden',
]);
}
/**
* Gets the private '.service_locator.QmCvQg4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QmCvQg4Service()
{
return $this->privates['.service_locator.QmCvQg4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaDetalleContificoRepository' => ['privates', 'App\\Repository\\AgendaDetalleContificoRepository', 'getAgendaDetalleContificoRepositoryService', false],
'detalleCargaContificoRepository' => ['privates', 'App\\Repository\\DetalleCargaContificoRepository', 'getDetalleCargaContificoRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'agendaDetalleContificoRepository' => 'App\\Repository\\AgendaDetalleContificoRepository',
'detalleCargaContificoRepository' => 'App\\Repository\\DetalleCargaContificoRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.R1fe6yG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R1fe6yGService()
{
return $this->privates['.service_locator.R1fe6yG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'seguroPrivadoRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
], [
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'seguroPrivadoRepository' => 'App\\Repository\\SeguroPrivadoRepository',
]);
}
/**
* Gets the private '.service_locator.R72qX_5' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_R72qX5Service()
{
return $this->privates['.service_locator.R72qX_5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
'planocabecerarepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoDetalleRepository' => 'App\\Repository\\PlanoDetalleRepository',
'planocabecerarepository' => 'App\\Repository\\PlanoCabeceraRepository',
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
]);
}
/**
* Gets the private '.service_locator.RE4FAKr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RE4FAKrService()
{
return $this->privates['.service_locator.RE4FAKr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
], [
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
]);
}
/**
* Gets the private '.service_locator.RJVcivG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RJVcivGService()
{
return $this->privates['.service_locator.RJVcivG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detallePlantilla' => ['privates', '.errored..service_locator.RJVcivG.App\\Entity\\DetallePlantillas', NULL, 'Cannot autowire service ".service_locator.RJVcivG": it references class "App\\Entity\\DetallePlantillas" but no such service exists.'],
], [
'detallePlantilla' => 'App\\Entity\\DetallePlantillas',
]);
}
/**
* Gets the private '.service_locator.RT0aVad' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RT0aVadService()
{
return $this->privates['.service_locator.RT0aVad'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'datosCirugiaRepository' => ['privates', 'App\\Repository\\DatosCirugiaRepository', 'getDatosCirugiaRepositoryService', false],
], [
'datosCirugiaRepository' => 'App\\Repository\\DatosCirugiaRepository',
]);
}
/**
* Gets the private '.service_locator.RYj2.pi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RYj2_PiService()
{
return $this->privates['.service_locator.RYj2.pi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'epicrisisRepository' => ['privates', 'App\\Repository\\EpicrisisRepository', 'getEpicrisisRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.RYj2.pi.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.RYj2.pi": it references class "App\\Entity\\Estudio" but no such service exists.'],
], [
'epicrisisRepository' => 'App\\Repository\\EpicrisisRepository',
'estudio' => 'App\\Entity\\Estudio',
]);
}
/**
* Gets the private '.service_locator.RugGdT9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RugGdT9Service()
{
return $this->privates['.service_locator.RugGdT9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosEpicrisisRepository' => ['privates', 'App\\Repository\\DiagnosticosEpicrisisRepository', 'getDiagnosticosEpicrisisRepositoryService', false],
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
], [
'diagnosticosEpicrisisRepository' => 'App\\Repository\\DiagnosticosEpicrisisRepository',
'estudioRepository' => 'App\\Repository\\EstudioRepository',
]);
}
/**
* Gets the private '.service_locator.S5.54Yj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S5_54YjService()
{
return $this->privates['.service_locator.S5.54Yj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosHistoriaClinica' => ['privates', '.errored..service_locator.S5.54Yj.App\\Entity\\DiagnosticosHistoriaClinica', NULL, 'Cannot autowire service ".service_locator.S5.54Yj": it references class "App\\Entity\\DiagnosticosHistoriaClinica" but no such service exists.'],
], [
'diagnosticosHistoriaClinica' => 'App\\Entity\\DiagnosticosHistoriaClinica',
]);
}
/**
* Gets the private '.service_locator.SCrt5xf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SCrt5xfService()
{
return $this->privates['.service_locator.SCrt5xf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'examenOrdenResultadoRepository' => ['privates', 'App\\Repository\\ExamenOrdenResultadoRepository', 'getExamenOrdenResultadoRepositoryService', false],
], [
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'examenOrdenResultadoRepository' => 'App\\Repository\\ExamenOrdenResultadoRepository',
]);
}
/**
* Gets the private '.service_locator.STRw8eT' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_STRw8eTService()
{
return $this->privates['.service_locator.STRw8eT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdEmergenciaRepository' => ['privates', 'App\\Repository\\HdEmergenciaRepository', 'getHdEmergenciaRepositoryService', false],
'hdSolicitudRepository' => ['privates', 'App\\Repository\\HdSolicitudRepository', 'getHdSolicitudRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'hdEmergenciaRepository' => 'App\\Repository\\HdEmergenciaRepository',
'hdSolicitudRepository' => 'App\\Repository\\HdSolicitudRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.STyV9Bk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_STyV9BkService()
{
return $this->privates['.service_locator.STyV9Bk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
]);
}
/**
* Gets the private '.service_locator.Sn59jUl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Sn59jUlService()
{
return $this->privates['.service_locator.Sn59jUl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'turnoRepository' => ['privates', 'App\\Repository\\TurnoRepository', 'getTurnoRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'paginator' => '?',
'turnoRepository' => 'App\\Repository\\TurnoRepository',
]);
}
/**
* Gets the private '.service_locator.Sv9gj26' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Sv9gj26Service()
{
return $this->privates['.service_locator.Sv9gj26'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden' => ['privates', '.errored..service_locator.Sv9gj26.App\\Entity\\ExamenOrden', NULL, 'Cannot autowire service ".service_locator.Sv9gj26": it references class "App\\Entity\\ExamenOrden" but no such service exists.'],
], [
'orden' => 'App\\Entity\\ExamenOrden',
]);
}
/**
* Gets the private '.service_locator.T4t3yWa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T4t3yWaService()
{
return $this->privates['.service_locator.T4t3yWa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.T9FYeGU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T9FYeGUService()
{
return $this->privates['.service_locator.T9FYeGU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paquete' => ['privates', '.errored..service_locator.T9FYeGU.App\\Entity\\Paquete', NULL, 'Cannot autowire service ".service_locator.T9FYeGU": it references class "App\\Entity\\Paquete" but no such service exists.'],
], [
'paquete' => 'App\\Entity\\Paquete',
]);
}
/**
* Gets the private '.service_locator.TDIY.hx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TDIY_HxService()
{
return $this->privates['.service_locator.TDIY.hx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.TKI00oY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TKI00oYService()
{
return $this->privates['.service_locator.TKI00oY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.TcOUZRI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TcOUZRIService()
{
return $this->privates['.service_locator.TcOUZRI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
]);
}
/**
* Gets the private '.service_locator.TosbA1.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TosbA1_Service()
{
return $this->privates['.service_locator.TosbA1.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
], [
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'salaRepository' => 'App\\Repository\\SalaRepository',
]);
}
/**
* Gets the private '.service_locator.TyPUV8N' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TyPUV8NService()
{
return $this->privates['.service_locator.TyPUV8N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.UC9aRjS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UC9aRjSService()
{
return $this->privates['.service_locator.UC9aRjS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.UC9aRjS.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.UC9aRjS": it references class "App\\Entity\\Agenda" but no such service exists.'],
'odontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'odontogramaRepository' => 'App\\Repository\\OdontogramaRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.UHGUEWu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UHGUEWuService()
{
return $this->privates['.service_locator.UHGUEWu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.UHGUEWu.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.UHGUEWu": it references class "App\\Entity\\Estudio" but no such service exists.'],
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'estudio' => 'App\\Entity\\Estudio',
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.ULiOXJX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ULiOXJXService()
{
return $this->privates['.service_locator.ULiOXJX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoSeguroRepository' => ['privates', 'App\\Repository\\TipoSeguroRepository', 'getTipoSeguroRepositoryService', false],
], [
'tipoSeguroRepository' => 'App\\Repository\\TipoSeguroRepository',
]);
}
/**
* Gets the private '.service_locator.UTP5qL0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UTP5qL0Service()
{
return $this->privates['.service_locator.UTP5qL0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'preparacionEstudio' => ['privates', '.errored..service_locator.UTP5qL0.App\\Entity\\PreparacionEstudio', NULL, 'Cannot autowire service ".service_locator.UTP5qL0": it references class "App\\Entity\\PreparacionEstudio" but no such service exists.'],
], [
'preparacionEstudio' => 'App\\Entity\\PreparacionEstudio',
]);
}
/**
* Gets the private '.service_locator.UYu43x6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UYu43x6Service()
{
return $this->privates['.service_locator.UYu43x6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'maestroDocumentosRepository' => ['privates', 'App\\Repository\\MaestroDocumentosRepository', 'getMaestroDocumentosRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'agendaArchivosRepository' => 'App\\Repository\\AgendaArchivosRepository',
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'maestroDocumentosRepository' => 'App\\Repository\\MaestroDocumentosRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.UlCakiU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UlCakiUService()
{
return $this->privates['.service_locator.UlCakiU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.UlCakiU.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.UlCakiU": it references class "App\\Entity\\Agenda" but no such service exists.'],
'agendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'maestroDocumentosRepository' => ['privates', 'App\\Repository\\MaestroDocumentosRepository', 'getMaestroDocumentosRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'agendaArchivosRepository' => 'App\\Repository\\AgendaArchivosRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'maestroDocumentosRepository' => 'App\\Repository\\MaestroDocumentosRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.VEEySXy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VEEySXyService()
{
return $this->privates['.service_locator.VEEySXy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoCabecera' => ['privates', '.errored..service_locator.VEEySXy.App\\Entity\\PlanoCabecera', NULL, 'Cannot autowire service ".service_locator.VEEySXy": it references class "App\\Entity\\PlanoCabecera" but no such service exists.'],
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
], [
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoCabecera' => 'App\\Entity\\PlanoCabecera',
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
]);
}
/**
* Gets the private '.service_locator.VKj53AX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VKj53AXService()
{
return $this->privates['.service_locator.VKj53AX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planocabecerarepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'recetaDetalleRepository' => ['privates', 'App\\Repository\\RecetaDetalleRepository', 'getRecetaDetalleRepositoryService', false],
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planocabecerarepository' => 'App\\Repository\\PlanoCabeceraRepository',
'recetaDetalleRepository' => 'App\\Repository\\RecetaDetalleRepository',
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
]);
}
/**
* Gets the private '.service_locator.VNzHUe_' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VNzHUeService()
{
return $this->privates['.service_locator.VNzHUe_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenProcedimiento' => ['privates', '.errored..service_locator.VNzHUe_.App\\Entity\\OrdenProcedimiento', NULL, 'Cannot autowire service ".service_locator.VNzHUe_": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.'],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'ordenProcedimiento' => 'App\\Entity\\OrdenProcedimiento',
'salaRepository' => 'App\\Repository\\SalaRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.VO9_Qup' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VO9QupService()
{
return $this->privates['.service_locator.VO9_Qup'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paqueteRepository' => ['privates', 'App\\Repository\\PaqueteRepository', 'getPaqueteRepositoryService', false],
], [
'paqueteRepository' => 'App\\Repository\\PaqueteRepository',
]);
}
/**
* Gets the private '.service_locator.VTVV7DU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VTVV7DUService()
{
return $this->privates['.service_locator.VTVV7DU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.VunRtSI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VunRtSIService()
{
return $this->privates['.service_locator.VunRtSI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'seguroPrivado' => ['privates', '.errored..service_locator.VunRtSI.App\\Entity\\SeguroPrivado', NULL, 'Cannot autowire service ".service_locator.VunRtSI": it references class "App\\Entity\\SeguroPrivado" but no such service exists.'],
], [
'seguroPrivado' => 'App\\Entity\\SeguroPrivado',
]);
}
/**
* Gets the private '.service_locator.VyPhppx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VyPhppxService()
{
return $this->privates['.service_locator.VyPhppx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.VyPhppx.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.VyPhppx": it references class "App\\Entity\\Agenda" but no such service exists.'],
'pacienteReferenciaRepository' => ['privates', 'App\\Repository\\PacienteReferenciaRepository', 'getPacienteReferenciaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'pacienteReferenciaRepository' => 'App\\Repository\\PacienteReferenciaRepository',
]);
}
/**
* Gets the private '.service_locator.W1CvK53' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_W1CvK53Service()
{
return $this->privates['.service_locator.W1CvK53'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.WIIVxTD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WIIVxTDService()
{
return $this->privates['.service_locator.WIIVxTD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'interconsultaRepository' => ['privates', 'App\\Repository\\InterconsultaRepository', 'getInterconsultaRepositoryService', false],
], [
'interconsultaRepository' => 'App\\Repository\\InterconsultaRepository',
]);
}
/**
* Gets the private '.service_locator.WNlvOqm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WNlvOqmService()
{
return $this->privates['.service_locator.WNlvOqm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'producto' => ['privates', '.errored..service_locator.WNlvOqm.App\\Entity\\Producto', NULL, 'Cannot autowire service ".service_locator.WNlvOqm": it references class "App\\Entity\\Producto" but no such service exists.'],
], [
'producto' => 'App\\Entity\\Producto',
]);
}
/**
* Gets the private '.service_locator.WOkKZs1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WOkKZs1Service()
{
return $this->privates['.service_locator.WOkKZs1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productoNivel' => ['privates', '.errored..service_locator.WOkKZs1.App\\Entity\\ProductoNivel', NULL, 'Cannot autowire service ".service_locator.WOkKZs1": it references class "App\\Entity\\ProductoNivel" but no such service exists.'],
], [
'productoNivel' => 'App\\Entity\\ProductoNivel',
]);
}
/**
* Gets the private '.service_locator.WW4y.CH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WW4y_CHService()
{
return $this->privates['.service_locator.WW4y.CH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
'turnoRepository' => ['privates', 'App\\Repository\\TurnoRepository', 'getTurnoRepositoryService', false],
'unidadRepository' => ['privates', 'App\\Repository\\UnidadRepository', 'getUnidadRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'salaRepository' => 'App\\Repository\\SalaRepository',
'turnoRepository' => 'App\\Repository\\TurnoRepository',
'unidadRepository' => 'App\\Repository\\UnidadRepository',
]);
}
/**
* Gets the private '.service_locator.WZsVBAR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WZsVBARService()
{
return $this->privates['.service_locator.WZsVBAR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'datosCirugium' => ['privates', '.errored..service_locator.WZsVBAR.App\\Entity\\DatosCirugia', NULL, 'Cannot autowire service ".service_locator.WZsVBAR": it references class "App\\Entity\\DatosCirugia" but no such service exists.'],
], [
'datosCirugium' => 'App\\Entity\\DatosCirugia',
]);
}
/**
* Gets the private '.service_locator.WmHSr9X' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WmHSr9XService()
{
return $this->privates['.service_locator.WmHSr9X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoSubseguro' => ['privates', '.errored..service_locator.WmHSr9X.App\\Entity\\TipoSubseguro', NULL, 'Cannot autowire service ".service_locator.WmHSr9X": it references class "App\\Entity\\TipoSubseguro" but no such service exists.'],
], [
'tipoSubseguro' => 'App\\Entity\\TipoSubseguro',
]);
}
/**
* Gets the private '.service_locator.WtYEVfv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WtYEVfvService()
{
return $this->privates['.service_locator.WtYEVfv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosHistoriaClinicaRepository' => ['privates', 'App\\Repository\\DiagnosticosHistoriaClinicaRepository', 'getDiagnosticosHistoriaClinicaRepositoryService', false],
], [
'diagnosticosHistoriaClinicaRepository' => 'App\\Repository\\DiagnosticosHistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.X9O7Et8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X9O7Et8Service()
{
return $this->privates['.service_locator.X9O7Et8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'formaPago' => ['privates', '.errored..service_locator.X9O7Et8.App\\Entity\\FormaPago', NULL, 'Cannot autowire service ".service_locator.X9O7Et8": it references class "App\\Entity\\FormaPago" but no such service exists.'],
], [
'formaPago' => 'App\\Entity\\FormaPago',
]);
}
/**
* Gets the private '.service_locator.XBcJYK7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XBcJYK7Service()
{
return $this->privates['.service_locator.XBcJYK7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
], [
'estudioRepository' => 'App\\Repository\\EstudioRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
]);
}
/**
* Gets the private '.service_locator.XU086yd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XU086ydService()
{
return $this->privates['.service_locator.XU086yd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.XU086yd.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.XU086yd": it references class "App\\Entity\\Agenda" but no such service exists.'],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.XcWNq_J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XcWNqJService()
{
return $this->privates['.service_locator.XcWNq_J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.XdMb0Cl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XdMb0ClService()
{
return $this->privates['.service_locator.XdMb0Cl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
], [
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.XeBL_fJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XeBLFJService()
{
return $this->privates['.service_locator.XeBL_fJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'odontograma' => ['privates', '.errored..service_locator.XeBL_fJ.App\\Entity\\Odontograma', NULL, 'Cannot autowire service ".service_locator.XeBL_fJ": it references class "App\\Entity\\Odontograma" but no such service exists.'],
], [
'odontograma' => 'App\\Entity\\Odontograma',
]);
}
/**
* Gets the private '.service_locator.XoOzrDx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XoOzrDxService()
{
return $this->privates['.service_locator.XoOzrDx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden' => ['privates', '.errored..service_locator.XoOzrDx.App\\Entity\\OrdenVenta', NULL, 'Cannot autowire service ".service_locator.XoOzrDx": it references class "App\\Entity\\OrdenVenta" but no such service exists.'],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'orden' => 'App\\Entity\\OrdenVenta',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.XsyfP82' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XsyfP82Service()
{
return $this->privates['.service_locator.XsyfP82'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'event_dispatcher' => ['services', 'event_dispatcher', 'getEventDispatcherService', false],
'security.event_dispatcher.main' => ['privates', 'security.event_dispatcher.main', 'getSecurity_EventDispatcher_MainService', false],
], [
'event_dispatcher' => '?',
'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
]);
}
/**
* Gets the private '.service_locator.Y11bTA3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y11bTA3Service()
{
return $this->privates['.service_locator.Y11bTA3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentum' => ['privates', '.errored..service_locator.Y11bTA3.App\\Entity\\OrdenVenta', NULL, 'Cannot autowire service ".service_locator.Y11bTA3": it references class "App\\Entity\\OrdenVenta" but no such service exists.'],
], [
'ordenVentum' => 'App\\Entity\\OrdenVenta',
]);
}
/**
* Gets the private '.service_locator.Y6HowTB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y6HowTBService()
{
return $this->privates['.service_locator.Y6HowTB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoCabecera' => ['privates', '.errored..service_locator.Y6HowTB.App\\Entity\\PlanoCabecera', NULL, 'Cannot autowire service ".service_locator.Y6HowTB": it references class "App\\Entity\\PlanoCabecera" but no such service exists.'],
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
], [
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoCabecera' => 'App\\Entity\\PlanoCabecera',
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
]);
}
/**
* Gets the private '.service_locator.Y6aW7PK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y6aW7PKService()
{
return $this->privates['.service_locator.Y6aW7PK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'convenioRepository' => ['privates', 'App\\Repository\\ConvenioRepository', 'getConvenioRepositoryService', false],
'dependenciaRepository' => ['privates', 'App\\Repository\\DependenciaRepository', 'getDependenciaRepositoryService', false],
'derivacionRepository' => ['privates', 'App\\Repository\\DerivacionRepository', 'getDerivacionRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'externoRepository' => ['privates', 'App\\Repository\\ExternoRepository', 'getExternoRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'seguroPrivadoRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
'tipoSeguroRepository' => ['privates', 'App\\Repository\\TipoSeguroRepository', 'getTipoSeguroRepositoryService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
'convenioRepository' => 'App\\Repository\\ConvenioRepository',
'dependenciaRepository' => 'App\\Repository\\DependenciaRepository',
'derivacionRepository' => 'App\\Repository\\DerivacionRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'externoRepository' => 'App\\Repository\\ExternoRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
'seguroPrivadoRepository' => 'App\\Repository\\SeguroPrivadoRepository',
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
'tipoSeguroRepository' => 'App\\Repository\\TipoSeguroRepository',
]);
}
/**
* Gets the private '.service_locator.Y7dvpTm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Y7dvpTmService()
{
return $this->privates['.service_locator.Y7dvpTm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.YTF0GRS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YTF0GRSService()
{
return $this->privates['.service_locator.YTF0GRS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paquete' => ['privates', '.errored..service_locator.YTF0GRS.App\\Entity\\Paquete', NULL, 'Cannot autowire service ".service_locator.YTF0GRS": it references class "App\\Entity\\Paquete" but no such service exists.'],
'paqueteRepository' => ['privates', 'App\\Repository\\PaqueteRepository', 'getPaqueteRepositoryService', false],
], [
'paquete' => 'App\\Entity\\Paquete',
'paqueteRepository' => 'App\\Repository\\PaqueteRepository',
]);
}
/**
* Gets the private '.service_locator.YYXn_7Q' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YYXn7QService()
{
return $this->privates['.service_locator.YYXn_7Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'dependenciaRepository' => ['privates', 'App\\Repository\\DependenciaRepository', 'getDependenciaRepositoryService', false],
'derivacionRepository' => ['privates', 'App\\Repository\\DerivacionRepository', 'getDerivacionRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
'historiaClinica' => ['privates', '.errored..service_locator.YYXn_7Q.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator.YYXn_7Q": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'seguroPrivadoRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
'tipoSeguroRepository' => ['privates', 'App\\Repository\\TipoSeguroRepository', 'getTipoSeguroRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'dependenciaRepository' => 'App\\Repository\\DependenciaRepository',
'derivacionRepository' => 'App\\Repository\\DerivacionRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'estudioRepository' => 'App\\Repository\\EstudioRepository',
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
'seguroPrivadoRepository' => 'App\\Repository\\SeguroPrivadoRepository',
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
'tipoSeguroRepository' => 'App\\Repository\\TipoSeguroRepository',
]);
}
/**
* Gets the private '.service_locator.YtdEU_0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YtdEU0Service()
{
return $this->privates['.service_locator.YtdEU_0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'interconsultaRepository' => ['privates', 'App\\Repository\\InterconsultaRepository', 'getInterconsultaRepositoryService', false],
], [
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'interconsultaRepository' => 'App\\Repository\\InterconsultaRepository',
]);
}
/**
* Gets the private '.service_locator.Yw4gCbb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Yw4gCbbService()
{
return $this->privates['.service_locator.Yw4gCbb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'producto' => ['privates', '.errored..service_locator.Yw4gCbb.App\\Entity\\Producto', NULL, 'Cannot autowire service ".service_locator.Yw4gCbb": it references class "App\\Entity\\Producto" but no such service exists.'],
], [
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
'producto' => 'App\\Entity\\Producto',
]);
}
/**
* Gets the private '.service_locator.Z2e0WMs' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z2e0WMsService()
{
return $this->privates['.service_locator.Z2e0WMs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'procedimiento' => ['privates', '.errored..service_locator.Z2e0WMs.App\\Entity\\Procedimientos', NULL, 'Cannot autowire service ".service_locator.Z2e0WMs": it references class "App\\Entity\\Procedimientos" but no such service exists.'],
], [
'procedimiento' => 'App\\Entity\\Procedimientos',
]);
}
/**
* Gets the private '.service_locator.Z7Oe7Sj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Z7Oe7SjService()
{
return $this->privates['.service_locator.Z7Oe7Sj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'preparacionRepository' => ['privates', 'App\\Repository\\PreparacionRepository', 'getPreparacionRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'paginator' => '?',
'preparacionRepository' => 'App\\Repository\\PreparacionRepository',
]);
}
/**
* Gets the private '.service_locator.ZDmZd9Z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZDmZd9ZService()
{
return $this->privates['.service_locator.ZDmZd9Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdOrdene' => ['privates', '.errored..service_locator.ZDmZd9Z.App\\Entity\\HdOrdenes', NULL, 'Cannot autowire service ".service_locator.ZDmZd9Z": it references class "App\\Entity\\HdOrdenes" but no such service exists.'],
], [
'hdOrdene' => 'App\\Entity\\HdOrdenes',
]);
}
/**
* Gets the private '.service_locator.ZKv.jMc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZKv_JMcService()
{
return $this->privates['.service_locator.ZKv.jMc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosInterconsulta' => ['privates', '.errored..service_locator.ZKv.jMc.App\\Entity\\DiagnosticosInterconsulta', NULL, 'Cannot autowire service ".service_locator.ZKv.jMc": it references class "App\\Entity\\DiagnosticosInterconsulta" but no such service exists.'],
], [
'diagnosticosInterconsulta' => 'App\\Entity\\DiagnosticosInterconsulta',
]);
}
/**
* Gets the private '.service_locator.ZqSkdFh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZqSkdFhService()
{
return $this->privates['.service_locator.ZqSkdFh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentaDetalle' => ['privates', '.errored..service_locator.ZqSkdFh.App\\Entity\\OrdenVentaDetalle', NULL, 'Cannot autowire service ".service_locator.ZqSkdFh": it references class "App\\Entity\\OrdenVentaDetalle" but no such service exists.'],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'ordenVentaDetalle' => 'App\\Entity\\OrdenVentaDetalle',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.ZwdNbwA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZwdNbwAService()
{
return $this->privates['.service_locator.ZwdNbwA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'record' => ['privates', '.errored..service_locator.ZwdNbwA.App\\Entity\\Record', NULL, 'Cannot autowire service ".service_locator.ZwdNbwA": it references class "App\\Entity\\Record" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'record' => 'App\\Entity\\Record',
]);
}
/**
* Gets the private '.service_locator._3bPjtc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_3bPjtcService()
{
return $this->privates['.service_locator._3bPjtc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'especialidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'hdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
'seguroRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
], [
'especialidadRepository' => 'App\\Repository\\EspecialidadRepository',
'hdMaestroPasosRepository' => 'App\\Repository\\HdMaestroPasosRepository',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
'salaRepository' => 'App\\Repository\\SalaRepository',
'seguroRepository' => 'App\\Repository\\SeguroPrivadoRepository',
]);
}
/**
* Gets the private '.service_locator._FkYhOP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FkYhOPService()
{
return $this->privates['.service_locator._FkYhOP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentaDetallePagoRepository' => ['privates', 'App\\Repository\\OrdenVentaDetallePagoRepository', 'getOrdenVentaDetallePagoRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'ordenVentaDetallePagoRepository' => 'App\\Repository\\OrdenVentaDetallePagoRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator._K4Zt0R' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K4Zt0RService()
{
return $this->privates['.service_locator._K4Zt0R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoExamenRepository' => ['privates', 'App\\Repository\\TipoExamenRepository', 'getTipoExamenRepositoryService', false],
], [
'tipoExamenRepository' => 'App\\Repository\\TipoExamenRepository',
]);
}
/**
* Gets the private '.service_locator._MO4eqe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MO4eqeService()
{
return $this->privates['.service_locator._MO4eqe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudio' => ['privates', '.errored..service_locator._MO4eqe.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator._MO4eqe": it references class "App\\Entity\\Estudio" but no such service exists.'],
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
], [
'estudio' => 'App\\Entity\\Estudio',
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
]);
}
/**
* Gets the private '.service_locator._VgNkxI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VgNkxIService()
{
return $this->privates['.service_locator._VgNkxI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'historiaClinica' => ['privates', '.errored..service_locator._VgNkxI.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator._VgNkxI": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator._i2YZ1n' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I2YZ1nService()
{
return $this->privates['.service_locator._i2YZ1n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'producto' => ['privates', '.errored..service_locator._i2YZ1n.App\\Entity\\Producto', NULL, 'Cannot autowire service ".service_locator._i2YZ1n": it references class "App\\Entity\\Producto" but no such service exists.'],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'producto' => 'App\\Entity\\Producto',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.aLpDwMk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ALpDwMkService()
{
return $this->privates['.service_locator.aLpDwMk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'paginator' => '?',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.aXQdkad' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AXQdkadService()
{
return $this->privates['.service_locator.aXQdkad'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenDetalleRepository' => ['privates', 'App\\Repository\\ExamenDetalleRepository', 'getExamenDetalleRepositoryService', false],
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'labProtocoloRepository' => ['privates', 'App\\Repository\\LabProtocoloRepository', 'getLabProtocoloRepositoryService', false],
], [
'examenDetalleRepository' => 'App\\Repository\\ExamenDetalleRepository',
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'labProtocoloRepository' => 'App\\Repository\\LabProtocoloRepository',
]);
}
/**
* Gets the private '.service_locator.aYa6Urx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AYa6UrxService()
{
return $this->privates['.service_locator.aYa6Urx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productoXl' => ['privates', '.errored..service_locator.aYa6Urx.App\\Entity\\ProductoXls', NULL, 'Cannot autowire service ".service_locator.aYa6Urx": it references class "App\\Entity\\ProductoXls" but no such service exists.'],
'productoXlsRepository' => ['privates', 'App\\Repository\\ProductoXlsRepository', 'getProductoXlsRepositoryService', false],
], [
'productoXl' => 'App\\Entity\\ProductoXls',
'productoXlsRepository' => 'App\\Repository\\ProductoXlsRepository',
]);
}
/**
* Gets the private '.service_locator.aasaESc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_AasaEScService()
{
return $this->privates['.service_locator.aasaESc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
], [
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.b1ED.dk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B1ED_DkService()
{
return $this->privates['.service_locator.b1ED.dk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paciente' => ['privates', '.errored..service_locator.b1ED.dk.App\\Entity\\Paciente', NULL, 'Cannot autowire service ".service_locator.b1ED.dk": it references class "App\\Entity\\Paciente" but no such service exists.'],
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'paciente' => 'App\\Entity\\Paciente',
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.b1fE.03' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_B1fE_03Service()
{
return $this->privates['.service_locator.b1fE.03'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.b1fE.03.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.b1fE.03": it references class "App\\Entity\\Agenda" but no such service exists.'],
'ordenProcedimientoRepository' => ['privates', 'App\\Repository\\OrdenProcedimientoRepository', 'getOrdenProcedimientoRepositoryService', false],
'pacienteReferenciaRepository' => ['privates', 'App\\Repository\\PacienteReferenciaRepository', 'getPacienteReferenciaRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'ordenProcedimientoRepository' => 'App\\Repository\\OrdenProcedimientoRepository',
'pacienteReferenciaRepository' => 'App\\Repository\\PacienteReferenciaRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.bGJQr5.' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BGJQr5_Service()
{
return $this->privates['.service_locator.bGJQr5.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'labProtocoloRepository' => ['privates', 'App\\Repository\\LabProtocoloRepository', 'getLabProtocoloRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'labProtocoloRepository' => 'App\\Repository\\LabProtocoloRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.bOul6iu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BOul6iuService()
{
return $this->privates['.service_locator.bOul6iu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.bUA.sor' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BUA_SorService()
{
return $this->privates['.service_locator.bUA.sor'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudio' => ['privates', '.errored..service_locator.bUA.sor.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.bUA.sor": it references class "App\\Entity\\Estudio" but no such service exists.'],
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
], [
'estudio' => 'App\\Entity\\Estudio',
'estudioRepository' => 'App\\Repository\\EstudioRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.bbq4fM9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Bbq4fM9Service()
{
return $this->privates['.service_locator.bbq4fM9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'planoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
], [
'planoDetalleRepository' => 'App\\Repository\\PlanoDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.bowC3nx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_BowC3nxService()
{
return $this->privates['.service_locator.bowC3nx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.bowC3nx.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.bowC3nx": it references class "App\\Entity\\Agenda" but no such service exists.'],
'agendaDetalleContificoRepository' => ['privates', 'App\\Repository\\AgendaDetalleContificoRepository', 'getAgendaDetalleContificoRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'agendaDetalleContificoRepository' => 'App\\Repository\\AgendaDetalleContificoRepository',
]);
}
/**
* Gets the private '.service_locator.cHO8JW2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CHO8JW2Service()
{
return $this->privates['.service_locator.cHO8JW2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdSolicitudDiagnostico' => ['privates', '.errored..service_locator.cHO8JW2.App\\Entity\\HdSolicitudDiagnosticos', NULL, 'Cannot autowire service ".service_locator.cHO8JW2": it references class "App\\Entity\\HdSolicitudDiagnosticos" but no such service exists.'],
], [
'hdSolicitudDiagnostico' => 'App\\Entity\\HdSolicitudDiagnosticos',
]);
}
/**
* Gets the private '.service_locator.cajfIeA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CajfIeAService()
{
return $this->privates['.service_locator.cajfIeA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dependenciaRepository' => ['privates', 'App\\Repository\\DependenciaRepository', 'getDependenciaRepositoryService', false],
], [
'dependenciaRepository' => 'App\\Repository\\DependenciaRepository',
]);
}
/**
* Gets the private '.service_locator.cpR2Owh' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CpR2OwhService()
{
return $this->privates['.service_locator.cpR2Owh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'planoCabecera' => ['privates', '.errored..service_locator.cpR2Owh.App\\Entity\\PlanoCabecera', NULL, 'Cannot autowire service ".service_locator.cpR2Owh": it references class "App\\Entity\\PlanoCabecera" but no such service exists.'],
'planoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'planoCabecera' => 'App\\Entity\\PlanoCabecera',
'planoDetalleRepository' => 'App\\Repository\\PlanoDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.cph46cd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Cph46cdService()
{
return $this->privates['.service_locator.cph46cd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'agendaArchivosRepository' => 'App\\Repository\\AgendaArchivosRepository',
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.crzvXeW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_CrzvXeWService()
{
return $this->privates['.service_locator.crzvXeW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'derivacionRepository' => ['privates', 'App\\Repository\\DerivacionRepository', 'getDerivacionRepositoryService', false],
], [
'derivacionRepository' => 'App\\Repository\\DerivacionRepository',
]);
}
/**
* Gets the private '.service_locator.d5g1pY2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_D5g1pY2Service()
{
return $this->privates['.service_locator.d5g1pY2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'estudioRepository' => 'App\\Repository\\EstudioRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.dCMNUui' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DCMNUuiService()
{
return $this->privates['.service_locator.dCMNUui'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diente' => ['privates', '.errored..service_locator.dCMNUui.App\\Entity\\Dientes', NULL, 'Cannot autowire service ".service_locator.dCMNUui": it references class "App\\Entity\\Dientes" but no such service exists.'],
], [
'diente' => 'App\\Entity\\Dientes',
]);
}
/**
* Gets the private '.service_locator.dEdmYsp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DEdmYspService()
{
return $this->privates['.service_locator.dEdmYsp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productoXlsRepository' => ['privates', 'App\\Repository\\ProductoXlsRepository', 'getProductoXlsRepositoryService', false],
], [
'productoXlsRepository' => 'App\\Repository\\ProductoXlsRepository',
]);
}
/**
* Gets the private '.service_locator.dgN7DgV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DgN7DgVService()
{
return $this->privates['.service_locator.dgN7DgV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden' => ['privates', '.errored..service_locator.dgN7DgV.App\\Entity\\OrdenProcedimiento', NULL, 'Cannot autowire service ".service_locator.dgN7DgV": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.'],
], [
'orden' => 'App\\Entity\\OrdenProcedimiento',
]);
}
/**
* Gets the private '.service_locator.dkl9aqv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Dkl9aqvService()
{
return $this->privates['.service_locator.dkl9aqv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.dmMgwyj' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_DmMgwyjService()
{
return $this->privates['.service_locator.dmMgwyj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaDetalleContificoRepository' => ['privates', 'App\\Repository\\AgendaDetalleContificoRepository', 'getAgendaDetalleContificoRepositoryService', false],
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'detalle' => ['privates', '.errored..service_locator.dmMgwyj.App\\Entity\\DetalleCargaContifico', NULL, 'Cannot autowire service ".service_locator.dmMgwyj": it references class "App\\Entity\\DetalleCargaContifico" but no such service exists.'],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'agendaDetalleContificoRepository' => 'App\\Repository\\AgendaDetalleContificoRepository',
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'detalle' => 'App\\Entity\\DetalleCargaContifico',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.e2vsFbK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_E2vsFbKService()
{
return $this->privates['.service_locator.e2vsFbK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'orden012' => ['privates', '.errored..service_locator.e2vsFbK.App\\Entity\\Orden012', NULL, 'Cannot autowire service ".service_locator.e2vsFbK": it references class "App\\Entity\\Orden012" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'orden012' => 'App\\Entity\\Orden012',
]);
}
/**
* Gets the private '.service_locator.eKy4Tjw' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_EKy4TjwService()
{
return $this->privates['.service_locator.eKy4Tjw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentaDetalle' => ['privates', '.errored..service_locator.eKy4Tjw.App\\Entity\\OrdenVentaDetalle', NULL, 'Cannot autowire service ".service_locator.eKy4Tjw": it references class "App\\Entity\\OrdenVentaDetalle" but no such service exists.'],
], [
'ordenVentaDetalle' => 'App\\Entity\\OrdenVentaDetalle',
]);
}
/**
* Gets the private '.service_locator.f2O3YB6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_F2O3YB6Service()
{
return $this->privates['.service_locator.f2O3YB6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoSubseguroRepository' => ['privates', 'App\\Repository\\TipoSubseguroRepository', 'getTipoSubseguroRepositoryService', false],
], [
'tipoSubseguroRepository' => 'App\\Repository\\TipoSubseguroRepository',
]);
}
/**
* Gets the private '.service_locator.fE4aIJ1' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FE4aIJ1Service()
{
return $this->privates['.service_locator.fE4aIJ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
]);
}
/**
* Gets the private '.service_locator.fJqkDUV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FJqkDUVService()
{
return $this->privates['.service_locator.fJqkDUV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cliente' => ['privates', '.errored..service_locator.fJqkDUV.App\\Entity\\Clientes', NULL, 'Cannot autowire service ".service_locator.fJqkDUV": it references class "App\\Entity\\Clientes" but no such service exists.'],
], [
'cliente' => 'App\\Entity\\Clientes',
]);
}
/**
* Gets the private '.service_locator.fKz703S' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FKz703SService()
{
return $this->privates['.service_locator.fKz703S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'preparacion' => ['privates', '.errored.t7mIZRj', NULL, 'Cannot determine controller argument for "App\\Controller\\PreparacionEstudioController::delete()": the $preparacion argument is type-hinted with the non-existent class or interface: "App\\Controller\\Preparacion". Did you forget to add a use statement?'],
], [
'preparacion' => '?',
]);
}
/**
* Gets the private '.service_locator.fMRYAxW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FMRYAxWService()
{
return $this->privates['.service_locator.fMRYAxW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoExaman' => ['privates', '.errored..service_locator.fMRYAxW.App\\Entity\\TipoExamen', NULL, 'Cannot autowire service ".service_locator.fMRYAxW": it references class "App\\Entity\\TipoExamen" but no such service exists.'],
], [
'tipoExaman' => 'App\\Entity\\TipoExamen',
]);
}
/**
* Gets the private '.service_locator.fNk5gnS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FNk5gnSService()
{
return $this->privates['.service_locator.fNk5gnS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdEmergencium' => ['privates', '.errored..service_locator.fNk5gnS.App\\Entity\\HdEmergencia', NULL, 'Cannot autowire service ".service_locator.fNk5gnS": it references class "App\\Entity\\HdEmergencia" but no such service exists.'],
], [
'hdEmergencium' => 'App\\Entity\\HdEmergencia',
]);
}
/**
* Gets the private '.service_locator.fhVn1pu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FhVn1puService()
{
return $this->privates['.service_locator.fhVn1pu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.fiwmX6M' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FiwmX6MService()
{
return $this->privates['.service_locator.fiwmX6M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'estudio' => ['privates', '.errored..service_locator.fiwmX6M.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.fiwmX6M": it references class "App\\Entity\\Estudio" but no such service exists.'],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'estudio' => 'App\\Entity\\Estudio',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.fkoKOJl' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FkoKOJlService()
{
return $this->privates['.service_locator.fkoKOJl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'emergencia' => ['privates', '.errored..service_locator.fkoKOJl.App\\Entity\\HdEmergencia', NULL, 'Cannot autowire service ".service_locator.fkoKOJl": it references class "App\\Entity\\HdEmergencia" but no such service exists.'],
], [
'emergencia' => 'App\\Entity\\HdEmergencia',
]);
}
/**
* Gets the private '.service_locator.fwPrGdp' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_FwPrGdpService()
{
return $this->privates['.service_locator.fwPrGdp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productoNivel' => ['privates', '.errored..service_locator.fwPrGdp.App\\Entity\\ProductoNivel', NULL, 'Cannot autowire service ".service_locator.fwPrGdp": it references class "App\\Entity\\ProductoNivel" but no such service exists.'],
'productoNivelRepository' => ['privates', 'App\\Repository\\ProductoNivelRepository', 'getProductoNivelRepositoryService', false],
], [
'productoNivel' => 'App\\Entity\\ProductoNivel',
'productoNivelRepository' => 'App\\Repository\\ProductoNivelRepository',
]);
}
/**
* Gets the private '.service_locator.g.2HfNy' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_G_2HfNyService()
{
return $this->privates['.service_locator.g.2HfNy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recetum' => ['privates', '.errored..service_locator.g.2HfNy.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator.g.2HfNy": it references class "App\\Entity\\Receta" but no such service exists.'],
], [
'recetum' => 'App\\Entity\\Receta',
]);
}
/**
* Gets the private '.service_locator.gJpNd.t' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GJpNd_TService()
{
return $this->privates['.service_locator.gJpNd.t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoServicio' => ['privates', '.errored..service_locator.gJpNd.t.App\\Entity\\TipoServicio', NULL, 'Cannot autowire service ".service_locator.gJpNd.t": it references class "App\\Entity\\TipoServicio" but no such service exists.'],
], [
'tipoServicio' => 'App\\Entity\\TipoServicio',
]);
}
/**
* Gets the private '.service_locator.gMMpHPq' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GMMpHPqService()
{
return $this->privates['.service_locator.gMMpHPq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
'recetaDetalle' => ['privates', '.errored..service_locator.gMMpHPq.App\\Entity\\RecetaDetalle', NULL, 'Cannot autowire service ".service_locator.gMMpHPq": it references class "App\\Entity\\RecetaDetalle" but no such service exists.'],
], [
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
'recetaDetalle' => 'App\\Entity\\RecetaDetalle',
]);
}
/**
* Gets the private '.service_locator.glP3pxL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GlP3pxLService()
{
return $this->privates['.service_locator.glP3pxL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detalleCargaContificoRepository' => ['privates', 'App\\Repository\\DetalleCargaContificoRepository', 'getDetalleCargaContificoRepositoryService', false],
], [
'detalleCargaContificoRepository' => 'App\\Repository\\DetalleCargaContificoRepository',
]);
}
/**
* Gets the private '.service_locator.gq_LYsu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_GqLYsuService()
{
return $this->privates['.service_locator.gq_LYsu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Controller\\AgendaController::admin_update' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\AgendaController::admision' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController::agenda_archivo_delete' => ['privates', '.service_locator.PI2avuq', 'get_ServiceLocator_PI2avuqService', false],
'App\\Controller\\AgendaController::agenda_control_documentos' => ['privates', '.service_locator.4rdy3VL', 'get_ServiceLocator_4rdy3VLService', false],
'App\\Controller\\AgendaController::agenda_control_documentos_guardar' => ['privates', '.service_locator.4rdy3VL', 'get_ServiceLocator_4rdy3VLService', false],
'App\\Controller\\AgendaController::calendar' => ['privates', '.service_locator.xGTdlZI', 'get_ServiceLocator_XGTdlZIService', false],
'App\\Controller\\AgendaController::confirmar' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController::confirmar_update' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\AgendaController::cotizacion_orden_new' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\AgendaController::delete' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController::edit' => ['privates', '.service_locator.b1fE.03', 'get_ServiceLocator_B1fE_03Service', false],
'App\\Controller\\AgendaController::edit_modal' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController::index' => ['privates', '.service_locator.WW4y.CH', 'get_ServiceLocator_WW4y_CHService', false],
'App\\Controller\\AgendaController::index_control' => ['privates', '.service_locator.Sn59jUl', 'get_ServiceLocator_Sn59jUlService', false],
'App\\Controller\\AgendaController::index_gastro' => ['privates', '.service_locator.WW4y.CH', 'get_ServiceLocator_WW4y_CHService', false],
'App\\Controller\\AgendaController::index_listado' => ['privates', '.service_locator.8w2JJ.8', 'get_ServiceLocator_8w2JJ_8Service', false],
'App\\Controller\\AgendaController::index_quirofano' => ['privates', '.service_locator.WW4y.CH', 'get_ServiceLocator_WW4y_CHService', false],
'App\\Controller\\AgendaController::laboratorio_cotizar' => ['privates', '.service_locator.kbzTUKL', 'get_ServiceLocator_KbzTUKLService', false],
'App\\Controller\\AgendaController::laboratorio_edit' => ['privates', '.service_locator.bGJQr5.', 'get_ServiceLocator_BGJQr5_Service', false],
'App\\Controller\\AgendaController::laboratorio_orden_new' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\AgendaController::masivo_corrige_nota_entrega' => ['privates', '.service_locator.VTVV7DU', 'get_ServiceLocator_VTVV7DUService', false],
'App\\Controller\\AgendaController::new_modal' => ['privates', '.service_locator.TosbA1.', 'get_ServiceLocator_TosbA1_Service', false],
'App\\Controller\\AgendaController::new_modal_storage' => ['privates', '.service_locator.LfxL2q9', 'get_ServiceLocator_LfxL2q9Service', false],
'App\\Controller\\AgendaController::show' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController::suspender' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController::update' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\AgendaDetalleContificoController::carga_especialidades' => ['privates', '.service_locator.rMLIsBv', 'get_ServiceLocator_RMLIsBvService', false],
'App\\Controller\\AgendaDetalleContificoController::edit' => ['privates', '.service_locator.N345_mu', 'get_ServiceLocator_N345MuService', false],
'App\\Controller\\AgendaDetalleContificoController::index' => ['privates', '.service_locator.QmCvQg4', 'get_ServiceLocator_QmCvQg4Service', false],
'App\\Controller\\AgendaRecesionMovilidadController::delete' => ['privates', '.service_locator.ryVsE9E', 'get_ServiceLocator_RyVsE9EService', false],
'App\\Controller\\AgendaRecesionMovilidadController::edit' => ['privates', '.service_locator.ryVsE9E', 'get_ServiceLocator_RyVsE9EService', false],
'App\\Controller\\AgendaRecesionMovilidadController::index' => ['privates', '.service_locator.C8L7Uan', 'get_ServiceLocator_C8L7UanService', false],
'App\\Controller\\AgendaRecesionMovilidadController::show' => ['privates', '.service_locator.ryVsE9E', 'get_ServiceLocator_RyVsE9EService', false],
'App\\Controller\\ApilabController::ValidaPlanoCabecera_tipo' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\ApilabController::command_cache_clear' => ['privates', '.service_locator.6H7qA2B', 'get_ServiceLocator_6H7qA2BService', false],
'App\\Controller\\ApilabController::lab_masivo' => ['privates', '.service_locator.xTev3fH', 'get_ServiceLocator_XTev3fHService', false],
'App\\Controller\\ApilabController::obtener_orden_biometria' => ['privates', '.service_locator.SCrt5xf', 'get_ServiceLocator_SCrt5xfService', false],
'App\\Controller\\ApilabController::planocCabecera_planilla_tipo' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\ApilabController::planoxpaciente_planilla_pdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\ApilabController::planoxpaciente_valida' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\ApilabController::recupera_cabecera' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\BancosController::delete' => ['privates', '.service_locator.n57xgky', 'get_ServiceLocator_N57xgkyService', false],
'App\\Controller\\BancosController::edit' => ['privates', '.service_locator.n57xgky', 'get_ServiceLocator_N57xgkyService', false],
'App\\Controller\\BancosController::index' => ['privates', '.service_locator.u87HBwv', 'get_ServiceLocator_U87HBwvService', false],
'App\\Controller\\BancosController::show' => ['privates', '.service_locator.n57xgky', 'get_ServiceLocator_N57xgkyService', false],
'App\\Controller\\CargaContificoController::carga_contifico_x_agenda' => ['privates', '.service_locator.bowC3nx', 'get_ServiceLocator_BowC3nxService', false],
'App\\Controller\\CargaContificoController::delete' => ['privates', '.service_locator.DsaDK5T', 'get_ServiceLocator_DsaDK5TService', false],
'App\\Controller\\CargaContificoController::edit' => ['privates', '.service_locator.DsaDK5T', 'get_ServiceLocator_DsaDK5TService', false],
'App\\Controller\\CargaContificoController::index' => ['privates', '.service_locator.4T5fs21', 'get_ServiceLocator_4T5fs21Service', false],
'App\\Controller\\CargaContificoController::index_cuadre' => ['privates', '.service_locator.ov0pkMf', 'get_ServiceLocator_Ov0pkMfService', false],
'App\\Controller\\CargaContificoController::index_reporte_medico' => ['privates', '.service_locator.ov0pkMf', 'get_ServiceLocator_Ov0pkMfService', false],
'App\\Controller\\CargaContificoController::new' => ['privates', '.service_locator.u1C.eKU', 'get_ServiceLocator_U1C_EKUService', false],
'App\\Controller\\CargaContificoController::procesa_excel' => ['privates', '.service_locator.OWo.RdT', 'get_ServiceLocator_OWo_RdTService', false],
'App\\Controller\\CargaContificoController::show' => ['privates', '.service_locator.BulSRk8', 'get_ServiceLocator_BulSRk8Service', false],
'App\\Controller\\CargaContificoController::valida_excel' => ['privates', '.service_locator.h5qu31T', 'get_ServiceLocator_H5qu31TService', false],
'App\\Controller\\CargaContificoController::valida_excelxdetalle' => ['privates', '.service_locator.dmMgwyj', 'get_ServiceLocator_DmMgwyjService', false],
'App\\Controller\\Cie10Controller::buscar_codigo' => ['privates', '.service_locator.zNjYVsY', 'get_ServiceLocator_ZNjYVsYService', false],
'App\\Controller\\Cie10Controller::buscar_texto' => ['privates', '.service_locator.zNjYVsY', 'get_ServiceLocator_ZNjYVsYService', false],
'App\\Controller\\Cie10Controller::delete' => ['privates', '.service_locator.vo3flOM', 'get_ServiceLocator_Vo3flOMService', false],
'App\\Controller\\Cie10Controller::edit' => ['privates', '.service_locator.vo3flOM', 'get_ServiceLocator_Vo3flOMService', false],
'App\\Controller\\Cie10Controller::index' => ['privates', '.service_locator.0WwVoWW', 'get_ServiceLocator_0WwVoWWService', false],
'App\\Controller\\Cie10Controller::show' => ['privates', '.service_locator.vo3flOM', 'get_ServiceLocator_Vo3flOMService', false],
'App\\Controller\\CierreCajaController::cerrar' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\CierreCajaController::delete' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\CierreCajaController::edit' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\CierreCajaController::index' => ['privates', '.service_locator.5x7ESAw', 'get_ServiceLocator_5x7ESAwService', false],
'App\\Controller\\CierreCajaController::new' => ['privates', '.service_locator.5x7ESAw', 'get_ServiceLocator_5x7ESAwService', false],
'App\\Controller\\CierreCajaController::show' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\ClientesController::delete' => ['privates', '.service_locator.fJqkDUV', 'get_ServiceLocator_FJqkDUVService', false],
'App\\Controller\\ClientesController::edit' => ['privates', '.service_locator.fJqkDUV', 'get_ServiceLocator_FJqkDUVService', false],
'App\\Controller\\ClientesController::index' => ['privates', '.service_locator.fE4aIJ1', 'get_ServiceLocator_FE4aIJ1Service', false],
'App\\Controller\\ClientesController::show' => ['privates', '.service_locator.fJqkDUV', 'get_ServiceLocator_FJqkDUVService', false],
'App\\Controller\\DatosCirugiaController::cirugia_agendar' => ['privates', '.service_locator.9eO7IJm', 'get_ServiceLocator_9eO7IJmService', false],
'App\\Controller\\DatosCirugiaController::cirugia_edit' => ['privates', '.service_locator.k6gP3ln', 'get_ServiceLocator_K6gP3lnService', false],
'App\\Controller\\DatosCirugiaController::datos_cirugia' => ['privates', '.service_locator.8aw1iiB', 'get_ServiceLocator_8aw1iiBService', false],
'App\\Controller\\DatosCirugiaController::delete' => ['privates', '.service_locator.WZsVBAR', 'get_ServiceLocator_WZsVBARService', false],
'App\\Controller\\DatosCirugiaController::edit' => ['privates', '.service_locator.WZsVBAR', 'get_ServiceLocator_WZsVBARService', false],
'App\\Controller\\DatosCirugiaController::evolucion_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\DatosCirugiaController::evolucion_imprimir_hcu_005' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\DatosCirugiaController::evolucion_imprimir_receta' => ['privates', '.service_locator._VgNkxI', 'get_ServiceLocator_VgNkxIService', false],
'App\\Controller\\DatosCirugiaController::guardar_detalle' => ['privates', '.service_locator.ARpKHrP', 'get_ServiceLocator_ARpKHrPService', false],
'App\\Controller\\DatosCirugiaController::guardar_prescripcion' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController::index' => ['privates', '.service_locator.RT0aVad', 'get_ServiceLocator_RT0aVadService', false],
'App\\Controller\\DatosCirugiaController::listado' => ['privates', '.service_locator.STRw8eT', 'get_ServiceLocator_STRw8eTService', false],
'App\\Controller\\DatosCirugiaController::listado_paso1' => ['privates', '.service_locator.k6gP3ln', 'get_ServiceLocator_K6gP3lnService', false],
'App\\Controller\\DatosCirugiaController::modal_cirugia' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\DatosCirugiaController::prescripcion' => ['privates', '.service_locator.MnxfULi', 'get_ServiceLocator_MnxfULiService', false],
'App\\Controller\\DatosCirugiaController::prescripcion_detalle' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController::prescripcion_detalle_index' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController::prescripcion_eliminar' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController::prescripcion_index' => ['privates', '.service_locator.O4XwQSU', 'get_ServiceLocator_O4XwQSUService', false],
'App\\Controller\\DatosCirugiaController::prescripcion_litar' => ['privates', '.service_locator.MnxfULi', 'get_ServiceLocator_MnxfULiService', false],
'App\\Controller\\DatosCirugiaController::show' => ['privates', '.service_locator.WZsVBAR', 'get_ServiceLocator_WZsVBARService', false],
'App\\Controller\\DependenciaController::delete' => ['privates', '.service_locator.smoF0oF', 'get_ServiceLocator_SmoF0oFService', false],
'App\\Controller\\DependenciaController::edit' => ['privates', '.service_locator.smoF0oF', 'get_ServiceLocator_SmoF0oFService', false],
'App\\Controller\\DependenciaController::index' => ['privates', '.service_locator.cajfIeA', 'get_ServiceLocator_CajfIeAService', false],
'App\\Controller\\DependenciaController::show' => ['privates', '.service_locator.smoF0oF', 'get_ServiceLocator_SmoF0oFService', false],
'App\\Controller\\DerivacionController::delete' => ['privates', '.service_locator.xRyE0Vf', 'get_ServiceLocator_XRyE0VfService', false],
'App\\Controller\\DerivacionController::edit' => ['privates', '.service_locator.xRyE0Vf', 'get_ServiceLocator_XRyE0VfService', false],
'App\\Controller\\DerivacionController::index' => ['privates', '.service_locator.crzvXeW', 'get_ServiceLocator_CrzvXeWService', false],
'App\\Controller\\DerivacionController::show' => ['privates', '.service_locator.xRyE0Vf', 'get_ServiceLocator_XRyE0VfService', false],
'App\\Controller\\DetalleCargaContificoController::delete' => ['privates', '.service_locator.Egtju9M', 'get_ServiceLocator_Egtju9MService', false],
'App\\Controller\\DetalleCargaContificoController::edit' => ['privates', '.service_locator.Egtju9M', 'get_ServiceLocator_Egtju9MService', false],
'App\\Controller\\DetalleCargaContificoController::index' => ['privates', '.service_locator.OWo.RdT', 'get_ServiceLocator_OWo_RdTService', false],
'App\\Controller\\DetalleCargaContificoController::new' => ['privates', '.service_locator.glP3pxL', 'get_ServiceLocator_GlP3pxLService', false],
'App\\Controller\\DetalleCargaContificoController::show' => ['privates', '.service_locator.EG.awR6', 'get_ServiceLocator_EG_AwR6Service', false],
'App\\Controller\\DetallePlantillasController::delete' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetallePlantillasController::edit' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetallePlantillasController::inactivar' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetallePlantillasController::index' => ['privates', '.service_locator.zKRSaxR', 'get_ServiceLocator_ZKRSaxRService', false],
'App\\Controller\\DetallePlantillasController::show' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetalleTerapiasController::delete' => ['privates', '.service_locator.GAtDepD', 'get_ServiceLocator_GAtDepDService', false],
'App\\Controller\\DetalleTerapiasController::edit' => ['privates', '.service_locator.GAtDepD', 'get_ServiceLocator_GAtDepDService', false],
'App\\Controller\\DetalleTerapiasController::index' => ['privates', '.service_locator.CeYJvo4', 'get_ServiceLocator_CeYJvo4Service', false],
'App\\Controller\\DetalleTerapiasController::new' => ['privates', '.service_locator.CeYJvo4', 'get_ServiceLocator_CeYJvo4Service', false],
'App\\Controller\\DetalleTerapiasController::show' => ['privates', '.service_locator.uIKtvHf', 'get_ServiceLocator_UIKtvHfService', false],
'App\\Controller\\DiagnosticosEpicrisisController::delete' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController::edit' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController::eliminar' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController::index' => ['privates', '.service_locator.j5MVk9T', 'get_ServiceLocator_J5MVk9TService', false],
'App\\Controller\\DiagnosticosEpicrisisController::index_ajax' => ['privates', '.service_locator.RugGdT9', 'get_ServiceLocator_RugGdT9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController::new_ajax' => ['privates', '.service_locator.tquCaM9', 'get_ServiceLocator_TquCaM9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController::show' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController::delete' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController::edit' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController::eliminar' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController::index' => ['privates', '.service_locator.WtYEVfv', 'get_ServiceLocator_WtYEVfvService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController::index_ajax' => ['privates', '.service_locator.iKeGTeb', 'get_ServiceLocator_IKeGTebService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController::new_ajax' => ['privates', '.service_locator.TKI00oY', 'get_ServiceLocator_TKI00oYService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController::show' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosInterconsultaController::delete' => ['privates', '.service_locator.4tkLpL6', 'get_ServiceLocator_4tkLpL6Service', false],
'App\\Controller\\DiagnosticosInterconsultaController::edit' => ['privates', '.service_locator.4tkLpL6', 'get_ServiceLocator_4tkLpL6Service', false],
'App\\Controller\\DiagnosticosInterconsultaController::eliminar' => ['privates', '.service_locator.ZKv.jMc', 'get_ServiceLocator_ZKv_JMcService', false],
'App\\Controller\\DiagnosticosInterconsultaController::index' => ['privates', '.service_locator.t6EnLXI', 'get_ServiceLocator_T6EnLXIService', false],
'App\\Controller\\DiagnosticosInterconsultaController::index_ajax' => ['privates', '.service_locator.WIIVxTD', 'get_ServiceLocator_WIIVxTDService', false],
'App\\Controller\\DiagnosticosInterconsultaController::new_ajax' => ['privates', '.service_locator.uF_6hFa', 'get_ServiceLocator_UF6hFaService', false],
'App\\Controller\\DiagnosticosInterconsultaController::show' => ['privates', '.service_locator.4tkLpL6', 'get_ServiceLocator_4tkLpL6Service', false],
'App\\Controller\\DiagnosticosOrden012Controller::delete' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DiagnosticosOrden012Controller::edit' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DiagnosticosOrden012Controller::eliminar_cie10_orden012' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DiagnosticosOrden012Controller::index' => ['privates', '.service_locator.1mAN09v', 'get_ServiceLocator_1mAN09vService', false],
'App\\Controller\\DiagnosticosOrden012Controller::index_ajax' => ['privates', '.service_locator.34Rp99P', 'get_ServiceLocator_34Rp99PService', false],
'App\\Controller\\DiagnosticosOrden012Controller::new_ajax' => ['privates', '.service_locator.rXB.sW9', 'get_ServiceLocator_RXB_SW9Service', false],
'App\\Controller\\DiagnosticosOrden012Controller::show' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DientesController::buscar' => ['privates', '.service_locator.531cCm_', 'get_ServiceLocator_531cCmService', false],
'App\\Controller\\DientesController::delete' => ['privates', '.service_locator.dCMNUui', 'get_ServiceLocator_DCMNUuiService', false],
'App\\Controller\\DientesController::edit' => ['privates', '.service_locator.dCMNUui', 'get_ServiceLocator_DCMNUuiService', false],
'App\\Controller\\DientesController::index' => ['privates', '.service_locator.HqcU3Rk', 'get_ServiceLocator_HqcU3RkService', false],
'App\\Controller\\DientesController::show' => ['privates', '.service_locator.dCMNUui', 'get_ServiceLocator_DCMNUuiService', false],
'App\\Controller\\EmpresaController::delete' => ['privates', '.service_locator.wi_j08R', 'get_ServiceLocator_WiJ08RService', false],
'App\\Controller\\EmpresaController::edit' => ['privates', '.service_locator.wi_j08R', 'get_ServiceLocator_WiJ08RService', false],
'App\\Controller\\EmpresaController::index' => ['privates', '.service_locator.oliDKEN', 'get_ServiceLocator_OliDKENService', false],
'App\\Controller\\EmpresaController::show' => ['privates', '.service_locator.wi_j08R', 'get_ServiceLocator_WiJ08RService', false],
'App\\Controller\\EpicrisisController::delete' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EpicrisisController::edit' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EpicrisisController::edit_storage' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EpicrisisController::epicrisis_pdf' => ['privates', '.service_locator.EE77T2_', 'get_ServiceLocator_EE77T2Service', false],
'App\\Controller\\EpicrisisController::epicrisis_pdf_paciente' => ['privates', '.service_locator.EE77T2_', 'get_ServiceLocator_EE77T2Service', false],
'App\\Controller\\EpicrisisController::index' => ['privates', '.service_locator.BoRtQt_', 'get_ServiceLocator_BoRtQtService', false],
'App\\Controller\\EpicrisisController::show' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EstudioController::biopsias_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController::chequeo_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController::cirugia_segura' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController::cirugia_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController::consumo_oxigeno_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::delete' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\EstudioController::edit' => ['privates', '.service_locator.PGaiHsE', 'get_ServiceLocator_PGaiHsEService', false],
'App\\Controller\\EstudioController::edit_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController::eliminar_procedimiento' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\EstudioController::enfermeria_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController::escala_recuperacion_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::escala_riesgo_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::escala_valoracion_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::estudi_unico' => ['privates', '.service_locator.XBcJYK7', 'get_ServiceLocator_XBcJYK7Service', false],
'App\\Controller\\EstudioController::estudio' => ['privates', '.service_locator.XBcJYK7', 'get_ServiceLocator_XBcJYK7Service', false],
'App\\Controller\\EstudioController::estudio_enfermeria' => ['privates', '.service_locator.bUA.sor', 'get_ServiceLocator_BUA_SorService', false],
'App\\Controller\\EstudioController::estudio_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::estudio_pdf_auditoria' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::estudio_pdf_copia' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::evolucion_enfermeria_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::formato_013B_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController::formato_013_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController::formato_013auditoria_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController::index' => ['privates', '.service_locator.x2Dtz2z', 'get_ServiceLocator_X2Dtz2zService', false],
'App\\Controller\\EstudioController::index_estudio_enfermeria' => ['privates', '.service_locator.d5g1pY2', 'get_ServiceLocator_D5g1pY2Service', false],
'App\\Controller\\EstudioController::listado_chequeo_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::orden_biopsias_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::orden_puntos_transicion_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::orden_puntos_transicion_post_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::protocolo_imprimir' => ['privates', '.service_locator.8IYIkev', 'get_ServiceLocator_8IYIkevService', false],
'App\\Controller\\EstudioController::protocolo_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController::reporte_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController::sala_recuperacion_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController::show' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\EstudioController::signos_vitales_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController::valoracion_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\ExamenController::buscar_examen' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenController::buscar_examen_iess' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenController::delete' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\ExamenController::edit' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\ExamenController::index' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenController::show' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\ExamenDetalleController::cotizacion_storage' => ['privates', '.service_locator.xKfaEYY', 'get_ServiceLocator_XKfaEYYService', false],
'App\\Controller\\ExamenDetalleController::delete' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController::edit' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController::examen_detalle_delete_ajax' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController::examen_orden_derivar' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController::index' => ['privates', '.service_locator.M6iVCx8', 'get_ServiceLocator_M6iVCx8Service', false],
'App\\Controller\\ExamenDetalleController::show' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController::storage' => ['privates', '.service_locator.xKfaEYY', 'get_ServiceLocator_XKfaEYYService', false],
'App\\Controller\\ExamenOrdenController::actualizar_orden' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController::agenda_laboratorio' => ['privates', '.service_locator.NU7H8nd', 'get_ServiceLocator_NU7H8ndService', false],
'App\\Controller\\ExamenOrdenController::codigo_barras' => ['privates', '.service_locator.Sv9gj26', 'get_ServiceLocator_Sv9gj26Service', false],
'App\\Controller\\ExamenOrdenController::cotizacion_actualizar_orden' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController::delete' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController::edit' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController::eliminar_ajax' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController::examen_orden_imprimir' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController::examen_orden_resultados_paciente' => ['privates', '.service_locator.wKl.kai', 'get_ServiceLocator_WKl_KaiService', false],
'App\\Controller\\ExamenOrdenController::imprimir_053' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController::imprimir_053_pdf' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController::imprimir_ae_examen_orden' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController::imprimir_orden10' => ['privates', '.service_locator.QjupWTI', 'get_ServiceLocator_QjupWTIService', false],
'App\\Controller\\ExamenOrdenController::imprimir_orden10_nuevo' => ['privates', '.service_locator.QjupWTI', 'get_ServiceLocator_QjupWTIService', false],
'App\\Controller\\ExamenOrdenController::index' => ['privates', '.service_locator.aasaESc', 'get_ServiceLocator_AasaEScService', false],
'App\\Controller\\ExamenOrdenController::laboratorio' => ['privates', '.service_locator.CZeGVA4', 'get_ServiceLocator_CZeGVA4Service', false],
'App\\Controller\\ExamenOrdenController::laboratorio_agendar' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController::laboratorio_agendar_guardar' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController::laboratorio_realizado' => ['privates', '.service_locator.xipOYQr', 'get_ServiceLocator_XipOYQrService', false],
'App\\Controller\\ExamenOrdenController::new' => ['privates', '.service_locator.aasaESc', 'get_ServiceLocator_AasaEScService', false],
'App\\Controller\\ExamenOrdenController::resultados_laboratorio_imprmir' => ['privates', '.service_locator.B6ndtY8', 'get_ServiceLocator_B6ndtY8Service', false],
'App\\Controller\\ExamenOrdenController::resultados_laboratorio_imprmir_auditoria' => ['privates', '.service_locator.B6ndtY8', 'get_ServiceLocator_B6ndtY8Service', false],
'App\\Controller\\ExamenOrdenController::show' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenResultadoController::agregar_adicional' => ['privates', '.service_locator.qt7nKbm', 'get_ServiceLocator_Qt7nKbmService', false],
'App\\Controller\\ExamenOrdenResultadoController::delete' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController::edit' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController::edit_storage' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController::inactivar_resultado' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController::index' => ['privates', '.service_locator.SCrt5xf', 'get_ServiceLocator_SCrt5xfService', false],
'App\\Controller\\ExamenOrdenResultadoController::show' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenParametroController::delete' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenParametroController::edit' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenParametroController::inactivar' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenParametroController::index' => ['privates', '.service_locator.J7wcbOR', 'get_ServiceLocator_J7wcbORService', false],
'App\\Controller\\ExamenParametroController::new' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenParametroController::show' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenReferenciaController::delete' => ['privates', '.service_locator..vx.i6c', 'get_ServiceLocator__Vx_I6cService', false],
'App\\Controller\\ExamenReferenciaController::edit' => ['privates', '.service_locator..vx.i6c', 'get_ServiceLocator__Vx_I6cService', false],
'App\\Controller\\ExamenReferenciaController::index' => ['privates', '.service_locator.jfjHnHv', 'get_ServiceLocator_JfjHnHvService', false],
'App\\Controller\\ExamenReferenciaController::show' => ['privates', '.service_locator..vx.i6c', 'get_ServiceLocator__Vx_I6cService', false],
'App\\Controller\\ExternoController::cargar_externo' => ['privates', '.service_locator.Y6aW7PK', 'get_ServiceLocator_Y6aW7PKService', false],
'App\\Controller\\ExternoController::cargar_externo_parentesco' => ['privates', '.service_locator.Y6aW7PK', 'get_ServiceLocator_Y6aW7PKService', false],
'App\\Controller\\ExternoController::masivo_plano_correccion_detalle_subtotal' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController::masivo_plano_correccion_detalle_subtotal_iva' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController::masivo_plano_correccion_detalle_subtotal_iva_total' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController::masivo_plano_correccion_fecha' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController::plano_detalle_nombre_por_apellido' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\FarmaciaController::buscar_producto_descripcion2' => ['privates', '.service_locator.Dport77', 'get_ServiceLocator_Dport77Service', false],
'App\\Controller\\FarmaciaController::eliminar' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\FarmaciaController::farmacia_buscar_codigo_x_produ' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\FarmaciaController::farmacia_orden_new' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\FarmaciaController::farmacia_orden_new2' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\FarmaciaController::farmacia_paciente_storage' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\FarmaciaController::farmacia_paciente_storage2' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\FarmaciaController::gastro_detalle_index' => ['privates', '.service_locator.D3KIfNy', 'get_ServiceLocator_D3KIfNyService', false],
'App\\Controller\\FarmaciaController::gastro_orden_receta2' => ['privates', '.service_locator.XU086yd', 'get_ServiceLocator_XU086ydService', false],
'App\\Controller\\FarmaciaController::index' => ['privates', '.service_locator.GX_ucsj', 'get_ServiceLocator_GXUcsjService', false],
'App\\Controller\\FarmaciaController::index_ajax' => ['privates', '.service_locator.iKeGTeb', 'get_ServiceLocator_IKeGTebService', false],
'App\\Controller\\FarmaciaController::index_farmacia' => ['privates', '.service_locator.1r3L7rf', 'get_ServiceLocator_1r3L7rfService', false],
'App\\Controller\\FarmaciaController::index_search' => ['privates', '.service_locator.Z7Oe7Sj', 'get_ServiceLocator_Z7Oe7SjService', false],
'App\\Controller\\FarmaciaController::new_ajax' => ['privates', '.service_locator.TKI00oY', 'get_ServiceLocator_TKI00oYService', false],
'App\\Controller\\FarmaciaController::new_orden_item' => ['privates', '.service_locator.HAbhKOP', 'get_ServiceLocator_HAbhKOPService', false],
'App\\Controller\\FarmaciaController::receta_gastro2' => ['privates', '.service_locator.HqUBfQ2', 'get_ServiceLocator_HqUBfQ2Service', false],
'App\\Controller\\FarmaciaController::recibo_cobro_farmacia' => ['privates', '.service_locator.HqUBfQ2', 'get_ServiceLocator_HqUBfQ2Service', false],
'App\\Controller\\FarmaciaController::recibo_cobro_farmacia_receta' => ['privates', '.service_locator.fhVn1pu', 'get_ServiceLocator_FhVn1puService', false],
'App\\Controller\\FarmaciaController::update2' => ['privates', '.service_locator.pswu058', 'get_ServiceLocator_Pswu058Service', false],
'App\\Controller\\FormaPagoController::delete' => ['privates', '.service_locator.X9O7Et8', 'get_ServiceLocator_X9O7Et8Service', false],
'App\\Controller\\FormaPagoController::edit' => ['privates', '.service_locator.X9O7Et8', 'get_ServiceLocator_X9O7Et8Service', false],
'App\\Controller\\FormaPagoController::index' => ['privates', '.service_locator.NKr7SOC', 'get_ServiceLocator_NKr7SOCService', false],
'App\\Controller\\FormaPagoController::show' => ['privates', '.service_locator.X9O7Et8', 'get_ServiceLocator_X9O7Et8Service', false],
'App\\Controller\\HdArchivosController::delete' => ['privates', '.service_locator.HOTUYGK', 'get_ServiceLocator_HOTUYGKService', false],
'App\\Controller\\HdArchivosController::edit' => ['privates', '.service_locator.HOTUYGK', 'get_ServiceLocator_HOTUYGKService', false],
'App\\Controller\\HdArchivosController::index' => ['privates', '.service_locator.JoZtngg', 'get_ServiceLocator_JoZtnggService', false],
'App\\Controller\\HdArchivosController::show' => ['privates', '.service_locator.HOTUYGK', 'get_ServiceLocator_HOTUYGKService', false],
'App\\Controller\\HdEmergenciaController::delete' => ['privates', '.service_locator.fNk5gnS', 'get_ServiceLocator_FNk5gnSService', false],
'App\\Controller\\HdEmergenciaController::edit' => ['privates', '.service_locator.BYlL5xh', 'get_ServiceLocator_BYlL5xhService', false],
'App\\Controller\\HdEmergenciaController::edit_paso2' => ['privates', '.service_locator.BYlL5xh', 'get_ServiceLocator_BYlL5xhService', false],
'App\\Controller\\HdEmergenciaController::edit_paso3' => ['privates', '.service_locator.fNk5gnS', 'get_ServiceLocator_FNk5gnSService', false],
'App\\Controller\\HdEmergenciaController::edit_paso4' => ['privates', '.service_locator.BYlL5xh', 'get_ServiceLocator_BYlL5xhService', false],
'App\\Controller\\HdEmergenciaController::formulario_008' => ['privates', '.service_locator.Ne_iaWK', 'get_ServiceLocator_NeIaWKService', false],
'App\\Controller\\HdEmergenciaController::imagen_body' => ['privates', '.service_locator.fkoKOJl', 'get_ServiceLocator_FkoKOJlService', false],
'App\\Controller\\HdEmergenciaController::index' => ['privates', '.service_locator.STRw8eT', 'get_ServiceLocator_STRw8eTService', false],
'App\\Controller\\HdEmergenciaController::show' => ['privates', '.service_locator.fNk5gnS', 'get_ServiceLocator_FNk5gnSService', false],
'App\\Controller\\HdMaestroPasosController::delete' => ['privates', '.service_locator.NXLHbDU', 'get_ServiceLocator_NXLHbDUService', false],
'App\\Controller\\HdMaestroPasosController::edit' => ['privates', '.service_locator.NXLHbDU', 'get_ServiceLocator_NXLHbDUService', false],
'App\\Controller\\HdMaestroPasosController::index' => ['privates', '.service_locator.m5yBgzc', 'get_ServiceLocator_M5yBgzcService', false],
'App\\Controller\\HdMaestroPasosController::show' => ['privates', '.service_locator.NXLHbDU', 'get_ServiceLocator_NXLHbDUService', false],
'App\\Controller\\HdOrdenesController::delete' => ['privates', '.service_locator.ZDmZd9Z', 'get_ServiceLocator_ZDmZd9ZService', false],
'App\\Controller\\HdOrdenesController::edit' => ['privates', '.service_locator.ZDmZd9Z', 'get_ServiceLocator_ZDmZd9ZService', false],
'App\\Controller\\HdOrdenesController::index' => ['privates', '.service_locator.wZ4uqyk', 'get_ServiceLocator_WZ4uqykService', false],
'App\\Controller\\HdOrdenesController::show' => ['privates', '.service_locator.ZDmZd9Z', 'get_ServiceLocator_ZDmZd9ZService', false],
'App\\Controller\\HdPasoController::delete' => ['privates', '.service_locator.KgzzZuN', 'get_ServiceLocator_KgzzZuNService', false],
'App\\Controller\\HdPasoController::edit' => ['privates', '.service_locator.KgzzZuN', 'get_ServiceLocator_KgzzZuNService', false],
'App\\Controller\\HdPasoController::index' => ['privates', '.service_locator.NA6IMtE', 'get_ServiceLocator_NA6IMtEService', false],
'App\\Controller\\HdPasoController::show' => ['privates', '.service_locator.KgzzZuN', 'get_ServiceLocator_KgzzZuNService', false],
'App\\Controller\\HdSolicitudController::delete' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudController::edit' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudController::index' => ['privates', '.service_locator.i7TAlW9', 'get_ServiceLocator_I7TAlW9Service', false],
'App\\Controller\\HdSolicitudController::ingreso_emergencia' => ['privates', '.service_locator._3bPjtc', 'get_ServiceLocator_3bPjtcService', false],
'App\\Controller\\HdSolicitudController::log_pasos' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudController::pasos' => ['privates', '.service_locator.JEN65BY', 'get_ServiceLocator_JEN65BYService', false],
'App\\Controller\\HdSolicitudController::pasos1' => ['privates', '.service_locator.JEN65BY', 'get_ServiceLocator_JEN65BYService', false],
'App\\Controller\\HdSolicitudController::show' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudDiagnosticosController::delete' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController::edit' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController::eliminar' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController::index' => ['privates', '.service_locator.yWVwbq0', 'get_ServiceLocator_YWVwbq0Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController::index_ajax' => ['privates', '.service_locator.yrHsatA', 'get_ServiceLocator_YrHsatAService', false],
'App\\Controller\\HdSolicitudDiagnosticosController::new_ajax' => ['privates', '.service_locator.5nyB6NZ', 'get_ServiceLocator_5nyB6NZService', false],
'App\\Controller\\HdSolicitudDiagnosticosController::show' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HistoriaClinicaController::atendido' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::cardiologia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::cardiologia2' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::cardiologia_nuevo_formato' => ['privates', '.service_locator.IYabROv', 'get_ServiceLocator_IYabROvService', false],
'App\\Controller\\HistoriaClinicaController::consulta_detalle' => ['privates', '.service_locator.zWscnn3', 'get_ServiceLocator_ZWscnn3Service', false],
'App\\Controller\\HistoriaClinicaController::consulta_imprimir' => ['privates', '.service_locator.zWscnn3', 'get_ServiceLocator_ZWscnn3Service', false],
'App\\Controller\\HistoriaClinicaController::delete' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::edit' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::edit_ajax' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::edit_ajax_valoracion' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::edit_antecedente' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::edit_antecedente_update' => ['privates', '.service_locator.o0qrMDD', 'get_ServiceLocator_O0qrMDDService', false],
'App\\Controller\\HistoriaClinicaController::edit_valoracion' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::estudio_consentimiento_anestesiologia_pdf' => ['privates', '.service_locator.IYabROv', 'get_ServiceLocator_IYabROvService', false],
'App\\Controller\\HistoriaClinicaController::formulario_007' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::formulario_asistencia' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::formulario_asistencia_guardar' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::historiaclinica_new' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_010' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_F002' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_ac' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_ae' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_as400_pantallas' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::imprimir_asistencia' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_cedula_jpg' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico_cirugia' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico_covid' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico_enfermedad_general' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_anestesia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_aquiles' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_calidad' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_codo' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_colelap' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_colonoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_endoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_exceresis' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_falange' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_general' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_hombro' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_inguinal' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_intubacion' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_liberacion' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_muneca' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_osteosintesis' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_perone' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_radio' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_raquidea' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_rodilla' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_tobillo' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_umbilical' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_historia' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_primera_admision' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::imprimir_primera_admisionb' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::index' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\HistoriaClinicaController::index_coordinacion' => ['privates', '.service_locator.zwgYXFX', 'get_ServiceLocator_ZwgYXFXService', false],
'App\\Controller\\HistoriaClinicaController::index_especialidad' => ['privates', '.service_locator.QV2sw5V', 'get_ServiceLocator_QV2sw5VService', false],
'App\\Controller\\HistoriaClinicaController::index_paciente' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\HistoriaClinicaController::index_paciente_facturacion' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\HistoriaClinicaController::new_consentimiento_anestesia_imprimir' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_colonoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_endoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_general' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_raquidea' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController::obtener_ajax' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::show' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::store_cardio' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::store_terapia' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController::suspender' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\ImagenesEstudioController::delete' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\ImagenesEstudioController::edit' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\ImagenesEstudioController::eliminar' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\ImagenesEstudioController::index' => ['privates', '.service_locator.sEb37Gx', 'get_ServiceLocator_SEb37GxService', false],
'App\\Controller\\ImagenesEstudioController::new_ajax' => ['privates', '.service_locator.hBNp2bL', 'get_ServiceLocator_HBNp2bLService', false],
'App\\Controller\\ImagenesEstudioController::show' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\InsumosEnfermeriaController::agregar_plantilla_estudio' => ['privates', '.service_locator.3kItt6.', 'get_ServiceLocator_3kItt6_Service', false],
'App\\Controller\\InsumosEnfermeriaController::cargar_plantilla' => ['privates', '.service_locator.AXeij98', 'get_ServiceLocator_AXeij98Service', false],
'App\\Controller\\InsumosEnfermeriaController::delete' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InsumosEnfermeriaController::edit' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InsumosEnfermeriaController::eliminar_insumos' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InsumosEnfermeriaController::index' => ['privates', '.service_locator.jYltmC2', 'get_ServiceLocator_JYltmC2Service', false],
'App\\Controller\\InsumosEnfermeriaController::lista_insumos_pdf' => ['privates', '.service_locator.9vhs7bu', 'get_ServiceLocator_9vhs7buService', false],
'App\\Controller\\InsumosEnfermeriaController::new_ajax' => ['privates', '.service_locator._MO4eqe', 'get_ServiceLocator_MO4eqeService', false],
'App\\Controller\\InsumosEnfermeriaController::show' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InterconsultaController::delete' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\InterconsultaController::edit' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\InterconsultaController::edit_ajax' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\InterconsultaController::eliminar_ajax' => ['privates', '.service_locator..ANxPUT', 'get_ServiceLocator__ANxPUTService', false],
'App\\Controller\\InterconsultaController::formulario_007' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController::iconsulta_orden007_imprimir_pdf' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController::imprimir_053_interconsulta' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController::index' => ['privates', '.service_locator.YtdEU_0', 'get_ServiceLocator_YtdEU0Service', false],
'App\\Controller\\InterconsultaController::interconsulta_imprimir_053_pdf' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController::new' => ['privates', '.service_locator.XdMb0Cl', 'get_ServiceLocator_XdMb0ClService', false],
'App\\Controller\\InterconsultaController::new_ajax' => ['privates', '.service_locator.IS2.2NJ', 'get_ServiceLocator_IS2_2NJService', false],
'App\\Controller\\InterconsultaController::orden012_imprimir_pdf_interconsulta' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController::show' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\ItemConveniosController::correccion_nivel2' => ['privates', '.service_locator.rbyfLJd', 'get_ServiceLocator_RbyfLJdService', false],
'App\\Controller\\ItemConveniosController::delete' => ['privates', '.service_locator.zStgsxJ', 'get_ServiceLocator_ZStgsxJService', false],
'App\\Controller\\ItemConveniosController::edit' => ['privates', '.service_locator.zStgsxJ', 'get_ServiceLocator_ZStgsxJService', false],
'App\\Controller\\ItemConveniosController::index' => ['privates', '.service_locator.rbyfLJd', 'get_ServiceLocator_RbyfLJdService', false],
'App\\Controller\\ItemConveniosController::show' => ['privates', '.service_locator.zStgsxJ', 'get_ServiceLocator_ZStgsxJService', false],
'App\\Controller\\ItemsCargosController::delete' => ['privates', '.service_locator.MAyyUGO', 'get_ServiceLocator_MAyyUGOService', false],
'App\\Controller\\ItemsCargosController::edit' => ['privates', '.service_locator.MAyyUGO', 'get_ServiceLocator_MAyyUGOService', false],
'App\\Controller\\ItemsCargosController::index' => ['privates', '.service_locator.mcRAVVC', 'get_ServiceLocator_McRAVVCService', false],
'App\\Controller\\ItemsCargosController::show' => ['privates', '.service_locator.MAyyUGO', 'get_ServiceLocator_MAyyUGOService', false],
'App\\Controller\\LabProtocoloController::buscar_protocolo' => ['privates', '.service_locator.ocNVydf', 'get_ServiceLocator_OcNVydfService', false],
'App\\Controller\\LabProtocoloController::delete' => ['privates', '.service_locator.t0aasGW', 'get_ServiceLocator_T0aasGWService', false],
'App\\Controller\\LabProtocoloController::edit' => ['privates', '.service_locator.t0aasGW', 'get_ServiceLocator_T0aasGWService', false],
'App\\Controller\\LabProtocoloController::index' => ['privates', '.service_locator.prqTLpa', 'get_ServiceLocator_PrqTLpaService', false],
'App\\Controller\\LabProtocoloController::recepcion_storage' => ['privates', '.service_locator.aXQdkad', 'get_ServiceLocator_AXQdkadService', false],
'App\\Controller\\LabProtocoloController::show' => ['privates', '.service_locator.t0aasGW', 'get_ServiceLocator_T0aasGWService', false],
'App\\Controller\\LabProtocoloController::storage' => ['privates', '.service_locator.aXQdkad', 'get_ServiceLocator_AXQdkadService', false],
'App\\Controller\\LabProtocoloExamenController::delete' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LabProtocoloExamenController::edit' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LabProtocoloExamenController::eliminar' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LabProtocoloExamenController::examen_guardar' => ['privates', '.service_locator.K3ehApi', 'get_ServiceLocator_K3ehApiService', false],
'App\\Controller\\LabProtocoloExamenController::index' => ['privates', '.service_locator.tXyeBg0', 'get_ServiceLocator_TXyeBg0Service', false],
'App\\Controller\\LabProtocoloExamenController::show' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LaboratorioController::buscar_examen' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\LaboratorioController::delete' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController::edit' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController::editarID_maquina' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController::editarID_maquina_storage' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController::index' => ['privates', '.service_locator.KbJjleI', 'get_ServiceLocator_KbJjleIService', false],
'App\\Controller\\LaboratorioController::laboratorio_agenda_index' => ['privates', '.service_locator.CZeGVA4', 'get_ServiceLocator_CZeGVA4Service', false],
'App\\Controller\\LaboratorioController::show' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LiquidacionController::agregar_nueva_planilla' => ['privates', '.service_locator.YYXn_7Q', 'get_ServiceLocator_YYXn7QService', false],
'App\\Controller\\LiquidacionController::atenciones_anteriores' => ['privates', '.service_locator.sR9Zkzg', 'get_ServiceLocator_SR9ZkzgService', false],
'App\\Controller\\LiquidacionController::imagenes_cargar' => ['privates', '.service_locator.UYu43x6', 'get_ServiceLocator_UYu43x6Service', false],
'App\\Controller\\LiquidacionController::imagenes_cargar_anteriores' => ['privates', '.service_locator.uvrrPJK', 'get_ServiceLocator_UvrrPJKService', false],
'App\\Controller\\LiquidacionController::imagenes_cargar_especialidad' => ['privates', '.service_locator.UlCakiU', 'get_ServiceLocator_UlCakiUService', false],
'App\\Controller\\LiquidacionController::imagenes_guardar' => ['privates', '.service_locator.cph46cd', 'get_ServiceLocator_Cph46cdService', false],
'App\\Controller\\LiquidacionController::index' => ['privates', '.service_locator.Ob9gJq9', 'get_ServiceLocator_Ob9gJq9Service', false],
'App\\Controller\\LiquidacionController::plano' => ['privates', '.service_locator.T4t3yWa', 'get_ServiceLocator_T4t3yWaService', false],
'App\\Controller\\LiquidacionController::update_new' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\LiquidacionController::valida_existe_planilla' => ['privates', '.service_locator.m5P8SPO', 'get_ServiceLocator_M5P8SPOService', false],
'App\\Controller\\LogAntecedentesPersonalesController::delete' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController::edit' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController::edit_ajax' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController::eliminar_ajax' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController::index' => ['privates', '.service_locator.L2ftAl7', 'get_ServiceLocator_L2ftAl7Service', false],
'App\\Controller\\LogAntecedentesPersonalesController::new' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\LogAntecedentesPersonalesController::show' => ['privates', '.service_locator.IGv8BfG', 'get_ServiceLocator_IGv8BfGService', false],
'App\\Controller\\MaestroPlantillasController::delete' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController::edit' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController::index' => ['privates', '.service_locator.FaBxes9', 'get_ServiceLocator_FaBxes9Service', false],
'App\\Controller\\MaestroPlantillasController::listar' => ['privates', '.service_locator.FaBxes9', 'get_ServiceLocator_FaBxes9Service', false],
'App\\Controller\\MaestroPlantillasController::listar_modal' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController::listar_modal_estudio' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController::show' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MasivoMedicinasController::delete' => ['privates', '.service_locator.iB.lb2o', 'get_ServiceLocator_IB_Lb2oService', false],
'App\\Controller\\MasivoMedicinasController::edit' => ['privates', '.service_locator.iB.lb2o', 'get_ServiceLocator_IB_Lb2oService', false],
'App\\Controller\\MasivoMedicinasController::index' => ['privates', '.service_locator.xr.koNU', 'get_ServiceLocator_Xr_KoNUService', false],
'App\\Controller\\MasivoMedicinasController::show' => ['privates', '.service_locator.iB.lb2o', 'get_ServiceLocator_IB_Lb2oService', false],
'App\\Controller\\MedicinaController::buscar_medicina' => ['privates', '.service_locator.R1fe6yG', 'get_ServiceLocator_R1fe6yGService', false],
'App\\Controller\\MedicinaController::delete' => ['privates', '.service_locator.7JeL3.C', 'get_ServiceLocator_7JeL3_CService', false],
'App\\Controller\\MedicinaController::edit' => ['privates', '.service_locator.7JeL3.C', 'get_ServiceLocator_7JeL3_CService', false],
'App\\Controller\\MedicinaController::index' => ['privates', '.service_locator.Dport77', 'get_ServiceLocator_Dport77Service', false],
'App\\Controller\\MedicinaController::producto_movimiento_cantidad_bodega' => ['privates', '.service_locator.HhMrZVE', 'get_ServiceLocator_HhMrZVEService', false],
'App\\Controller\\MedicinaController::show' => ['privates', '.service_locator.7JeL3.C', 'get_ServiceLocator_7JeL3_CService', false],
'App\\Controller\\MovimientosProductosController::delete' => ['privates', '.service_locator.4VDigRP', 'get_ServiceLocator_4VDigRPService', false],
'App\\Controller\\MovimientosProductosController::edit' => ['privates', '.service_locator.4VDigRP', 'get_ServiceLocator_4VDigRPService', false],
'App\\Controller\\MovimientosProductosController::index' => ['privates', '.service_locator.7dsm2sl', 'get_ServiceLocator_7dsm2slService', false],
'App\\Controller\\MovimientosProductosController::show' => ['privates', '.service_locator.4VDigRP', 'get_ServiceLocator_4VDigRPService', false],
'App\\Controller\\OdontogramaController::crear_odontograma' => ['privates', '.service_locator.6juiWtl', 'get_ServiceLocator_6juiWtlService', false],
'App\\Controller\\OdontogramaController::delete' => ['privates', '.service_locator.XeBL_fJ', 'get_ServiceLocator_XeBLFJService', false],
'App\\Controller\\OdontogramaController::edit' => ['privates', '.service_locator.iV3yz1e', 'get_ServiceLocator_IV3yz1eService', false],
'App\\Controller\\OdontogramaController::guardar_imagen' => ['privates', '.service_locator.XeBL_fJ', 'get_ServiceLocator_XeBLFJService', false],
'App\\Controller\\OdontogramaController::guardar_procedimiento_total_dientes' => ['privates', '.service_locator.p5vkHPN', 'get_ServiceLocator_P5vkHPNService', false],
'App\\Controller\\OdontogramaController::imprimir_formulario033' => ['privates', '.service_locator.tzmtOFV', 'get_ServiceLocator_TzmtOFVService', false],
'App\\Controller\\OdontogramaController::index' => ['privates', '.service_locator.UC9aRjS', 'get_ServiceLocator_UC9aRjSService', false],
'App\\Controller\\OdontogramaController::show' => ['privates', '.service_locator.XeBL_fJ', 'get_ServiceLocator_XeBLFJService', false],
'App\\Controller\\OdontogramaProcedimientoController::delete' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\OdontogramaProcedimientoController::edit' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\OdontogramaProcedimientoController::html_diente' => ['privates', '.service_locator.JZx72k9', 'get_ServiceLocator_JZx72k9Service', false],
'App\\Controller\\OdontogramaProcedimientoController::html_index' => ['privates', '.service_locator.QXRsTVN', 'get_ServiceLocator_QXRsTVNService', false],
'App\\Controller\\OdontogramaProcedimientoController::html_index_copia' => ['privates', '.service_locator.QXRsTVN', 'get_ServiceLocator_QXRsTVNService', false],
'App\\Controller\\OdontogramaProcedimientoController::html_new' => ['privates', '.service_locator.JZx72k9', 'get_ServiceLocator_JZx72k9Service', false],
'App\\Controller\\OdontogramaProcedimientoController::html_new_store' => ['privates', '.service_locator.9UUTfym', 'get_ServiceLocator_9UUTfymService', false],
'App\\Controller\\OdontogramaProcedimientoController::index' => ['privates', '.service_locator.QXRsTVN', 'get_ServiceLocator_QXRsTVNService', false],
'App\\Controller\\OdontogramaProcedimientoController::new' => ['privates', '.service_locator.iZK6B0X', 'get_ServiceLocator_IZK6B0XService', false],
'App\\Controller\\OdontogramaProcedimientoController::realizado' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\OdontogramaProcedimientoController::show' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\Orden012Controller::delete' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller::edit' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller::edit_ajax' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller::eliminar_ajax' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller::formulario007_imprimir' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller::imprimir_053' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller::imprimir_orden_012' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller::index' => ['privates', '.service_locator.CWBmhYK', 'get_ServiceLocator_CWBmhYKService', false],
'App\\Controller\\Orden012Controller::new' => ['privates', '.service_locator.XdMb0Cl', 'get_ServiceLocator_XdMb0ClService', false],
'App\\Controller\\Orden012Controller::orden012_imprimir_053_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller::orden012_imprimir_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller::orden012_orden007_imprimir_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller::orden013_imprimir_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller::show' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012DetalleController::delete' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\Orden012DetalleController::delete_ajax' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\Orden012DetalleController::edit' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\Orden012DetalleController::formulario_007' => ['privates', '.service_locator.qzXHBZ7', 'get_ServiceLocator_QzXHBZ7Service', false],
'App\\Controller\\Orden012DetalleController::imprimir_012_detalle' => ['privates', '.service_locator.qzXHBZ7', 'get_ServiceLocator_QzXHBZ7Service', false],
'App\\Controller\\Orden012DetalleController::imprimir_053_detalle' => ['privates', '.service_locator.qzXHBZ7', 'get_ServiceLocator_QzXHBZ7Service', false],
'App\\Controller\\Orden012DetalleController::index' => ['privates', '.service_locator.En63geC', 'get_ServiceLocator_En63geCService', false],
'App\\Controller\\Orden012DetalleController::new_ajax' => ['privates', '.service_locator.8IahSgY', 'get_ServiceLocator_8IahSgYService', false],
'App\\Controller\\Orden012DetalleController::orden012_detalle_servicio_store' => ['privates', '.service_locator.En63geC', 'get_ServiceLocator_En63geCService', false],
'App\\Controller\\Orden012DetalleController::show' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\OrdenProcedimientoController::agenda_storage' => ['privates', '.service_locator.VNzHUe_', 'get_ServiceLocator_VNzHUeService', false],
'App\\Controller\\OrdenProcedimientoController::agendar' => ['privates', '.service_locator.9DK3vSv', 'get_ServiceLocator_9DK3vSvService', false],
'App\\Controller\\OrdenProcedimientoController::calendar' => ['privates', '.service_locator.s8kIE2e', 'get_ServiceLocator_S8kIE2eService', false],
'App\\Controller\\OrdenProcedimientoController::delete' => ['privates', '.service_locator.KzwBxTq', 'get_ServiceLocator_KzwBxTqService', false],
'App\\Controller\\OrdenProcedimientoController::edit' => ['privates', '.service_locator.KzwBxTq', 'get_ServiceLocator_KzwBxTqService', false],
'App\\Controller\\OrdenProcedimientoController::guardarPaquete' => ['privates', '.service_locator.JFqJYOJ', 'get_ServiceLocator_JFqJYOJService', false],
'App\\Controller\\OrdenProcedimientoController::guardar_proc' => ['privates', '.service_locator.b1ED.dk', 'get_ServiceLocator_B1ED_DkService', false],
'App\\Controller\\OrdenProcedimientoController::index' => ['privates', '.service_locator.MugMG0A', 'get_ServiceLocator_MugMG0AService', false],
'App\\Controller\\OrdenProcedimientoController::listado' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\OrdenProcedimientoController::new' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\OrdenProcedimientoController::orden_procedimiento_imprimir' => ['privates', '.service_locator.IYabROv', 'get_ServiceLocator_IYabROvService', false],
'App\\Controller\\OrdenProcedimientoController::show' => ['privates', '.service_locator.KzwBxTq', 'get_ServiceLocator_KzwBxTqService', false],
'App\\Controller\\OrdenProcedimientoController::valida_orden_proc' => ['privates', '.service_locator.dgN7DgV', 'get_ServiceLocator_DgN7DgVService', false],
'App\\Controller\\OrdenVentaController::cotizacion' => ['privates', '.service_locator.XoOzrDx', 'get_ServiceLocator_XoOzrDxService', false],
'App\\Controller\\OrdenVentaController::cotizacion_laboratorio_imprimir' => ['privates', '.service_locator.yqIrC_x', 'get_ServiceLocator_YqIrCXService', false],
'App\\Controller\\OrdenVentaController::delete' => ['privates', '.service_locator.Y11bTA3', 'get_ServiceLocator_Y11bTA3Service', false],
'App\\Controller\\OrdenVentaController::edit' => ['privates', '.service_locator.Y11bTA3', 'get_ServiceLocator_Y11bTA3Service', false],
'App\\Controller\\OrdenVentaController::editar' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController::facturar' => ['privates', '.service_locator.s94QMRB', 'get_ServiceLocator_S94QMRBService', false],
'App\\Controller\\OrdenVentaController::farmacia_iess' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController::farmacia_iess_entregar' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController::imprimir' => ['privates', '.service_locator.Mk4Hxab', 'get_ServiceLocator_Mk4HxabService', false],
'App\\Controller\\OrdenVentaController::imprimir_nota_de_entrega' => ['privates', '.service_locator.wBzK41V', 'get_ServiceLocator_WBzK41VService', false],
'App\\Controller\\OrdenVentaController::imprimir_termica' => ['privates', '.service_locator.Mk4Hxab', 'get_ServiceLocator_Mk4HxabService', false],
'App\\Controller\\OrdenVentaController::index' => ['privates', '.service_locator.BuNXJlG', 'get_ServiceLocator_BuNXJlGService', false],
'App\\Controller\\OrdenVentaController::nota_de_entrega_excel' => ['privates', '.service_locator.AIouMcH', 'get_ServiceLocator_AIouMcHService', false],
'App\\Controller\\OrdenVentaController::nuevo_imprimir_laboratorio' => ['privates', '.service_locator.zfORuDN', 'get_ServiceLocator_ZfORuDNService', false],
'App\\Controller\\OrdenVentaController::nuevo_rc_laboratorio' => ['privates', '.service_locator.yqIrC_x', 'get_ServiceLocator_YqIrCXService', false],
'App\\Controller\\OrdenVentaController::nuevo_rc_laboratorio_actualizar' => ['privates', '.service_locator.yqIrC_x', 'get_ServiceLocator_YqIrCXService', false],
'App\\Controller\\OrdenVentaController::orden_venta_editar2' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController::recibo_cobro' => ['privates', '.service_locator.9pZ.qax', 'get_ServiceLocator_9pZ_QaxService', false],
'App\\Controller\\OrdenVentaController::recibo_cobro_laboratorio' => ['privates', '.service_locator.HqUBfQ2', 'get_ServiceLocator_HqUBfQ2Service', false],
'App\\Controller\\OrdenVentaController::show' => ['privates', '.service_locator.Y11bTA3', 'get_ServiceLocator_Y11bTA3Service', false],
'App\\Controller\\OrdenVentaController::update' => ['privates', '.service_locator.F2NJehW', 'get_ServiceLocator_F2NJehWService', false],
'App\\Controller\\OrdenVentaDetalleController::delete' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetalleController::edit' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetalleController::edit_cantidad' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetalleController::eliminar' => ['privates', '.service_locator.ZqSkdFh', 'get_ServiceLocator_ZqSkdFhService', false],
'App\\Controller\\OrdenVentaDetalleController::index' => ['privates', '.service_locator.D3KIfNy', 'get_ServiceLocator_D3KIfNyService', false],
'App\\Controller\\OrdenVentaDetalleController::new_orden' => ['privates', '.service_locator.dkl9aqv', 'get_ServiceLocator_Dkl9aqvService', false],
'App\\Controller\\OrdenVentaDetalleController::show' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetallePagoController::delete' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\OrdenVentaDetallePagoController::edit' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\OrdenVentaDetallePagoController::eliminar' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\OrdenVentaDetallePagoController::index' => ['privates', '.service_locator._FkYhOP', 'get_ServiceLocator_FkYhOPService', false],
'App\\Controller\\OrdenVentaDetallePagoController::new_orden' => ['privates', '.service_locator.BuNXJlG', 'get_ServiceLocator_BuNXJlGService', false],
'App\\Controller\\OrdenVentaDetallePagoController::show' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\PacienteController::busca_paciente' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController::busca_paciente2' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController::buscar_paciente_autocomplete_cedula' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController::buscar_paciente_autocomplete_nombres' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController::delete' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController::edit' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController::index' => ['privates', '.service_locator.AJELo62', 'get_ServiceLocator_AJELo62Service', false],
'App\\Controller\\PacienteController::obtener_antecedente' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController::obtener_antecedente_modal' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController::paciente_agenda_storage' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController::show' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController::show_filiacion' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController::topaz_firmar' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteReferenciaController::delete' => ['privates', '.service_locator.7EmHtGW', 'get_ServiceLocator_7EmHtGWService', false],
'App\\Controller\\PacienteReferenciaController::edit' => ['privates', '.service_locator.7EmHtGW', 'get_ServiceLocator_7EmHtGWService', false],
'App\\Controller\\PacienteReferenciaController::index' => ['privates', '.service_locator.zwCCS0K', 'get_ServiceLocator_ZwCCS0KService', false],
'App\\Controller\\PacienteReferenciaController::new_ajax' => ['privates', '.service_locator.VyPhppx', 'get_ServiceLocator_VyPhppxService', false],
'App\\Controller\\PacienteReferenciaController::paciente_referencia_documentos_guardar' => ['privates', '.service_locator..Iz.aJa', 'get_ServiceLocator__Iz_AJaService', false],
'App\\Controller\\PacienteReferenciaController::show' => ['privates', '.service_locator.7EmHtGW', 'get_ServiceLocator_7EmHtGWService', false],
'App\\Controller\\PantallasAs400Controller::delete' => ['privates', '.service_locator.3HVk10E', 'get_ServiceLocator_3HVk10EService', false],
'App\\Controller\\PantallasAs400Controller::edit' => ['privates', '.service_locator.3HVk10E', 'get_ServiceLocator_3HVk10EService', false],
'App\\Controller\\PantallasAs400Controller::index' => ['privates', '.service_locator.1pLQMj4', 'get_ServiceLocator_1pLQMj4Service', false],
'App\\Controller\\PantallasAs400Controller::new_ajax' => ['privates', '.service_locator.XdMb0Cl', 'get_ServiceLocator_XdMb0ClService', false],
'App\\Controller\\PantallasAs400Controller::show' => ['privates', '.service_locator.3HVk10E', 'get_ServiceLocator_3HVk10EService', false],
'App\\Controller\\PaqueteController::buscar_codigo' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\PaqueteController::buscar_producto' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\PaqueteController::delete' => ['privates', '.service_locator.YTF0GRS', 'get_ServiceLocator_YTF0GRSService', false],
'App\\Controller\\PaqueteController::edit' => ['privates', '.service_locator.YTF0GRS', 'get_ServiceLocator_YTF0GRSService', false],
'App\\Controller\\PaqueteController::index' => ['privates', '.service_locator.VO9_Qup', 'get_ServiceLocator_VO9QupService', false],
'App\\Controller\\PaqueteController::new' => ['privates', '.service_locator.VO9_Qup', 'get_ServiceLocator_VO9QupService', false],
'App\\Controller\\PaqueteController::show' => ['privates', '.service_locator.T9FYeGU', 'get_ServiceLocator_T9FYeGUService', false],
'App\\Controller\\PaqueteController::store' => ['privates', '.service_locator.pLSjJMP', 'get_ServiceLocator_PLSjJMPService', false],
'App\\Controller\\PlanoCabeceraController::actualizar_fechas' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoCabeceraController::crea_recetas' => ['privates', '.service_locator.UHGUEWu', 'get_ServiceLocator_UHGUEWuService', false],
'App\\Controller\\PlanoCabeceraController::delete' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoCabeceraController::edit' => ['privates', '.service_locator.cpR2Owh', 'get_ServiceLocator_CpR2OwhService', false],
'App\\Controller\\PlanoCabeceraController::eliminar_estado' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoCabeceraController::index' => ['privates', '.service_locator.W1CvK53', 'get_ServiceLocator_W1CvK53Service', false],
'App\\Controller\\PlanoCabeceraController::index_farmacia' => ['privates', '.service_locator.VEEySXy', 'get_ServiceLocator_VEEySXyService', false],
'App\\Controller\\PlanoCabeceraController::index_fecha' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoCabeceraController::index_laboratorio' => ['privates', '.service_locator.Y6HowTB', 'get_ServiceLocator_Y6HowTBService', false],
'App\\Controller\\PlanoCabeceraController::masivo_eda' => ['privates', '.service_locator.oTWHXho', 'get_ServiceLocator_OTWHXhoService', false],
'App\\Controller\\PlanoCabeceraController::new' => ['privates', '.service_locator.STyV9Bk', 'get_ServiceLocator_STyV9BkService', false],
'App\\Controller\\PlanoCabeceraController::new_historia' => ['privates', '.service_locator.ojSj0s0', 'get_ServiceLocator_OjSj0s0Service', false],
'App\\Controller\\PlanoCabeceraController::show' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoDetalleController::agregar_plantilla' => ['privates', '.service_locator.xd_jThG', 'get_ServiceLocator_XdJThGService', false],
'App\\Controller\\PlanoDetalleController::archivo_agrupado' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado_campesino' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado_comp' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado_privado' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::archivo_agrupado_total' => ['privates', '.service_locator.D2yxN2k', 'get_ServiceLocator_D2yxN2kService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano_2023_total_proceso_carpeta' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano_activos' => ['privates', '.service_locator.Kc95KTj', 'get_ServiceLocator_Kc95KTjService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023_total' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023_total_1' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023_total_2' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::archivo_plano_campesinos' => ['privates', '.service_locator.Kc95KTj', 'get_ServiceLocator_Kc95KTjService', false],
'App\\Controller\\PlanoDetalleController::bulkDelete' => ['privates', '.service_locator.bbq4fM9', 'get_ServiceLocator_Bbq4fM9Service', false],
'App\\Controller\\PlanoDetalleController::buscar' => ['privates', '.service_locator.NDxk.qD', 'get_ServiceLocator_NDxk_QDService', false],
'App\\Controller\\PlanoDetalleController::buscar2' => ['privates', '.service_locator.NDxk.qD', 'get_ServiceLocator_NDxk_QDService', false],
'App\\Controller\\PlanoDetalleController::buscar_codigo' => ['privates', '.service_locator.RE4FAKr', 'get_ServiceLocator_RE4FAKrService', false],
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas' => ['privates', '.service_locator.TDIY.hx', 'get_ServiceLocator_TDIY_HxService', false],
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas_detalles' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas_detalles_2' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas_detalles_medicinas' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController::cargar_externo_parentesco' => ['privates', '.service_locator.Y6aW7PK', 'get_ServiceLocator_Y6aW7PKService', false],
'App\\Controller\\PlanoDetalleController::cargar_plantilla' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoDetalleController::cargar_plantilla_enfermeria' => ['privates', '.service_locator.wa.ZznD', 'get_ServiceLocator_Wa_ZznDService', false],
'App\\Controller\\PlanoDetalleController::cargar_plantilla_enfermeria_agregar' => ['privates', '.service_locator.131xVl7', 'get_ServiceLocator_131xVl7Service', false],
'App\\Controller\\PlanoDetalleController::delete' => ['privates', '.service_locator.jsvg0Au', 'get_ServiceLocator_Jsvg0AuService', false],
'App\\Controller\\PlanoDetalleController::edit' => ['privates', '.service_locator.Cdenx5i', 'get_ServiceLocator_Cdenx5iService', false],
'App\\Controller\\PlanoDetalleController::imprimir_planillapdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::index' => ['privates', '.service_locator.qHZ7tzW', 'get_ServiceLocator_QHZ7tzWService', false],
'App\\Controller\\PlanoDetalleController::index_consolidadas' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoDetalleController::index_plano' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoDetalleController::index_reporte' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoDetalleController::masivo' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\PlanoDetalleController::masivo_consolidada_index' => ['privates', '.service_locator.Jfe5m9F', 'get_ServiceLocator_Jfe5m9FService', false],
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_detalle_subtotal' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_detalle_subtotal_iva' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_detalle_subtotal_iva_total' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_fecha' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController::masivo_plano_corrige_medicina' => ['privates', '.service_locator.vslGi3F', 'get_ServiceLocator_VslGi3FService', false],
'App\\Controller\\PlanoDetalleController::new' => ['privates', '.service_locator.00VezmI', 'get_ServiceLocator_00VezmIService', false],
'App\\Controller\\PlanoDetalleController::new_farmacia' => ['privates', '.service_locator.VKj53AX', 'get_ServiceLocator_VKj53AXService', false],
'App\\Controller\\PlanoDetalleController::new_laboratorio' => ['privates', '.service_locator.uNOPzrx', 'get_ServiceLocator_UNOPzrxService', false],
'App\\Controller\\PlanoDetalleController::new_multiple' => ['privates', '.service_locator.R72qX_5', 'get_ServiceLocator_R72qX5Service', false],
'App\\Controller\\PlanoDetalleController::planilla' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::planilla_consolidada' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::planillaconsolidada_pdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController::plano_detalle_masivo_consolidada' => ['privates', '.service_locator.Jfe5m9F', 'get_ServiceLocator_Jfe5m9FService', false],
'App\\Controller\\PlanoDetalleController::plano_detalle_nombre_por_apellido' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\PlanoDetalleController::show' => ['privates', '.service_locator.jsvg0Au', 'get_ServiceLocator_Jsvg0AuService', false],
'App\\Controller\\PlanoDetalleController::v2024_archivo_plano' => ['privates', '.service_locator.Kc95KTj', 'get_ServiceLocator_Kc95KTjService', false],
'App\\Controller\\PlanoDetalleController::v2024_imprimir_planillapdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PreparacionController::delete' => ['privates', '.service_locator.81MP3Gx', 'get_ServiceLocator_81MP3GxService', false],
'App\\Controller\\PreparacionController::edit' => ['privates', '.service_locator.hmGRt.J', 'get_ServiceLocator_HmGRt_JService', false],
'App\\Controller\\PreparacionController::enfermeria_coordinacion' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\PreparacionController::index' => ['privates', '.service_locator.GX_ucsj', 'get_ServiceLocator_GXUcsjService', false],
'App\\Controller\\PreparacionController::index_search' => ['privates', '.service_locator.GX_ucsj', 'get_ServiceLocator_GXUcsjService', false],
'App\\Controller\\PreparacionController::preparacion_new' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\PreparacionController::preparacion_new_ecografia' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\PreparacionController::save_ajax' => ['privates', '.service_locator.hmGRt.J', 'get_ServiceLocator_HmGRt_JService', false],
'App\\Controller\\PreparacionController::show' => ['privates', '.service_locator.81MP3Gx', 'get_ServiceLocator_81MP3GxService', false],
'App\\Controller\\PreparacionEstudioController::cama_guardar' => ['privates', '.service_locator.uDVImdi', 'get_ServiceLocator_UDVImdiService', false],
'App\\Controller\\PreparacionEstudioController::delete' => ['privates', '.service_locator.fKz703S', 'get_ServiceLocator_FKz703SService', false],
'App\\Controller\\PreparacionEstudioController::edit' => ['privates', '.service_locator.UTP5qL0', 'get_ServiceLocator_UTP5qL0Service', false],
'App\\Controller\\PreparacionEstudioController::edit_glicemia' => ['privates', '.service_locator.UTP5qL0', 'get_ServiceLocator_UTP5qL0Service', false],
'App\\Controller\\PreparacionEstudioController::enfermeria_coordinacion' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\PreparacionEstudioController::imprimir_historia' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\PreparacionEstudioController::index' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\PreparacionEstudioController::new' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\PreparacionEstudioController::new_glicemia' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\PreparacionEstudioController::show' => ['privates', '.service_locator.FQIgQrp', 'get_ServiceLocator_FQIgQrpService', false],
'App\\Controller\\ProcedimientosController::buscarProcedimientos' => ['privates', '.service_locator.5HWXOKD', 'get_ServiceLocator_5HWXOKDService', false],
'App\\Controller\\ProcedimientosController::delete' => ['privates', '.service_locator.Z2e0WMs', 'get_ServiceLocator_Z2e0WMsService', false],
'App\\Controller\\ProcedimientosController::edit' => ['privates', '.service_locator.Z2e0WMs', 'get_ServiceLocator_Z2e0WMsService', false],
'App\\Controller\\ProcedimientosController::index' => ['privates', '.service_locator.5HWXOKD', 'get_ServiceLocator_5HWXOKDService', false],
'App\\Controller\\ProcedimientosController::show' => ['privates', '.service_locator.Z2e0WMs', 'get_ServiceLocator_Z2e0WMsService', false],
'App\\Controller\\ProductoController::buscar_producto_descripcion' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\ProductoController::cargar_codigo' => ['privates', '.service_locator.9jHLU_O', 'get_ServiceLocator_9jHLUOService', false],
'App\\Controller\\ProductoController::copiar_procedimiento' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoController::delete' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoController::edit' => ['privates', '.service_locator.Yw4gCbb', 'get_ServiceLocator_Yw4gCbbService', false],
'App\\Controller\\ProductoController::index' => ['privates', '.service_locator.4yyjPzQ', 'get_ServiceLocator_4yyjPzQService', false],
'App\\Controller\\ProductoController::movimiento_producto_agregar' => ['privates', '.service_locator._i2YZ1n', 'get_ServiceLocator_I2YZ1nService', false],
'App\\Controller\\ProductoController::movimiento_producto_quitar' => ['privates', '.service_locator._i2YZ1n', 'get_ServiceLocator_I2YZ1nService', false],
'App\\Controller\\ProductoController::reporte_productos_excel' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\ProductoController::show' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoController::suspender' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoNivelController::delete' => ['privates', '.service_locator.fwPrGdp', 'get_ServiceLocator_FwPrGdpService', false],
'App\\Controller\\ProductoNivelController::edit' => ['privates', '.service_locator.fwPrGdp', 'get_ServiceLocator_FwPrGdpService', false],
'App\\Controller\\ProductoNivelController::index' => ['privates', '.service_locator.6UwlhS3', 'get_ServiceLocator_6UwlhS3Service', false],
'App\\Controller\\ProductoNivelController::new' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoNivelController::show' => ['privates', '.service_locator.WOkKZs1', 'get_ServiceLocator_WOkKZs1Service', false],
'App\\Controller\\ProductoNivelController::suspender' => ['privates', '.service_locator.WOkKZs1', 'get_ServiceLocator_WOkKZs1Service', false],
'App\\Controller\\ProductoXlsController::cargaxls' => ['privates', '.service_locator.xGYzs64', 'get_ServiceLocator_XGYzs64Service', false],
'App\\Controller\\ProductoXlsController::delete' => ['privates', '.service_locator.aYa6Urx', 'get_ServiceLocator_AYa6UrxService', false],
'App\\Controller\\ProductoXlsController::edit' => ['privates', '.service_locator.aYa6Urx', 'get_ServiceLocator_AYa6UrxService', false],
'App\\Controller\\ProductoXlsController::index' => ['privates', '.service_locator.dEdmYsp', 'get_ServiceLocator_DEdmYspService', false],
'App\\Controller\\ProductoXlsController::new' => ['privates', '.service_locator.dEdmYsp', 'get_ServiceLocator_DEdmYspService', false],
'App\\Controller\\ProductoXlsController::show' => ['privates', '.service_locator.2nmWEDE', 'get_ServiceLocator_2nmWEDEService', false],
'App\\Controller\\RecetaController::delete' => ['privates', '.service_locator.g.2HfNy', 'get_ServiceLocator_G_2HfNyService', false],
'App\\Controller\\RecetaController::edit' => ['privates', '.service_locator.Cv2N0kX', 'get_ServiceLocator_Cv2N0kXService', false],
'App\\Controller\\RecetaController::imprimir_nota_de_entrega_pdf2' => ['privates', '.service_locator..ShbWhF', 'get_ServiceLocator__ShbWhFService', false],
'App\\Controller\\RecetaController::imprimir_receta' => ['privates', '.service_locator.v6XnL94', 'get_ServiceLocator_V6XnL94Service', false],
'App\\Controller\\RecetaController::imprimir_receta_excel' => ['privates', '.service_locator.NLrlT5E', 'get_ServiceLocator_NLrlT5EService', false],
'App\\Controller\\RecetaController::index' => ['privates', '.service_locator.3Arv.WH', 'get_ServiceLocator_3Arv_WHService', false],
'App\\Controller\\RecetaController::index_estudio' => ['privates', '.service_locator.H682Exw', 'get_ServiceLocator_H682ExwService', false],
'App\\Controller\\RecetaController::nota_de_entrega_excel2' => ['privates', '.service_locator..ShbWhF', 'get_ServiceLocator__ShbWhFService', false],
'App\\Controller\\RecetaController::receta_storage_obs' => ['privates', '.service_locator.g.2HfNy', 'get_ServiceLocator_G_2HfNyService', false],
'App\\Controller\\RecetaController::show' => ['privates', '.service_locator.g.2HfNy', 'get_ServiceLocator_G_2HfNyService', false],
'App\\Controller\\RecetaDetalleController::delete' => ['privates', '.service_locator.wA9VCrC', 'get_ServiceLocator_WA9VCrCService', false],
'App\\Controller\\RecetaDetalleController::delete_ajax' => ['privates', '.service_locator.gMMpHPq', 'get_ServiceLocator_GMMpHPqService', false],
'App\\Controller\\RecetaDetalleController::edit' => ['privates', '.service_locator.wA9VCrC', 'get_ServiceLocator_WA9VCrCService', false],
'App\\Controller\\RecetaDetalleController::index' => ['privates', '.service_locator.G5Cs2wU', 'get_ServiceLocator_G5Cs2wUService', false],
'App\\Controller\\RecetaDetalleController::show' => ['privates', '.service_locator.wA9VCrC', 'get_ServiceLocator_WA9VCrCService', false],
'App\\Controller\\RecetaDetalleController::storage' => ['privates', '.service_locator.Y7dvpTm', 'get_ServiceLocator_Y7dvpTmService', false],
'App\\Controller\\RecordController::delete' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordController::edit' => ['privates', '.service_locator.ZwdNbwA', 'get_ServiceLocator_ZwdNbwAService', false],
'App\\Controller\\RecordController::edit_ajax' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordController::generar_018A_rayado' => ['privates', '.service_locator.5ds_hRX', 'get_ServiceLocator_5dsHRXService', false],
'App\\Controller\\RecordController::generar_019_pdf' => ['privates', '.service_locator.5ds_hRX', 'get_ServiceLocator_5dsHRXService', false],
'App\\Controller\\RecordController::generar_pdf' => ['privates', '.service_locator.5ds_hRX', 'get_ServiceLocator_5dsHRXService', false],
'App\\Controller\\RecordController::guardarImagen' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordController::index' => ['privates', '.service_locator.DMC20ZE', 'get_ServiceLocator_DMC20ZEService', false],
'App\\Controller\\RecordController::new' => ['privates', '.service_locator.KFtHrGU', 'get_ServiceLocator_KFtHrGUService', false],
'App\\Controller\\RecordController::show' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordlaboratorioController::delete' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController::edit' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController::edit_ajax' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController::eliminar_ajax' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController::index' => ['privates', '.service_locator.sRGx2lV', 'get_ServiceLocator_SRGx2lVService', false],
'App\\Controller\\RecordlaboratorioController::new' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordlaboratorioController::show' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RegistroController::index' => ['privates', '.service_locator.tXM58lC', 'get_ServiceLocator_TXM58lCService', false],
'App\\Controller\\SecurityController::login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
'App\\Controller\\SeguroPrivadoController::delete' => ['privates', '.service_locator.VunRtSI', 'get_ServiceLocator_VunRtSIService', false],
'App\\Controller\\SeguroPrivadoController::edit' => ['privates', '.service_locator.VunRtSI', 'get_ServiceLocator_VunRtSIService', false],
'App\\Controller\\SeguroPrivadoController::index' => ['privates', '.service_locator.AEIuA4R', 'get_ServiceLocator_AEIuA4RService', false],
'App\\Controller\\SeguroPrivadoController::show' => ['privates', '.service_locator.VunRtSI', 'get_ServiceLocator_VunRtSIService', false],
'App\\Controller\\TarjetasController::delete' => ['privates', '.service_locator.t.XgU3s', 'get_ServiceLocator_T_XgU3sService', false],
'App\\Controller\\TarjetasController::edit' => ['privates', '.service_locator.t.XgU3s', 'get_ServiceLocator_T_XgU3sService', false],
'App\\Controller\\TarjetasController::index' => ['privates', '.service_locator.GXGkCAN', 'get_ServiceLocator_GXGkCANService', false],
'App\\Controller\\TarjetasController::show' => ['privates', '.service_locator.t.XgU3s', 'get_ServiceLocator_T_XgU3sService', false],
'App\\Controller\\TerapiasController::delete' => ['privates', '.service_locator.yvzfTkz', 'get_ServiceLocator_YvzfTkzService', false],
'App\\Controller\\TerapiasController::edit' => ['privates', '.service_locator.yvzfTkz', 'get_ServiceLocator_YvzfTkzService', false],
'App\\Controller\\TerapiasController::index' => ['privates', '.service_locator.nglQMUO', 'get_ServiceLocator_NglQMUOService', false],
'App\\Controller\\TerapiasController::new' => ['privates', '.service_locator.nglQMUO', 'get_ServiceLocator_NglQMUOService', false],
'App\\Controller\\TerapiasController::show' => ['privates', '.service_locator.EgkvlcK', 'get_ServiceLocator_EgkvlcKService', false],
'App\\Controller\\TipoAs400Controller::delete' => ['privates', '.service_locator.Fpye.2Z', 'get_ServiceLocator_Fpye_2ZService', false],
'App\\Controller\\TipoAs400Controller::edit' => ['privates', '.service_locator.Fpye.2Z', 'get_ServiceLocator_Fpye_2ZService', false],
'App\\Controller\\TipoAs400Controller::index' => ['privates', '.service_locator.9TgXv9j', 'get_ServiceLocator_9TgXv9jService', false],
'App\\Controller\\TipoAs400Controller::show' => ['privates', '.service_locator.Fpye.2Z', 'get_ServiceLocator_Fpye_2ZService', false],
'App\\Controller\\TipoExamenController::delete' => ['privates', '.service_locator.fMRYAxW', 'get_ServiceLocator_FMRYAxWService', false],
'App\\Controller\\TipoExamenController::edit' => ['privates', '.service_locator.fMRYAxW', 'get_ServiceLocator_FMRYAxWService', false],
'App\\Controller\\TipoExamenController::index' => ['privates', '.service_locator._K4Zt0R', 'get_ServiceLocator_K4Zt0RService', false],
'App\\Controller\\TipoExamenController::show' => ['privates', '.service_locator.fMRYAxW', 'get_ServiceLocator_FMRYAxWService', false],
'App\\Controller\\TipoSeguroController::delete' => ['privates', '.service_locator.iWHQF4D', 'get_ServiceLocator_IWHQF4DService', false],
'App\\Controller\\TipoSeguroController::edit' => ['privates', '.service_locator.iWHQF4D', 'get_ServiceLocator_IWHQF4DService', false],
'App\\Controller\\TipoSeguroController::index' => ['privates', '.service_locator.ULiOXJX', 'get_ServiceLocator_ULiOXJXService', false],
'App\\Controller\\TipoSeguroController::show' => ['privates', '.service_locator.iWHQF4D', 'get_ServiceLocator_IWHQF4DService', false],
'App\\Controller\\TipoServicioController::delete' => ['privates', '.service_locator.qTKlar4', 'get_ServiceLocator_QTKlar4Service', false],
'App\\Controller\\TipoServicioController::edit' => ['privates', '.service_locator.qTKlar4', 'get_ServiceLocator_QTKlar4Service', false],
'App\\Controller\\TipoServicioController::index' => ['privates', '.service_locator.Cp4JoD7', 'get_ServiceLocator_Cp4JoD7Service', false],
'App\\Controller\\TipoServicioController::new' => ['privates', '.service_locator.Cp4JoD7', 'get_ServiceLocator_Cp4JoD7Service', false],
'App\\Controller\\TipoServicioController::show' => ['privates', '.service_locator.gJpNd.t', 'get_ServiceLocator_GJpNd_TService', false],
'App\\Controller\\TipoSubseguroController::delete' => ['privates', '.service_locator.WmHSr9X', 'get_ServiceLocator_WmHSr9XService', false],
'App\\Controller\\TipoSubseguroController::edit' => ['privates', '.service_locator.WmHSr9X', 'get_ServiceLocator_WmHSr9XService', false],
'App\\Controller\\TipoSubseguroController::index' => ['privates', '.service_locator.f2O3YB6', 'get_ServiceLocator_F2O3YB6Service', false],
'App\\Controller\\TipoSubseguroController::show' => ['privates', '.service_locator.WmHSr9X', 'get_ServiceLocator_WmHSr9XService', false],
'App\\Controller\\TurnoController::delete' => ['privates', '.service_locator..ra8kI_', 'get_ServiceLocator__Ra8kIService', false],
'App\\Controller\\TurnoController::edit' => ['privates', '.service_locator..ra8kI_', 'get_ServiceLocator__Ra8kIService', false],
'App\\Controller\\TurnoController::guardar' => ['privates', '.service_locator.C_P7wqW', 'get_ServiceLocator_CP7wqWService', false],
'App\\Controller\\TurnoController::index' => ['privates', '.service_locator.C_P7wqW', 'get_ServiceLocator_CP7wqWService', false],
'App\\Controller\\TurnoController::show' => ['privates', '.service_locator..ra8kI_', 'get_ServiceLocator__Ra8kIService', false],
'App\\Controller\\UserController::delete' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'App\\Controller\\UserController::edit' => ['privates', '.service_locator.ilI_nKC', 'get_ServiceLocator_IlINKCService', false],
'App\\Controller\\UserController::index' => ['privates', '.service_locator.Q1F27w5', 'get_ServiceLocator_Q1F27w5Service', false],
'App\\Controller\\UserController::new' => ['privates', '.service_locator.tXM58lC', 'get_ServiceLocator_TXM58lCService', false],
'App\\Controller\\UserController::show' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'kernel::loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel::registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'App\\Controller\\AgendaController:admin_update' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\AgendaController:admision' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController:agenda_archivo_delete' => ['privates', '.service_locator.PI2avuq', 'get_ServiceLocator_PI2avuqService', false],
'App\\Controller\\AgendaController:agenda_control_documentos' => ['privates', '.service_locator.4rdy3VL', 'get_ServiceLocator_4rdy3VLService', false],
'App\\Controller\\AgendaController:agenda_control_documentos_guardar' => ['privates', '.service_locator.4rdy3VL', 'get_ServiceLocator_4rdy3VLService', false],
'App\\Controller\\AgendaController:calendar' => ['privates', '.service_locator.xGTdlZI', 'get_ServiceLocator_XGTdlZIService', false],
'App\\Controller\\AgendaController:confirmar' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController:confirmar_update' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\AgendaController:cotizacion_orden_new' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\AgendaController:delete' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController:edit' => ['privates', '.service_locator.b1fE.03', 'get_ServiceLocator_B1fE_03Service', false],
'App\\Controller\\AgendaController:edit_modal' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController:index' => ['privates', '.service_locator.WW4y.CH', 'get_ServiceLocator_WW4y_CHService', false],
'App\\Controller\\AgendaController:index_control' => ['privates', '.service_locator.Sn59jUl', 'get_ServiceLocator_Sn59jUlService', false],
'App\\Controller\\AgendaController:index_gastro' => ['privates', '.service_locator.WW4y.CH', 'get_ServiceLocator_WW4y_CHService', false],
'App\\Controller\\AgendaController:index_listado' => ['privates', '.service_locator.8w2JJ.8', 'get_ServiceLocator_8w2JJ_8Service', false],
'App\\Controller\\AgendaController:index_quirofano' => ['privates', '.service_locator.WW4y.CH', 'get_ServiceLocator_WW4y_CHService', false],
'App\\Controller\\AgendaController:laboratorio_cotizar' => ['privates', '.service_locator.kbzTUKL', 'get_ServiceLocator_KbzTUKLService', false],
'App\\Controller\\AgendaController:laboratorio_edit' => ['privates', '.service_locator.bGJQr5.', 'get_ServiceLocator_BGJQr5_Service', false],
'App\\Controller\\AgendaController:laboratorio_orden_new' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\AgendaController:masivo_corrige_nota_entrega' => ['privates', '.service_locator.VTVV7DU', 'get_ServiceLocator_VTVV7DUService', false],
'App\\Controller\\AgendaController:new_modal' => ['privates', '.service_locator.TosbA1.', 'get_ServiceLocator_TosbA1_Service', false],
'App\\Controller\\AgendaController:new_modal_storage' => ['privates', '.service_locator.LfxL2q9', 'get_ServiceLocator_LfxL2q9Service', false],
'App\\Controller\\AgendaController:show' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController:suspender' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\AgendaController:update' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\AgendaDetalleContificoController:carga_especialidades' => ['privates', '.service_locator.rMLIsBv', 'get_ServiceLocator_RMLIsBvService', false],
'App\\Controller\\AgendaDetalleContificoController:edit' => ['privates', '.service_locator.N345_mu', 'get_ServiceLocator_N345MuService', false],
'App\\Controller\\AgendaDetalleContificoController:index' => ['privates', '.service_locator.QmCvQg4', 'get_ServiceLocator_QmCvQg4Service', false],
'App\\Controller\\AgendaRecesionMovilidadController:delete' => ['privates', '.service_locator.ryVsE9E', 'get_ServiceLocator_RyVsE9EService', false],
'App\\Controller\\AgendaRecesionMovilidadController:edit' => ['privates', '.service_locator.ryVsE9E', 'get_ServiceLocator_RyVsE9EService', false],
'App\\Controller\\AgendaRecesionMovilidadController:index' => ['privates', '.service_locator.C8L7Uan', 'get_ServiceLocator_C8L7UanService', false],
'App\\Controller\\AgendaRecesionMovilidadController:show' => ['privates', '.service_locator.ryVsE9E', 'get_ServiceLocator_RyVsE9EService', false],
'App\\Controller\\ApilabController:ValidaPlanoCabecera_tipo' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\ApilabController:command_cache_clear' => ['privates', '.service_locator.6H7qA2B', 'get_ServiceLocator_6H7qA2BService', false],
'App\\Controller\\ApilabController:lab_masivo' => ['privates', '.service_locator.xTev3fH', 'get_ServiceLocator_XTev3fHService', false],
'App\\Controller\\ApilabController:obtener_orden_biometria' => ['privates', '.service_locator.SCrt5xf', 'get_ServiceLocator_SCrt5xfService', false],
'App\\Controller\\ApilabController:planocCabecera_planilla_tipo' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\ApilabController:planoxpaciente_planilla_pdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\ApilabController:planoxpaciente_valida' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\ApilabController:recupera_cabecera' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\BancosController:delete' => ['privates', '.service_locator.n57xgky', 'get_ServiceLocator_N57xgkyService', false],
'App\\Controller\\BancosController:edit' => ['privates', '.service_locator.n57xgky', 'get_ServiceLocator_N57xgkyService', false],
'App\\Controller\\BancosController:index' => ['privates', '.service_locator.u87HBwv', 'get_ServiceLocator_U87HBwvService', false],
'App\\Controller\\BancosController:show' => ['privates', '.service_locator.n57xgky', 'get_ServiceLocator_N57xgkyService', false],
'App\\Controller\\CargaContificoController:carga_contifico_x_agenda' => ['privates', '.service_locator.bowC3nx', 'get_ServiceLocator_BowC3nxService', false],
'App\\Controller\\CargaContificoController:delete' => ['privates', '.service_locator.DsaDK5T', 'get_ServiceLocator_DsaDK5TService', false],
'App\\Controller\\CargaContificoController:edit' => ['privates', '.service_locator.DsaDK5T', 'get_ServiceLocator_DsaDK5TService', false],
'App\\Controller\\CargaContificoController:index' => ['privates', '.service_locator.4T5fs21', 'get_ServiceLocator_4T5fs21Service', false],
'App\\Controller\\CargaContificoController:index_cuadre' => ['privates', '.service_locator.ov0pkMf', 'get_ServiceLocator_Ov0pkMfService', false],
'App\\Controller\\CargaContificoController:index_reporte_medico' => ['privates', '.service_locator.ov0pkMf', 'get_ServiceLocator_Ov0pkMfService', false],
'App\\Controller\\CargaContificoController:new' => ['privates', '.service_locator.u1C.eKU', 'get_ServiceLocator_U1C_EKUService', false],
'App\\Controller\\CargaContificoController:procesa_excel' => ['privates', '.service_locator.OWo.RdT', 'get_ServiceLocator_OWo_RdTService', false],
'App\\Controller\\CargaContificoController:show' => ['privates', '.service_locator.BulSRk8', 'get_ServiceLocator_BulSRk8Service', false],
'App\\Controller\\CargaContificoController:valida_excel' => ['privates', '.service_locator.h5qu31T', 'get_ServiceLocator_H5qu31TService', false],
'App\\Controller\\CargaContificoController:valida_excelxdetalle' => ['privates', '.service_locator.dmMgwyj', 'get_ServiceLocator_DmMgwyjService', false],
'App\\Controller\\Cie10Controller:buscar_codigo' => ['privates', '.service_locator.zNjYVsY', 'get_ServiceLocator_ZNjYVsYService', false],
'App\\Controller\\Cie10Controller:buscar_texto' => ['privates', '.service_locator.zNjYVsY', 'get_ServiceLocator_ZNjYVsYService', false],
'App\\Controller\\Cie10Controller:delete' => ['privates', '.service_locator.vo3flOM', 'get_ServiceLocator_Vo3flOMService', false],
'App\\Controller\\Cie10Controller:edit' => ['privates', '.service_locator.vo3flOM', 'get_ServiceLocator_Vo3flOMService', false],
'App\\Controller\\Cie10Controller:index' => ['privates', '.service_locator.0WwVoWW', 'get_ServiceLocator_0WwVoWWService', false],
'App\\Controller\\Cie10Controller:show' => ['privates', '.service_locator.vo3flOM', 'get_ServiceLocator_Vo3flOMService', false],
'App\\Controller\\CierreCajaController:cerrar' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\CierreCajaController:delete' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\CierreCajaController:edit' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\CierreCajaController:index' => ['privates', '.service_locator.5x7ESAw', 'get_ServiceLocator_5x7ESAwService', false],
'App\\Controller\\CierreCajaController:new' => ['privates', '.service_locator.5x7ESAw', 'get_ServiceLocator_5x7ESAwService', false],
'App\\Controller\\CierreCajaController:show' => ['privates', '.service_locator.siuDucY', 'get_ServiceLocator_SiuDucYService', false],
'App\\Controller\\ClientesController:delete' => ['privates', '.service_locator.fJqkDUV', 'get_ServiceLocator_FJqkDUVService', false],
'App\\Controller\\ClientesController:edit' => ['privates', '.service_locator.fJqkDUV', 'get_ServiceLocator_FJqkDUVService', false],
'App\\Controller\\ClientesController:index' => ['privates', '.service_locator.fE4aIJ1', 'get_ServiceLocator_FE4aIJ1Service', false],
'App\\Controller\\ClientesController:show' => ['privates', '.service_locator.fJqkDUV', 'get_ServiceLocator_FJqkDUVService', false],
'App\\Controller\\DatosCirugiaController:cirugia_agendar' => ['privates', '.service_locator.9eO7IJm', 'get_ServiceLocator_9eO7IJmService', false],
'App\\Controller\\DatosCirugiaController:cirugia_edit' => ['privates', '.service_locator.k6gP3ln', 'get_ServiceLocator_K6gP3lnService', false],
'App\\Controller\\DatosCirugiaController:datos_cirugia' => ['privates', '.service_locator.8aw1iiB', 'get_ServiceLocator_8aw1iiBService', false],
'App\\Controller\\DatosCirugiaController:delete' => ['privates', '.service_locator.WZsVBAR', 'get_ServiceLocator_WZsVBARService', false],
'App\\Controller\\DatosCirugiaController:edit' => ['privates', '.service_locator.WZsVBAR', 'get_ServiceLocator_WZsVBARService', false],
'App\\Controller\\DatosCirugiaController:evolucion_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\DatosCirugiaController:evolucion_imprimir_hcu_005' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\DatosCirugiaController:evolucion_imprimir_receta' => ['privates', '.service_locator._VgNkxI', 'get_ServiceLocator_VgNkxIService', false],
'App\\Controller\\DatosCirugiaController:guardar_detalle' => ['privates', '.service_locator.ARpKHrP', 'get_ServiceLocator_ARpKHrPService', false],
'App\\Controller\\DatosCirugiaController:guardar_prescripcion' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController:index' => ['privates', '.service_locator.RT0aVad', 'get_ServiceLocator_RT0aVadService', false],
'App\\Controller\\DatosCirugiaController:listado' => ['privates', '.service_locator.STRw8eT', 'get_ServiceLocator_STRw8eTService', false],
'App\\Controller\\DatosCirugiaController:listado_paso1' => ['privates', '.service_locator.k6gP3ln', 'get_ServiceLocator_K6gP3lnService', false],
'App\\Controller\\DatosCirugiaController:modal_cirugia' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\DatosCirugiaController:prescripcion' => ['privates', '.service_locator.MnxfULi', 'get_ServiceLocator_MnxfULiService', false],
'App\\Controller\\DatosCirugiaController:prescripcion_detalle' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController:prescripcion_detalle_index' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController:prescripcion_eliminar' => ['privates', '.service_locator.uDPBgLu', 'get_ServiceLocator_UDPBgLuService', false],
'App\\Controller\\DatosCirugiaController:prescripcion_index' => ['privates', '.service_locator.O4XwQSU', 'get_ServiceLocator_O4XwQSUService', false],
'App\\Controller\\DatosCirugiaController:prescripcion_litar' => ['privates', '.service_locator.MnxfULi', 'get_ServiceLocator_MnxfULiService', false],
'App\\Controller\\DatosCirugiaController:show' => ['privates', '.service_locator.WZsVBAR', 'get_ServiceLocator_WZsVBARService', false],
'App\\Controller\\DependenciaController:delete' => ['privates', '.service_locator.smoF0oF', 'get_ServiceLocator_SmoF0oFService', false],
'App\\Controller\\DependenciaController:edit' => ['privates', '.service_locator.smoF0oF', 'get_ServiceLocator_SmoF0oFService', false],
'App\\Controller\\DependenciaController:index' => ['privates', '.service_locator.cajfIeA', 'get_ServiceLocator_CajfIeAService', false],
'App\\Controller\\DependenciaController:show' => ['privates', '.service_locator.smoF0oF', 'get_ServiceLocator_SmoF0oFService', false],
'App\\Controller\\DerivacionController:delete' => ['privates', '.service_locator.xRyE0Vf', 'get_ServiceLocator_XRyE0VfService', false],
'App\\Controller\\DerivacionController:edit' => ['privates', '.service_locator.xRyE0Vf', 'get_ServiceLocator_XRyE0VfService', false],
'App\\Controller\\DerivacionController:index' => ['privates', '.service_locator.crzvXeW', 'get_ServiceLocator_CrzvXeWService', false],
'App\\Controller\\DerivacionController:show' => ['privates', '.service_locator.xRyE0Vf', 'get_ServiceLocator_XRyE0VfService', false],
'App\\Controller\\DetalleCargaContificoController:delete' => ['privates', '.service_locator.Egtju9M', 'get_ServiceLocator_Egtju9MService', false],
'App\\Controller\\DetalleCargaContificoController:edit' => ['privates', '.service_locator.Egtju9M', 'get_ServiceLocator_Egtju9MService', false],
'App\\Controller\\DetalleCargaContificoController:index' => ['privates', '.service_locator.OWo.RdT', 'get_ServiceLocator_OWo_RdTService', false],
'App\\Controller\\DetalleCargaContificoController:new' => ['privates', '.service_locator.glP3pxL', 'get_ServiceLocator_GlP3pxLService', false],
'App\\Controller\\DetalleCargaContificoController:show' => ['privates', '.service_locator.EG.awR6', 'get_ServiceLocator_EG_AwR6Service', false],
'App\\Controller\\DetallePlantillasController:delete' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetallePlantillasController:edit' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetallePlantillasController:inactivar' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetallePlantillasController:index' => ['privates', '.service_locator.zKRSaxR', 'get_ServiceLocator_ZKRSaxRService', false],
'App\\Controller\\DetallePlantillasController:show' => ['privates', '.service_locator.RJVcivG', 'get_ServiceLocator_RJVcivGService', false],
'App\\Controller\\DetalleTerapiasController:delete' => ['privates', '.service_locator.GAtDepD', 'get_ServiceLocator_GAtDepDService', false],
'App\\Controller\\DetalleTerapiasController:edit' => ['privates', '.service_locator.GAtDepD', 'get_ServiceLocator_GAtDepDService', false],
'App\\Controller\\DetalleTerapiasController:index' => ['privates', '.service_locator.CeYJvo4', 'get_ServiceLocator_CeYJvo4Service', false],
'App\\Controller\\DetalleTerapiasController:new' => ['privates', '.service_locator.CeYJvo4', 'get_ServiceLocator_CeYJvo4Service', false],
'App\\Controller\\DetalleTerapiasController:show' => ['privates', '.service_locator.uIKtvHf', 'get_ServiceLocator_UIKtvHfService', false],
'App\\Controller\\DiagnosticosEpicrisisController:delete' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController:edit' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController:eliminar' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController:index' => ['privates', '.service_locator.j5MVk9T', 'get_ServiceLocator_J5MVk9TService', false],
'App\\Controller\\DiagnosticosEpicrisisController:index_ajax' => ['privates', '.service_locator.RugGdT9', 'get_ServiceLocator_RugGdT9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController:new_ajax' => ['privates', '.service_locator.tquCaM9', 'get_ServiceLocator_TquCaM9Service', false],
'App\\Controller\\DiagnosticosEpicrisisController:show' => ['privates', '.service_locator.LsYSnm9', 'get_ServiceLocator_LsYSnm9Service', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController:delete' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController:edit' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController:eliminar' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController:index' => ['privates', '.service_locator.WtYEVfv', 'get_ServiceLocator_WtYEVfvService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController:index_ajax' => ['privates', '.service_locator.iKeGTeb', 'get_ServiceLocator_IKeGTebService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController:new_ajax' => ['privates', '.service_locator.TKI00oY', 'get_ServiceLocator_TKI00oYService', false],
'App\\Controller\\DiagnosticosHistoriaClinicaController:show' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\DiagnosticosInterconsultaController:delete' => ['privates', '.service_locator.4tkLpL6', 'get_ServiceLocator_4tkLpL6Service', false],
'App\\Controller\\DiagnosticosInterconsultaController:edit' => ['privates', '.service_locator.4tkLpL6', 'get_ServiceLocator_4tkLpL6Service', false],
'App\\Controller\\DiagnosticosInterconsultaController:eliminar' => ['privates', '.service_locator.ZKv.jMc', 'get_ServiceLocator_ZKv_JMcService', false],
'App\\Controller\\DiagnosticosInterconsultaController:index' => ['privates', '.service_locator.t6EnLXI', 'get_ServiceLocator_T6EnLXIService', false],
'App\\Controller\\DiagnosticosInterconsultaController:index_ajax' => ['privates', '.service_locator.WIIVxTD', 'get_ServiceLocator_WIIVxTDService', false],
'App\\Controller\\DiagnosticosInterconsultaController:new_ajax' => ['privates', '.service_locator.uF_6hFa', 'get_ServiceLocator_UF6hFaService', false],
'App\\Controller\\DiagnosticosInterconsultaController:show' => ['privates', '.service_locator.4tkLpL6', 'get_ServiceLocator_4tkLpL6Service', false],
'App\\Controller\\DiagnosticosOrden012Controller:delete' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DiagnosticosOrden012Controller:edit' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DiagnosticosOrden012Controller:eliminar_cie10_orden012' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DiagnosticosOrden012Controller:index' => ['privates', '.service_locator.1mAN09v', 'get_ServiceLocator_1mAN09vService', false],
'App\\Controller\\DiagnosticosOrden012Controller:index_ajax' => ['privates', '.service_locator.34Rp99P', 'get_ServiceLocator_34Rp99PService', false],
'App\\Controller\\DiagnosticosOrden012Controller:new_ajax' => ['privates', '.service_locator.rXB.sW9', 'get_ServiceLocator_RXB_SW9Service', false],
'App\\Controller\\DiagnosticosOrden012Controller:show' => ['privates', '.service_locator.nAn3yuS', 'get_ServiceLocator_NAn3yuSService', false],
'App\\Controller\\DientesController:buscar' => ['privates', '.service_locator.531cCm_', 'get_ServiceLocator_531cCmService', false],
'App\\Controller\\DientesController:delete' => ['privates', '.service_locator.dCMNUui', 'get_ServiceLocator_DCMNUuiService', false],
'App\\Controller\\DientesController:edit' => ['privates', '.service_locator.dCMNUui', 'get_ServiceLocator_DCMNUuiService', false],
'App\\Controller\\DientesController:index' => ['privates', '.service_locator.HqcU3Rk', 'get_ServiceLocator_HqcU3RkService', false],
'App\\Controller\\DientesController:show' => ['privates', '.service_locator.dCMNUui', 'get_ServiceLocator_DCMNUuiService', false],
'App\\Controller\\EmpresaController:delete' => ['privates', '.service_locator.wi_j08R', 'get_ServiceLocator_WiJ08RService', false],
'App\\Controller\\EmpresaController:edit' => ['privates', '.service_locator.wi_j08R', 'get_ServiceLocator_WiJ08RService', false],
'App\\Controller\\EmpresaController:index' => ['privates', '.service_locator.oliDKEN', 'get_ServiceLocator_OliDKENService', false],
'App\\Controller\\EmpresaController:show' => ['privates', '.service_locator.wi_j08R', 'get_ServiceLocator_WiJ08RService', false],
'App\\Controller\\EpicrisisController:delete' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EpicrisisController:edit' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EpicrisisController:edit_storage' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EpicrisisController:epicrisis_pdf' => ['privates', '.service_locator.EE77T2_', 'get_ServiceLocator_EE77T2Service', false],
'App\\Controller\\EpicrisisController:epicrisis_pdf_paciente' => ['privates', '.service_locator.EE77T2_', 'get_ServiceLocator_EE77T2Service', false],
'App\\Controller\\EpicrisisController:index' => ['privates', '.service_locator.BoRtQt_', 'get_ServiceLocator_BoRtQtService', false],
'App\\Controller\\EpicrisisController:show' => ['privates', '.service_locator.DQLaf.b', 'get_ServiceLocator_DQLaf_BService', false],
'App\\Controller\\EstudioController:biopsias_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController:chequeo_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController:cirugia_segura' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController:cirugia_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController:consumo_oxigeno_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:delete' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\EstudioController:edit' => ['privates', '.service_locator.PGaiHsE', 'get_ServiceLocator_PGaiHsEService', false],
'App\\Controller\\EstudioController:edit_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController:eliminar_procedimiento' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\EstudioController:enfermeria_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController:escala_recuperacion_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:escala_riesgo_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:escala_valoracion_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:estudi_unico' => ['privates', '.service_locator.XBcJYK7', 'get_ServiceLocator_XBcJYK7Service', false],
'App\\Controller\\EstudioController:estudio' => ['privates', '.service_locator.XBcJYK7', 'get_ServiceLocator_XBcJYK7Service', false],
'App\\Controller\\EstudioController:estudio_enfermeria' => ['privates', '.service_locator.bUA.sor', 'get_ServiceLocator_BUA_SorService', false],
'App\\Controller\\EstudioController:estudio_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:estudio_pdf_auditoria' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:estudio_pdf_copia' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:evolucion_enfermeria_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:formato_013B_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController:formato_013_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController:formato_013auditoria_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController:index' => ['privates', '.service_locator.x2Dtz2z', 'get_ServiceLocator_X2Dtz2zService', false],
'App\\Controller\\EstudioController:index_estudio_enfermeria' => ['privates', '.service_locator.d5g1pY2', 'get_ServiceLocator_D5g1pY2Service', false],
'App\\Controller\\EstudioController:listado_chequeo_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:orden_biopsias_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:orden_puntos_transicion_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:orden_puntos_transicion_post_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:protocolo_imprimir' => ['privates', '.service_locator.8IYIkev', 'get_ServiceLocator_8IYIkevService', false],
'App\\Controller\\EstudioController:protocolo_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController:reporte_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\EstudioController:sala_recuperacion_imprimir' => ['privates', '.service_locator.fiwmX6M', 'get_ServiceLocator_FiwmX6MService', false],
'App\\Controller\\EstudioController:show' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\EstudioController:signos_vitales_pdf' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\EstudioController:valoracion_storage' => ['privates', '.service_locator.RYj2.pi', 'get_ServiceLocator_RYj2_PiService', false],
'App\\Controller\\ExamenController:buscar_examen' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenController:buscar_examen_iess' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenController:delete' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\ExamenController:edit' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\ExamenController:index' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenController:show' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\ExamenDetalleController:cotizacion_storage' => ['privates', '.service_locator.xKfaEYY', 'get_ServiceLocator_XKfaEYYService', false],
'App\\Controller\\ExamenDetalleController:delete' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController:edit' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController:examen_detalle_delete_ajax' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController:examen_orden_derivar' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController:index' => ['privates', '.service_locator.M6iVCx8', 'get_ServiceLocator_M6iVCx8Service', false],
'App\\Controller\\ExamenDetalleController:show' => ['privates', '.service_locator.Pb3LuKT', 'get_ServiceLocator_Pb3LuKTService', false],
'App\\Controller\\ExamenDetalleController:storage' => ['privates', '.service_locator.xKfaEYY', 'get_ServiceLocator_XKfaEYYService', false],
'App\\Controller\\ExamenOrdenController:actualizar_orden' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController:agenda_laboratorio' => ['privates', '.service_locator.NU7H8nd', 'get_ServiceLocator_NU7H8ndService', false],
'App\\Controller\\ExamenOrdenController:codigo_barras' => ['privates', '.service_locator.Sv9gj26', 'get_ServiceLocator_Sv9gj26Service', false],
'App\\Controller\\ExamenOrdenController:cotizacion_actualizar_orden' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController:delete' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController:edit' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController:eliminar_ajax' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController:examen_orden_imprimir' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController:examen_orden_resultados_paciente' => ['privates', '.service_locator.wKl.kai', 'get_ServiceLocator_WKl_KaiService', false],
'App\\Controller\\ExamenOrdenController:imprimir_053' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController:imprimir_053_pdf' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController:imprimir_ae_examen_orden' => ['privates', '.service_locator.JHi5fPl', 'get_ServiceLocator_JHi5fPlService', false],
'App\\Controller\\ExamenOrdenController:imprimir_orden10' => ['privates', '.service_locator.QjupWTI', 'get_ServiceLocator_QjupWTIService', false],
'App\\Controller\\ExamenOrdenController:imprimir_orden10_nuevo' => ['privates', '.service_locator.QjupWTI', 'get_ServiceLocator_QjupWTIService', false],
'App\\Controller\\ExamenOrdenController:index' => ['privates', '.service_locator.aasaESc', 'get_ServiceLocator_AasaEScService', false],
'App\\Controller\\ExamenOrdenController:laboratorio' => ['privates', '.service_locator.CZeGVA4', 'get_ServiceLocator_CZeGVA4Service', false],
'App\\Controller\\ExamenOrdenController:laboratorio_agendar' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController:laboratorio_agendar_guardar' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenController:laboratorio_realizado' => ['privates', '.service_locator.xipOYQr', 'get_ServiceLocator_XipOYQrService', false],
'App\\Controller\\ExamenOrdenController:new' => ['privates', '.service_locator.aasaESc', 'get_ServiceLocator_AasaEScService', false],
'App\\Controller\\ExamenOrdenController:resultados_laboratorio_imprmir' => ['privates', '.service_locator.B6ndtY8', 'get_ServiceLocator_B6ndtY8Service', false],
'App\\Controller\\ExamenOrdenController:resultados_laboratorio_imprmir_auditoria' => ['privates', '.service_locator.B6ndtY8', 'get_ServiceLocator_B6ndtY8Service', false],
'App\\Controller\\ExamenOrdenController:show' => ['privates', '.service_locator.kGkAO16', 'get_ServiceLocator_KGkAO16Service', false],
'App\\Controller\\ExamenOrdenResultadoController:agregar_adicional' => ['privates', '.service_locator.qt7nKbm', 'get_ServiceLocator_Qt7nKbmService', false],
'App\\Controller\\ExamenOrdenResultadoController:delete' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController:edit' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController:edit_storage' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController:inactivar_resultado' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenOrdenResultadoController:index' => ['privates', '.service_locator.SCrt5xf', 'get_ServiceLocator_SCrt5xfService', false],
'App\\Controller\\ExamenOrdenResultadoController:show' => ['privates', '.service_locator.8fs15ZI', 'get_ServiceLocator_8fs15ZIService', false],
'App\\Controller\\ExamenParametroController:delete' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenParametroController:edit' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenParametroController:inactivar' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenParametroController:index' => ['privates', '.service_locator.J7wcbOR', 'get_ServiceLocator_J7wcbORService', false],
'App\\Controller\\ExamenParametroController:new' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\ExamenParametroController:show' => ['privates', '.service_locator.pnH2ETv', 'get_ServiceLocator_PnH2ETvService', false],
'App\\Controller\\ExamenReferenciaController:delete' => ['privates', '.service_locator..vx.i6c', 'get_ServiceLocator__Vx_I6cService', false],
'App\\Controller\\ExamenReferenciaController:edit' => ['privates', '.service_locator..vx.i6c', 'get_ServiceLocator__Vx_I6cService', false],
'App\\Controller\\ExamenReferenciaController:index' => ['privates', '.service_locator.jfjHnHv', 'get_ServiceLocator_JfjHnHvService', false],
'App\\Controller\\ExamenReferenciaController:show' => ['privates', '.service_locator..vx.i6c', 'get_ServiceLocator__Vx_I6cService', false],
'App\\Controller\\ExternoController:cargar_externo' => ['privates', '.service_locator.Y6aW7PK', 'get_ServiceLocator_Y6aW7PKService', false],
'App\\Controller\\ExternoController:cargar_externo_parentesco' => ['privates', '.service_locator.Y6aW7PK', 'get_ServiceLocator_Y6aW7PKService', false],
'App\\Controller\\ExternoController:masivo_plano_correccion_detalle_subtotal' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController:masivo_plano_correccion_detalle_subtotal_iva' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController:masivo_plano_correccion_detalle_subtotal_iva_total' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController:masivo_plano_correccion_fecha' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\ExternoController:plano_detalle_nombre_por_apellido' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\FarmaciaController:buscar_producto_descripcion2' => ['privates', '.service_locator.Dport77', 'get_ServiceLocator_Dport77Service', false],
'App\\Controller\\FarmaciaController:eliminar' => ['privates', '.service_locator.S5.54Yj', 'get_ServiceLocator_S5_54YjService', false],
'App\\Controller\\FarmaciaController:farmacia_buscar_codigo_x_produ' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\FarmaciaController:farmacia_orden_new' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\FarmaciaController:farmacia_orden_new2' => ['privates', '.service_locator.p04JR3P', 'get_ServiceLocator_P04JR3PService', false],
'App\\Controller\\FarmaciaController:farmacia_paciente_storage' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\FarmaciaController:farmacia_paciente_storage2' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\FarmaciaController:gastro_detalle_index' => ['privates', '.service_locator.D3KIfNy', 'get_ServiceLocator_D3KIfNyService', false],
'App\\Controller\\FarmaciaController:gastro_orden_receta2' => ['privates', '.service_locator.XU086yd', 'get_ServiceLocator_XU086ydService', false],
'App\\Controller\\FarmaciaController:index' => ['privates', '.service_locator.GX_ucsj', 'get_ServiceLocator_GXUcsjService', false],
'App\\Controller\\FarmaciaController:index_ajax' => ['privates', '.service_locator.iKeGTeb', 'get_ServiceLocator_IKeGTebService', false],
'App\\Controller\\FarmaciaController:index_farmacia' => ['privates', '.service_locator.1r3L7rf', 'get_ServiceLocator_1r3L7rfService', false],
'App\\Controller\\FarmaciaController:index_search' => ['privates', '.service_locator.Z7Oe7Sj', 'get_ServiceLocator_Z7Oe7SjService', false],
'App\\Controller\\FarmaciaController:new_ajax' => ['privates', '.service_locator.TKI00oY', 'get_ServiceLocator_TKI00oYService', false],
'App\\Controller\\FarmaciaController:new_orden_item' => ['privates', '.service_locator.HAbhKOP', 'get_ServiceLocator_HAbhKOPService', false],
'App\\Controller\\FarmaciaController:receta_gastro2' => ['privates', '.service_locator.HqUBfQ2', 'get_ServiceLocator_HqUBfQ2Service', false],
'App\\Controller\\FarmaciaController:recibo_cobro_farmacia' => ['privates', '.service_locator.HqUBfQ2', 'get_ServiceLocator_HqUBfQ2Service', false],
'App\\Controller\\FarmaciaController:recibo_cobro_farmacia_receta' => ['privates', '.service_locator.fhVn1pu', 'get_ServiceLocator_FhVn1puService', false],
'App\\Controller\\FarmaciaController:update2' => ['privates', '.service_locator.pswu058', 'get_ServiceLocator_Pswu058Service', false],
'App\\Controller\\FormaPagoController:delete' => ['privates', '.service_locator.X9O7Et8', 'get_ServiceLocator_X9O7Et8Service', false],
'App\\Controller\\FormaPagoController:edit' => ['privates', '.service_locator.X9O7Et8', 'get_ServiceLocator_X9O7Et8Service', false],
'App\\Controller\\FormaPagoController:index' => ['privates', '.service_locator.NKr7SOC', 'get_ServiceLocator_NKr7SOCService', false],
'App\\Controller\\FormaPagoController:show' => ['privates', '.service_locator.X9O7Et8', 'get_ServiceLocator_X9O7Et8Service', false],
'App\\Controller\\HdArchivosController:delete' => ['privates', '.service_locator.HOTUYGK', 'get_ServiceLocator_HOTUYGKService', false],
'App\\Controller\\HdArchivosController:edit' => ['privates', '.service_locator.HOTUYGK', 'get_ServiceLocator_HOTUYGKService', false],
'App\\Controller\\HdArchivosController:index' => ['privates', '.service_locator.JoZtngg', 'get_ServiceLocator_JoZtnggService', false],
'App\\Controller\\HdArchivosController:show' => ['privates', '.service_locator.HOTUYGK', 'get_ServiceLocator_HOTUYGKService', false],
'App\\Controller\\HdEmergenciaController:delete' => ['privates', '.service_locator.fNk5gnS', 'get_ServiceLocator_FNk5gnSService', false],
'App\\Controller\\HdEmergenciaController:edit' => ['privates', '.service_locator.BYlL5xh', 'get_ServiceLocator_BYlL5xhService', false],
'App\\Controller\\HdEmergenciaController:edit_paso2' => ['privates', '.service_locator.BYlL5xh', 'get_ServiceLocator_BYlL5xhService', false],
'App\\Controller\\HdEmergenciaController:edit_paso3' => ['privates', '.service_locator.fNk5gnS', 'get_ServiceLocator_FNk5gnSService', false],
'App\\Controller\\HdEmergenciaController:edit_paso4' => ['privates', '.service_locator.BYlL5xh', 'get_ServiceLocator_BYlL5xhService', false],
'App\\Controller\\HdEmergenciaController:formulario_008' => ['privates', '.service_locator.Ne_iaWK', 'get_ServiceLocator_NeIaWKService', false],
'App\\Controller\\HdEmergenciaController:imagen_body' => ['privates', '.service_locator.fkoKOJl', 'get_ServiceLocator_FkoKOJlService', false],
'App\\Controller\\HdEmergenciaController:index' => ['privates', '.service_locator.STRw8eT', 'get_ServiceLocator_STRw8eTService', false],
'App\\Controller\\HdEmergenciaController:show' => ['privates', '.service_locator.fNk5gnS', 'get_ServiceLocator_FNk5gnSService', false],
'App\\Controller\\HdMaestroPasosController:delete' => ['privates', '.service_locator.NXLHbDU', 'get_ServiceLocator_NXLHbDUService', false],
'App\\Controller\\HdMaestroPasosController:edit' => ['privates', '.service_locator.NXLHbDU', 'get_ServiceLocator_NXLHbDUService', false],
'App\\Controller\\HdMaestroPasosController:index' => ['privates', '.service_locator.m5yBgzc', 'get_ServiceLocator_M5yBgzcService', false],
'App\\Controller\\HdMaestroPasosController:show' => ['privates', '.service_locator.NXLHbDU', 'get_ServiceLocator_NXLHbDUService', false],
'App\\Controller\\HdOrdenesController:delete' => ['privates', '.service_locator.ZDmZd9Z', 'get_ServiceLocator_ZDmZd9ZService', false],
'App\\Controller\\HdOrdenesController:edit' => ['privates', '.service_locator.ZDmZd9Z', 'get_ServiceLocator_ZDmZd9ZService', false],
'App\\Controller\\HdOrdenesController:index' => ['privates', '.service_locator.wZ4uqyk', 'get_ServiceLocator_WZ4uqykService', false],
'App\\Controller\\HdOrdenesController:show' => ['privates', '.service_locator.ZDmZd9Z', 'get_ServiceLocator_ZDmZd9ZService', false],
'App\\Controller\\HdPasoController:delete' => ['privates', '.service_locator.KgzzZuN', 'get_ServiceLocator_KgzzZuNService', false],
'App\\Controller\\HdPasoController:edit' => ['privates', '.service_locator.KgzzZuN', 'get_ServiceLocator_KgzzZuNService', false],
'App\\Controller\\HdPasoController:index' => ['privates', '.service_locator.NA6IMtE', 'get_ServiceLocator_NA6IMtEService', false],
'App\\Controller\\HdPasoController:show' => ['privates', '.service_locator.KgzzZuN', 'get_ServiceLocator_KgzzZuNService', false],
'App\\Controller\\HdSolicitudController:delete' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudController:edit' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudController:index' => ['privates', '.service_locator.i7TAlW9', 'get_ServiceLocator_I7TAlW9Service', false],
'App\\Controller\\HdSolicitudController:ingreso_emergencia' => ['privates', '.service_locator._3bPjtc', 'get_ServiceLocator_3bPjtcService', false],
'App\\Controller\\HdSolicitudController:log_pasos' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudController:pasos' => ['privates', '.service_locator.JEN65BY', 'get_ServiceLocator_JEN65BYService', false],
'App\\Controller\\HdSolicitudController:pasos1' => ['privates', '.service_locator.JEN65BY', 'get_ServiceLocator_JEN65BYService', false],
'App\\Controller\\HdSolicitudController:show' => ['privates', '.service_locator.Ar72Kzz', 'get_ServiceLocator_Ar72KzzService', false],
'App\\Controller\\HdSolicitudDiagnosticosController:delete' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController:edit' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController:eliminar' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController:index' => ['privates', '.service_locator.yWVwbq0', 'get_ServiceLocator_YWVwbq0Service', false],
'App\\Controller\\HdSolicitudDiagnosticosController:index_ajax' => ['privates', '.service_locator.yrHsatA', 'get_ServiceLocator_YrHsatAService', false],
'App\\Controller\\HdSolicitudDiagnosticosController:new_ajax' => ['privates', '.service_locator.5nyB6NZ', 'get_ServiceLocator_5nyB6NZService', false],
'App\\Controller\\HdSolicitudDiagnosticosController:show' => ['privates', '.service_locator.cHO8JW2', 'get_ServiceLocator_CHO8JW2Service', false],
'App\\Controller\\HistoriaClinicaController:atendido' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:cardiologia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:cardiologia2' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:cardiologia_nuevo_formato' => ['privates', '.service_locator.IYabROv', 'get_ServiceLocator_IYabROvService', false],
'App\\Controller\\HistoriaClinicaController:consulta_detalle' => ['privates', '.service_locator.zWscnn3', 'get_ServiceLocator_ZWscnn3Service', false],
'App\\Controller\\HistoriaClinicaController:consulta_imprimir' => ['privates', '.service_locator.zWscnn3', 'get_ServiceLocator_ZWscnn3Service', false],
'App\\Controller\\HistoriaClinicaController:delete' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:edit' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:edit_ajax' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:edit_ajax_valoracion' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:edit_antecedente' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:edit_antecedente_update' => ['privates', '.service_locator.o0qrMDD', 'get_ServiceLocator_O0qrMDDService', false],
'App\\Controller\\HistoriaClinicaController:edit_valoracion' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:estudio_consentimiento_anestesiologia_pdf' => ['privates', '.service_locator.IYabROv', 'get_ServiceLocator_IYabROvService', false],
'App\\Controller\\HistoriaClinicaController:formulario_007' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:formulario_asistencia' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:formulario_asistencia_guardar' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:historiaclinica_new' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_010' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_F002' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_ac' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_ae' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_as400_pantallas' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:imprimir_asistencia' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_cedula_jpg' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico_cirugia' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico_covid' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico_enfermedad_general' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_anestesia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_aquiles' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_calidad' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_codo' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_colelap' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_colonoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_endoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_exceresis' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_falange' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_general' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_hombro' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_inguinal' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_intubacion' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_liberacion' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_muneca' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_osteosintesis' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_perone' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_radio' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_raquidea' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_rodilla' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_tobillo' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_umbilical' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_historia' => ['privates', '.service_locator.vI89KRe', 'get_ServiceLocator_VI89KReService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_primera_admision' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:imprimir_primera_admisionb' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:index' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\HistoriaClinicaController:index_coordinacion' => ['privates', '.service_locator.zwgYXFX', 'get_ServiceLocator_ZwgYXFXService', false],
'App\\Controller\\HistoriaClinicaController:index_especialidad' => ['privates', '.service_locator.QV2sw5V', 'get_ServiceLocator_QV2sw5VService', false],
'App\\Controller\\HistoriaClinicaController:index_paciente' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\HistoriaClinicaController:index_paciente_facturacion' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\HistoriaClinicaController:new_consentimiento_anestesia_imprimir' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_colonoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_endoscopia' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_general' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_raquidea' => ['privates', '.service_locator.TcOUZRI', 'get_ServiceLocator_TcOUZRIService', false],
'App\\Controller\\HistoriaClinicaController:obtener_ajax' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:show' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:store_cardio' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:store_terapia' => ['privates', '.service_locator.BLztbo6', 'get_ServiceLocator_BLztbo6Service', false],
'App\\Controller\\HistoriaClinicaController:suspender' => ['privates', '.service_locator.J7x1nqh', 'get_ServiceLocator_J7x1nqhService', false],
'App\\Controller\\ImagenesEstudioController:delete' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\ImagenesEstudioController:edit' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\ImagenesEstudioController:eliminar' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\ImagenesEstudioController:index' => ['privates', '.service_locator.sEb37Gx', 'get_ServiceLocator_SEb37GxService', false],
'App\\Controller\\ImagenesEstudioController:new_ajax' => ['privates', '.service_locator.hBNp2bL', 'get_ServiceLocator_HBNp2bLService', false],
'App\\Controller\\ImagenesEstudioController:show' => ['privates', '.service_locator.lqGv9z8', 'get_ServiceLocator_LqGv9z8Service', false],
'App\\Controller\\InsumosEnfermeriaController:agregar_plantilla_estudio' => ['privates', '.service_locator.3kItt6.', 'get_ServiceLocator_3kItt6_Service', false],
'App\\Controller\\InsumosEnfermeriaController:cargar_plantilla' => ['privates', '.service_locator.AXeij98', 'get_ServiceLocator_AXeij98Service', false],
'App\\Controller\\InsumosEnfermeriaController:delete' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InsumosEnfermeriaController:edit' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InsumosEnfermeriaController:eliminar_insumos' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InsumosEnfermeriaController:index' => ['privates', '.service_locator.jYltmC2', 'get_ServiceLocator_JYltmC2Service', false],
'App\\Controller\\InsumosEnfermeriaController:lista_insumos_pdf' => ['privates', '.service_locator.9vhs7bu', 'get_ServiceLocator_9vhs7buService', false],
'App\\Controller\\InsumosEnfermeriaController:new_ajax' => ['privates', '.service_locator._MO4eqe', 'get_ServiceLocator_MO4eqeService', false],
'App\\Controller\\InsumosEnfermeriaController:show' => ['privates', '.service_locator.IR2eli8', 'get_ServiceLocator_IR2eli8Service', false],
'App\\Controller\\InterconsultaController:delete' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\InterconsultaController:edit' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\InterconsultaController:edit_ajax' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\InterconsultaController:eliminar_ajax' => ['privates', '.service_locator..ANxPUT', 'get_ServiceLocator__ANxPUTService', false],
'App\\Controller\\InterconsultaController:formulario_007' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController:iconsulta_orden007_imprimir_pdf' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController:imprimir_053_interconsulta' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController:index' => ['privates', '.service_locator.YtdEU_0', 'get_ServiceLocator_YtdEU0Service', false],
'App\\Controller\\InterconsultaController:interconsulta_imprimir_053_pdf' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController:new' => ['privates', '.service_locator.XdMb0Cl', 'get_ServiceLocator_XdMb0ClService', false],
'App\\Controller\\InterconsultaController:new_ajax' => ['privates', '.service_locator.IS2.2NJ', 'get_ServiceLocator_IS2_2NJService', false],
'App\\Controller\\InterconsultaController:orden012_imprimir_pdf_interconsulta' => ['privates', '.service_locator.8a7Jvpo', 'get_ServiceLocator_8a7JvpoService', false],
'App\\Controller\\InterconsultaController:show' => ['privates', '.service_locator.OZS9dgY', 'get_ServiceLocator_OZS9dgYService', false],
'App\\Controller\\ItemConveniosController:correccion_nivel2' => ['privates', '.service_locator.rbyfLJd', 'get_ServiceLocator_RbyfLJdService', false],
'App\\Controller\\ItemConveniosController:delete' => ['privates', '.service_locator.zStgsxJ', 'get_ServiceLocator_ZStgsxJService', false],
'App\\Controller\\ItemConveniosController:edit' => ['privates', '.service_locator.zStgsxJ', 'get_ServiceLocator_ZStgsxJService', false],
'App\\Controller\\ItemConveniosController:index' => ['privates', '.service_locator.rbyfLJd', 'get_ServiceLocator_RbyfLJdService', false],
'App\\Controller\\ItemConveniosController:show' => ['privates', '.service_locator.zStgsxJ', 'get_ServiceLocator_ZStgsxJService', false],
'App\\Controller\\ItemsCargosController:delete' => ['privates', '.service_locator.MAyyUGO', 'get_ServiceLocator_MAyyUGOService', false],
'App\\Controller\\ItemsCargosController:edit' => ['privates', '.service_locator.MAyyUGO', 'get_ServiceLocator_MAyyUGOService', false],
'App\\Controller\\ItemsCargosController:index' => ['privates', '.service_locator.mcRAVVC', 'get_ServiceLocator_McRAVVCService', false],
'App\\Controller\\ItemsCargosController:show' => ['privates', '.service_locator.MAyyUGO', 'get_ServiceLocator_MAyyUGOService', false],
'App\\Controller\\LabProtocoloController:buscar_protocolo' => ['privates', '.service_locator.ocNVydf', 'get_ServiceLocator_OcNVydfService', false],
'App\\Controller\\LabProtocoloController:delete' => ['privates', '.service_locator.t0aasGW', 'get_ServiceLocator_T0aasGWService', false],
'App\\Controller\\LabProtocoloController:edit' => ['privates', '.service_locator.t0aasGW', 'get_ServiceLocator_T0aasGWService', false],
'App\\Controller\\LabProtocoloController:index' => ['privates', '.service_locator.prqTLpa', 'get_ServiceLocator_PrqTLpaService', false],
'App\\Controller\\LabProtocoloController:recepcion_storage' => ['privates', '.service_locator.aXQdkad', 'get_ServiceLocator_AXQdkadService', false],
'App\\Controller\\LabProtocoloController:show' => ['privates', '.service_locator.t0aasGW', 'get_ServiceLocator_T0aasGWService', false],
'App\\Controller\\LabProtocoloController:storage' => ['privates', '.service_locator.aXQdkad', 'get_ServiceLocator_AXQdkadService', false],
'App\\Controller\\LabProtocoloExamenController:delete' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LabProtocoloExamenController:edit' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LabProtocoloExamenController:eliminar' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LabProtocoloExamenController:examen_guardar' => ['privates', '.service_locator.K3ehApi', 'get_ServiceLocator_K3ehApiService', false],
'App\\Controller\\LabProtocoloExamenController:index' => ['privates', '.service_locator.tXyeBg0', 'get_ServiceLocator_TXyeBg0Service', false],
'App\\Controller\\LabProtocoloExamenController:show' => ['privates', '.service_locator.lwLXc0n', 'get_ServiceLocator_LwLXc0nService', false],
'App\\Controller\\LaboratorioController:buscar_examen' => ['privates', '.service_locator.mbEMFFX', 'get_ServiceLocator_MbEMFFXService', false],
'App\\Controller\\LaboratorioController:delete' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController:edit' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController:editarID_maquina' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController:editarID_maquina_storage' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LaboratorioController:index' => ['privates', '.service_locator.KbJjleI', 'get_ServiceLocator_KbJjleIService', false],
'App\\Controller\\LaboratorioController:laboratorio_agenda_index' => ['privates', '.service_locator.CZeGVA4', 'get_ServiceLocator_CZeGVA4Service', false],
'App\\Controller\\LaboratorioController:show' => ['privates', '.service_locator.rIa3p2z', 'get_ServiceLocator_RIa3p2zService', false],
'App\\Controller\\LiquidacionController:agregar_nueva_planilla' => ['privates', '.service_locator.YYXn_7Q', 'get_ServiceLocator_YYXn7QService', false],
'App\\Controller\\LiquidacionController:atenciones_anteriores' => ['privates', '.service_locator.sR9Zkzg', 'get_ServiceLocator_SR9ZkzgService', false],
'App\\Controller\\LiquidacionController:imagenes_cargar' => ['privates', '.service_locator.UYu43x6', 'get_ServiceLocator_UYu43x6Service', false],
'App\\Controller\\LiquidacionController:imagenes_cargar_anteriores' => ['privates', '.service_locator.uvrrPJK', 'get_ServiceLocator_UvrrPJKService', false],
'App\\Controller\\LiquidacionController:imagenes_cargar_especialidad' => ['privates', '.service_locator.UlCakiU', 'get_ServiceLocator_UlCakiUService', false],
'App\\Controller\\LiquidacionController:imagenes_guardar' => ['privates', '.service_locator.cph46cd', 'get_ServiceLocator_Cph46cdService', false],
'App\\Controller\\LiquidacionController:index' => ['privates', '.service_locator.Ob9gJq9', 'get_ServiceLocator_Ob9gJq9Service', false],
'App\\Controller\\LiquidacionController:plano' => ['privates', '.service_locator.T4t3yWa', 'get_ServiceLocator_T4t3yWaService', false],
'App\\Controller\\LiquidacionController:update_new' => ['privates', '.service_locator.zZtX6PR', 'get_ServiceLocator_ZZtX6PRService', false],
'App\\Controller\\LiquidacionController:valida_existe_planilla' => ['privates', '.service_locator.m5P8SPO', 'get_ServiceLocator_M5P8SPOService', false],
'App\\Controller\\LogAntecedentesPersonalesController:delete' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController:edit' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController:edit_ajax' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController:eliminar_ajax' => ['privates', '.service_locator.x9QN07b', 'get_ServiceLocator_X9QN07bService', false],
'App\\Controller\\LogAntecedentesPersonalesController:index' => ['privates', '.service_locator.L2ftAl7', 'get_ServiceLocator_L2ftAl7Service', false],
'App\\Controller\\LogAntecedentesPersonalesController:new' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\LogAntecedentesPersonalesController:show' => ['privates', '.service_locator.IGv8BfG', 'get_ServiceLocator_IGv8BfGService', false],
'App\\Controller\\MaestroPlantillasController:delete' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController:edit' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController:index' => ['privates', '.service_locator.FaBxes9', 'get_ServiceLocator_FaBxes9Service', false],
'App\\Controller\\MaestroPlantillasController:listar' => ['privates', '.service_locator.FaBxes9', 'get_ServiceLocator_FaBxes9Service', false],
'App\\Controller\\MaestroPlantillasController:listar_modal' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController:listar_modal_estudio' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MaestroPlantillasController:show' => ['privates', '.service_locator.7hBoWcO', 'get_ServiceLocator_7hBoWcOService', false],
'App\\Controller\\MasivoMedicinasController:delete' => ['privates', '.service_locator.iB.lb2o', 'get_ServiceLocator_IB_Lb2oService', false],
'App\\Controller\\MasivoMedicinasController:edit' => ['privates', '.service_locator.iB.lb2o', 'get_ServiceLocator_IB_Lb2oService', false],
'App\\Controller\\MasivoMedicinasController:index' => ['privates', '.service_locator.xr.koNU', 'get_ServiceLocator_Xr_KoNUService', false],
'App\\Controller\\MasivoMedicinasController:show' => ['privates', '.service_locator.iB.lb2o', 'get_ServiceLocator_IB_Lb2oService', false],
'App\\Controller\\MedicinaController:buscar_medicina' => ['privates', '.service_locator.R1fe6yG', 'get_ServiceLocator_R1fe6yGService', false],
'App\\Controller\\MedicinaController:delete' => ['privates', '.service_locator.7JeL3.C', 'get_ServiceLocator_7JeL3_CService', false],
'App\\Controller\\MedicinaController:edit' => ['privates', '.service_locator.7JeL3.C', 'get_ServiceLocator_7JeL3_CService', false],
'App\\Controller\\MedicinaController:index' => ['privates', '.service_locator.Dport77', 'get_ServiceLocator_Dport77Service', false],
'App\\Controller\\MedicinaController:producto_movimiento_cantidad_bodega' => ['privates', '.service_locator.HhMrZVE', 'get_ServiceLocator_HhMrZVEService', false],
'App\\Controller\\MedicinaController:show' => ['privates', '.service_locator.7JeL3.C', 'get_ServiceLocator_7JeL3_CService', false],
'App\\Controller\\MovimientosProductosController:delete' => ['privates', '.service_locator.4VDigRP', 'get_ServiceLocator_4VDigRPService', false],
'App\\Controller\\MovimientosProductosController:edit' => ['privates', '.service_locator.4VDigRP', 'get_ServiceLocator_4VDigRPService', false],
'App\\Controller\\MovimientosProductosController:index' => ['privates', '.service_locator.7dsm2sl', 'get_ServiceLocator_7dsm2slService', false],
'App\\Controller\\MovimientosProductosController:show' => ['privates', '.service_locator.4VDigRP', 'get_ServiceLocator_4VDigRPService', false],
'App\\Controller\\OdontogramaController:crear_odontograma' => ['privates', '.service_locator.6juiWtl', 'get_ServiceLocator_6juiWtlService', false],
'App\\Controller\\OdontogramaController:delete' => ['privates', '.service_locator.XeBL_fJ', 'get_ServiceLocator_XeBLFJService', false],
'App\\Controller\\OdontogramaController:edit' => ['privates', '.service_locator.iV3yz1e', 'get_ServiceLocator_IV3yz1eService', false],
'App\\Controller\\OdontogramaController:guardar_imagen' => ['privates', '.service_locator.XeBL_fJ', 'get_ServiceLocator_XeBLFJService', false],
'App\\Controller\\OdontogramaController:guardar_procedimiento_total_dientes' => ['privates', '.service_locator.p5vkHPN', 'get_ServiceLocator_P5vkHPNService', false],
'App\\Controller\\OdontogramaController:imprimir_formulario033' => ['privates', '.service_locator.tzmtOFV', 'get_ServiceLocator_TzmtOFVService', false],
'App\\Controller\\OdontogramaController:index' => ['privates', '.service_locator.UC9aRjS', 'get_ServiceLocator_UC9aRjSService', false],
'App\\Controller\\OdontogramaController:show' => ['privates', '.service_locator.XeBL_fJ', 'get_ServiceLocator_XeBLFJService', false],
'App\\Controller\\OdontogramaProcedimientoController:delete' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\OdontogramaProcedimientoController:edit' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\OdontogramaProcedimientoController:html_diente' => ['privates', '.service_locator.JZx72k9', 'get_ServiceLocator_JZx72k9Service', false],
'App\\Controller\\OdontogramaProcedimientoController:html_index' => ['privates', '.service_locator.QXRsTVN', 'get_ServiceLocator_QXRsTVNService', false],
'App\\Controller\\OdontogramaProcedimientoController:html_index_copia' => ['privates', '.service_locator.QXRsTVN', 'get_ServiceLocator_QXRsTVNService', false],
'App\\Controller\\OdontogramaProcedimientoController:html_new' => ['privates', '.service_locator.JZx72k9', 'get_ServiceLocator_JZx72k9Service', false],
'App\\Controller\\OdontogramaProcedimientoController:html_new_store' => ['privates', '.service_locator.9UUTfym', 'get_ServiceLocator_9UUTfymService', false],
'App\\Controller\\OdontogramaProcedimientoController:index' => ['privates', '.service_locator.QXRsTVN', 'get_ServiceLocator_QXRsTVNService', false],
'App\\Controller\\OdontogramaProcedimientoController:new' => ['privates', '.service_locator.iZK6B0X', 'get_ServiceLocator_IZK6B0XService', false],
'App\\Controller\\OdontogramaProcedimientoController:realizado' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\OdontogramaProcedimientoController:show' => ['privates', '.service_locator.iIduej6', 'get_ServiceLocator_IIduej6Service', false],
'App\\Controller\\Orden012Controller:delete' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller:edit' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller:edit_ajax' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller:eliminar_ajax' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012Controller:formulario007_imprimir' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller:imprimir_053' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller:imprimir_orden_012' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller:index' => ['privates', '.service_locator.CWBmhYK', 'get_ServiceLocator_CWBmhYKService', false],
'App\\Controller\\Orden012Controller:new' => ['privates', '.service_locator.XdMb0Cl', 'get_ServiceLocator_XdMb0ClService', false],
'App\\Controller\\Orden012Controller:orden012_imprimir_053_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller:orden012_imprimir_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller:orden012_orden007_imprimir_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller:orden013_imprimir_pdf' => ['privates', '.service_locator.e2vsFbK', 'get_ServiceLocator_E2vsFbKService', false],
'App\\Controller\\Orden012Controller:show' => ['privates', '.service_locator.4wQq05n', 'get_ServiceLocator_4wQq05nService', false],
'App\\Controller\\Orden012DetalleController:delete' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\Orden012DetalleController:delete_ajax' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\Orden012DetalleController:edit' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\Orden012DetalleController:formulario_007' => ['privates', '.service_locator.qzXHBZ7', 'get_ServiceLocator_QzXHBZ7Service', false],
'App\\Controller\\Orden012DetalleController:imprimir_012_detalle' => ['privates', '.service_locator.qzXHBZ7', 'get_ServiceLocator_QzXHBZ7Service', false],
'App\\Controller\\Orden012DetalleController:imprimir_053_detalle' => ['privates', '.service_locator.qzXHBZ7', 'get_ServiceLocator_QzXHBZ7Service', false],
'App\\Controller\\Orden012DetalleController:index' => ['privates', '.service_locator.En63geC', 'get_ServiceLocator_En63geCService', false],
'App\\Controller\\Orden012DetalleController:new_ajax' => ['privates', '.service_locator.8IahSgY', 'get_ServiceLocator_8IahSgYService', false],
'App\\Controller\\Orden012DetalleController:orden012_detalle_servicio_store' => ['privates', '.service_locator.En63geC', 'get_ServiceLocator_En63geCService', false],
'App\\Controller\\Orden012DetalleController:show' => ['privates', '.service_locator.jBCaj3m', 'get_ServiceLocator_JBCaj3mService', false],
'App\\Controller\\OrdenProcedimientoController:agenda_storage' => ['privates', '.service_locator.VNzHUe_', 'get_ServiceLocator_VNzHUeService', false],
'App\\Controller\\OrdenProcedimientoController:agendar' => ['privates', '.service_locator.9DK3vSv', 'get_ServiceLocator_9DK3vSvService', false],
'App\\Controller\\OrdenProcedimientoController:calendar' => ['privates', '.service_locator.s8kIE2e', 'get_ServiceLocator_S8kIE2eService', false],
'App\\Controller\\OrdenProcedimientoController:delete' => ['privates', '.service_locator.KzwBxTq', 'get_ServiceLocator_KzwBxTqService', false],
'App\\Controller\\OrdenProcedimientoController:edit' => ['privates', '.service_locator.KzwBxTq', 'get_ServiceLocator_KzwBxTqService', false],
'App\\Controller\\OrdenProcedimientoController:guardarPaquete' => ['privates', '.service_locator.JFqJYOJ', 'get_ServiceLocator_JFqJYOJService', false],
'App\\Controller\\OrdenProcedimientoController:guardar_proc' => ['privates', '.service_locator.b1ED.dk', 'get_ServiceLocator_B1ED_DkService', false],
'App\\Controller\\OrdenProcedimientoController:index' => ['privates', '.service_locator.MugMG0A', 'get_ServiceLocator_MugMG0AService', false],
'App\\Controller\\OrdenProcedimientoController:listado' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\OrdenProcedimientoController:new' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\OrdenProcedimientoController:orden_procedimiento_imprimir' => ['privates', '.service_locator.IYabROv', 'get_ServiceLocator_IYabROvService', false],
'App\\Controller\\OrdenProcedimientoController:show' => ['privates', '.service_locator.KzwBxTq', 'get_ServiceLocator_KzwBxTqService', false],
'App\\Controller\\OrdenProcedimientoController:valida_orden_proc' => ['privates', '.service_locator.dgN7DgV', 'get_ServiceLocator_DgN7DgVService', false],
'App\\Controller\\OrdenVentaController:cotizacion' => ['privates', '.service_locator.XoOzrDx', 'get_ServiceLocator_XoOzrDxService', false],
'App\\Controller\\OrdenVentaController:cotizacion_laboratorio_imprimir' => ['privates', '.service_locator.yqIrC_x', 'get_ServiceLocator_YqIrCXService', false],
'App\\Controller\\OrdenVentaController:delete' => ['privates', '.service_locator.Y11bTA3', 'get_ServiceLocator_Y11bTA3Service', false],
'App\\Controller\\OrdenVentaController:edit' => ['privates', '.service_locator.Y11bTA3', 'get_ServiceLocator_Y11bTA3Service', false],
'App\\Controller\\OrdenVentaController:editar' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController:facturar' => ['privates', '.service_locator.s94QMRB', 'get_ServiceLocator_S94QMRBService', false],
'App\\Controller\\OrdenVentaController:farmacia_iess' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController:farmacia_iess_entregar' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController:imprimir' => ['privates', '.service_locator.Mk4Hxab', 'get_ServiceLocator_Mk4HxabService', false],
'App\\Controller\\OrdenVentaController:imprimir_nota_de_entrega' => ['privates', '.service_locator.wBzK41V', 'get_ServiceLocator_WBzK41VService', false],
'App\\Controller\\OrdenVentaController:imprimir_termica' => ['privates', '.service_locator.Mk4Hxab', 'get_ServiceLocator_Mk4HxabService', false],
'App\\Controller\\OrdenVentaController:index' => ['privates', '.service_locator.BuNXJlG', 'get_ServiceLocator_BuNXJlGService', false],
'App\\Controller\\OrdenVentaController:nota_de_entrega_excel' => ['privates', '.service_locator.AIouMcH', 'get_ServiceLocator_AIouMcHService', false],
'App\\Controller\\OrdenVentaController:nuevo_imprimir_laboratorio' => ['privates', '.service_locator.zfORuDN', 'get_ServiceLocator_ZfORuDNService', false],
'App\\Controller\\OrdenVentaController:nuevo_rc_laboratorio' => ['privates', '.service_locator.yqIrC_x', 'get_ServiceLocator_YqIrCXService', false],
'App\\Controller\\OrdenVentaController:nuevo_rc_laboratorio_actualizar' => ['privates', '.service_locator.yqIrC_x', 'get_ServiceLocator_YqIrCXService', false],
'App\\Controller\\OrdenVentaController:orden_venta_editar2' => ['privates', '.service_locator.Mjt6AJV', 'get_ServiceLocator_Mjt6AJVService', false],
'App\\Controller\\OrdenVentaController:recibo_cobro' => ['privates', '.service_locator.9pZ.qax', 'get_ServiceLocator_9pZ_QaxService', false],
'App\\Controller\\OrdenVentaController:recibo_cobro_laboratorio' => ['privates', '.service_locator.HqUBfQ2', 'get_ServiceLocator_HqUBfQ2Service', false],
'App\\Controller\\OrdenVentaController:show' => ['privates', '.service_locator.Y11bTA3', 'get_ServiceLocator_Y11bTA3Service', false],
'App\\Controller\\OrdenVentaController:update' => ['privates', '.service_locator.F2NJehW', 'get_ServiceLocator_F2NJehWService', false],
'App\\Controller\\OrdenVentaDetalleController:delete' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetalleController:edit' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetalleController:edit_cantidad' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetalleController:eliminar' => ['privates', '.service_locator.ZqSkdFh', 'get_ServiceLocator_ZqSkdFhService', false],
'App\\Controller\\OrdenVentaDetalleController:index' => ['privates', '.service_locator.D3KIfNy', 'get_ServiceLocator_D3KIfNyService', false],
'App\\Controller\\OrdenVentaDetalleController:new_orden' => ['privates', '.service_locator.dkl9aqv', 'get_ServiceLocator_Dkl9aqvService', false],
'App\\Controller\\OrdenVentaDetalleController:show' => ['privates', '.service_locator.eKy4Tjw', 'get_ServiceLocator_EKy4TjwService', false],
'App\\Controller\\OrdenVentaDetallePagoController:delete' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\OrdenVentaDetallePagoController:edit' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\OrdenVentaDetallePagoController:eliminar' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\OrdenVentaDetallePagoController:index' => ['privates', '.service_locator._FkYhOP', 'get_ServiceLocator_FkYhOPService', false],
'App\\Controller\\OrdenVentaDetallePagoController:new_orden' => ['privates', '.service_locator.BuNXJlG', 'get_ServiceLocator_BuNXJlGService', false],
'App\\Controller\\OrdenVentaDetallePagoController:show' => ['privates', '.service_locator.nbm8nlH', 'get_ServiceLocator_Nbm8nlHService', false],
'App\\Controller\\PacienteController:busca_paciente' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController:busca_paciente2' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController:buscar_paciente_autocomplete_cedula' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController:buscar_paciente_autocomplete_nombres' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController:delete' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController:edit' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController:index' => ['privates', '.service_locator.AJELo62', 'get_ServiceLocator_AJELo62Service', false],
'App\\Controller\\PacienteController:obtener_antecedente' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController:obtener_antecedente_modal' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController:paciente_agenda_storage' => ['privates', '.service_locator.hC_R9Gu', 'get_ServiceLocator_HCR9GuService', false],
'App\\Controller\\PacienteController:show' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController:show_filiacion' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteController:topaz_firmar' => ['privates', '.service_locator.ARt4mUO', 'get_ServiceLocator_ARt4mUOService', false],
'App\\Controller\\PacienteReferenciaController:delete' => ['privates', '.service_locator.7EmHtGW', 'get_ServiceLocator_7EmHtGWService', false],
'App\\Controller\\PacienteReferenciaController:edit' => ['privates', '.service_locator.7EmHtGW', 'get_ServiceLocator_7EmHtGWService', false],
'App\\Controller\\PacienteReferenciaController:index' => ['privates', '.service_locator.zwCCS0K', 'get_ServiceLocator_ZwCCS0KService', false],
'App\\Controller\\PacienteReferenciaController:new_ajax' => ['privates', '.service_locator.VyPhppx', 'get_ServiceLocator_VyPhppxService', false],
'App\\Controller\\PacienteReferenciaController:paciente_referencia_documentos_guardar' => ['privates', '.service_locator..Iz.aJa', 'get_ServiceLocator__Iz_AJaService', false],
'App\\Controller\\PacienteReferenciaController:show' => ['privates', '.service_locator.7EmHtGW', 'get_ServiceLocator_7EmHtGWService', false],
'App\\Controller\\PantallasAs400Controller:delete' => ['privates', '.service_locator.3HVk10E', 'get_ServiceLocator_3HVk10EService', false],
'App\\Controller\\PantallasAs400Controller:edit' => ['privates', '.service_locator.3HVk10E', 'get_ServiceLocator_3HVk10EService', false],
'App\\Controller\\PantallasAs400Controller:index' => ['privates', '.service_locator.1pLQMj4', 'get_ServiceLocator_1pLQMj4Service', false],
'App\\Controller\\PantallasAs400Controller:new_ajax' => ['privates', '.service_locator.XdMb0Cl', 'get_ServiceLocator_XdMb0ClService', false],
'App\\Controller\\PantallasAs400Controller:show' => ['privates', '.service_locator.3HVk10E', 'get_ServiceLocator_3HVk10EService', false],
'App\\Controller\\PaqueteController:buscar_codigo' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\PaqueteController:buscar_producto' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\PaqueteController:delete' => ['privates', '.service_locator.YTF0GRS', 'get_ServiceLocator_YTF0GRSService', false],
'App\\Controller\\PaqueteController:edit' => ['privates', '.service_locator.YTF0GRS', 'get_ServiceLocator_YTF0GRSService', false],
'App\\Controller\\PaqueteController:index' => ['privates', '.service_locator.VO9_Qup', 'get_ServiceLocator_VO9QupService', false],
'App\\Controller\\PaqueteController:new' => ['privates', '.service_locator.VO9_Qup', 'get_ServiceLocator_VO9QupService', false],
'App\\Controller\\PaqueteController:show' => ['privates', '.service_locator.T9FYeGU', 'get_ServiceLocator_T9FYeGUService', false],
'App\\Controller\\PaqueteController:store' => ['privates', '.service_locator.pLSjJMP', 'get_ServiceLocator_PLSjJMPService', false],
'App\\Controller\\PlanoCabeceraController:actualizar_fechas' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoCabeceraController:crea_recetas' => ['privates', '.service_locator.UHGUEWu', 'get_ServiceLocator_UHGUEWuService', false],
'App\\Controller\\PlanoCabeceraController:delete' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoCabeceraController:edit' => ['privates', '.service_locator.cpR2Owh', 'get_ServiceLocator_CpR2OwhService', false],
'App\\Controller\\PlanoCabeceraController:eliminar_estado' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoCabeceraController:index' => ['privates', '.service_locator.W1CvK53', 'get_ServiceLocator_W1CvK53Service', false],
'App\\Controller\\PlanoCabeceraController:index_farmacia' => ['privates', '.service_locator.VEEySXy', 'get_ServiceLocator_VEEySXyService', false],
'App\\Controller\\PlanoCabeceraController:index_fecha' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoCabeceraController:index_laboratorio' => ['privates', '.service_locator.Y6HowTB', 'get_ServiceLocator_Y6HowTBService', false],
'App\\Controller\\PlanoCabeceraController:masivo_eda' => ['privates', '.service_locator.oTWHXho', 'get_ServiceLocator_OTWHXhoService', false],
'App\\Controller\\PlanoCabeceraController:new' => ['privates', '.service_locator.STyV9Bk', 'get_ServiceLocator_STyV9BkService', false],
'App\\Controller\\PlanoCabeceraController:new_historia' => ['privates', '.service_locator.ojSj0s0', 'get_ServiceLocator_OjSj0s0Service', false],
'App\\Controller\\PlanoCabeceraController:show' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoDetalleController:agregar_plantilla' => ['privates', '.service_locator.xd_jThG', 'get_ServiceLocator_XdJThGService', false],
'App\\Controller\\PlanoDetalleController:archivo_agrupado' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado_campesino' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado_comp' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado_privado' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:archivo_agrupado_total' => ['privates', '.service_locator.D2yxN2k', 'get_ServiceLocator_D2yxN2kService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano_2023_total_proceso_carpeta' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano_activos' => ['privates', '.service_locator.Kc95KTj', 'get_ServiceLocator_Kc95KTjService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023_total' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023_total_1' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023_total_2' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:archivo_plano_campesinos' => ['privates', '.service_locator.Kc95KTj', 'get_ServiceLocator_Kc95KTjService', false],
'App\\Controller\\PlanoDetalleController:bulkDelete' => ['privates', '.service_locator.bbq4fM9', 'get_ServiceLocator_Bbq4fM9Service', false],
'App\\Controller\\PlanoDetalleController:buscar' => ['privates', '.service_locator.NDxk.qD', 'get_ServiceLocator_NDxk_QDService', false],
'App\\Controller\\PlanoDetalleController:buscar2' => ['privates', '.service_locator.NDxk.qD', 'get_ServiceLocator_NDxk_QDService', false],
'App\\Controller\\PlanoDetalleController:buscar_codigo' => ['privates', '.service_locator.RE4FAKr', 'get_ServiceLocator_RE4FAKrService', false],
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas' => ['privates', '.service_locator.TDIY.hx', 'get_ServiceLocator_TDIY_HxService', false],
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas_detalles' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas_detalles_2' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas_detalles_medicinas' => ['privates', '.service_locator.8PG_c8f', 'get_ServiceLocator_8PGC8fService', false],
'App\\Controller\\PlanoDetalleController:cargar_externo_parentesco' => ['privates', '.service_locator.Y6aW7PK', 'get_ServiceLocator_Y6aW7PKService', false],
'App\\Controller\\PlanoDetalleController:cargar_plantilla' => ['privates', '.service_locator.93qxUom', 'get_ServiceLocator_93qxUomService', false],
'App\\Controller\\PlanoDetalleController:cargar_plantilla_enfermeria' => ['privates', '.service_locator.wa.ZznD', 'get_ServiceLocator_Wa_ZznDService', false],
'App\\Controller\\PlanoDetalleController:cargar_plantilla_enfermeria_agregar' => ['privates', '.service_locator.131xVl7', 'get_ServiceLocator_131xVl7Service', false],
'App\\Controller\\PlanoDetalleController:delete' => ['privates', '.service_locator.jsvg0Au', 'get_ServiceLocator_Jsvg0AuService', false],
'App\\Controller\\PlanoDetalleController:edit' => ['privates', '.service_locator.Cdenx5i', 'get_ServiceLocator_Cdenx5iService', false],
'App\\Controller\\PlanoDetalleController:imprimir_planillapdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:index' => ['privates', '.service_locator.qHZ7tzW', 'get_ServiceLocator_QHZ7tzWService', false],
'App\\Controller\\PlanoDetalleController:index_consolidadas' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoDetalleController:index_plano' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoDetalleController:index_reporte' => ['privates', '.service_locator.aLpDwMk', 'get_ServiceLocator_ALpDwMkService', false],
'App\\Controller\\PlanoDetalleController:masivo' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\PlanoDetalleController:masivo_consolidada_index' => ['privates', '.service_locator.Jfe5m9F', 'get_ServiceLocator_Jfe5m9FService', false],
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_detalle_subtotal' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_detalle_subtotal_iva' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_detalle_subtotal_iva_total' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_fecha' => ['privates', '.service_locator.ErNBALD', 'get_ServiceLocator_ErNBALDService', false],
'App\\Controller\\PlanoDetalleController:masivo_plano_corrige_medicina' => ['privates', '.service_locator.vslGi3F', 'get_ServiceLocator_VslGi3FService', false],
'App\\Controller\\PlanoDetalleController:new' => ['privates', '.service_locator.00VezmI', 'get_ServiceLocator_00VezmIService', false],
'App\\Controller\\PlanoDetalleController:new_farmacia' => ['privates', '.service_locator.VKj53AX', 'get_ServiceLocator_VKj53AXService', false],
'App\\Controller\\PlanoDetalleController:new_laboratorio' => ['privates', '.service_locator.uNOPzrx', 'get_ServiceLocator_UNOPzrxService', false],
'App\\Controller\\PlanoDetalleController:new_multiple' => ['privates', '.service_locator.R72qX_5', 'get_ServiceLocator_R72qX5Service', false],
'App\\Controller\\PlanoDetalleController:planilla' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:planilla_consolidada' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:planillaconsolidada_pdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PlanoDetalleController:plano_detalle_masivo_consolidada' => ['privates', '.service_locator.Jfe5m9F', 'get_ServiceLocator_Jfe5m9FService', false],
'App\\Controller\\PlanoDetalleController:plano_detalle_nombre_por_apellido' => ['privates', '.service_locator.XcWNq_J', 'get_ServiceLocator_XcWNqJService', false],
'App\\Controller\\PlanoDetalleController:show' => ['privates', '.service_locator.jsvg0Au', 'get_ServiceLocator_Jsvg0AuService', false],
'App\\Controller\\PlanoDetalleController:v2024_archivo_plano' => ['privates', '.service_locator.Kc95KTj', 'get_ServiceLocator_Kc95KTjService', false],
'App\\Controller\\PlanoDetalleController:v2024_imprimir_planillapdf' => ['privates', '.service_locator.7pyAXWC', 'get_ServiceLocator_7pyAXWCService', false],
'App\\Controller\\PreparacionController:delete' => ['privates', '.service_locator.81MP3Gx', 'get_ServiceLocator_81MP3GxService', false],
'App\\Controller\\PreparacionController:edit' => ['privates', '.service_locator.hmGRt.J', 'get_ServiceLocator_HmGRt_JService', false],
'App\\Controller\\PreparacionController:enfermeria_coordinacion' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\PreparacionController:index' => ['privates', '.service_locator.GX_ucsj', 'get_ServiceLocator_GXUcsjService', false],
'App\\Controller\\PreparacionController:index_search' => ['privates', '.service_locator.GX_ucsj', 'get_ServiceLocator_GXUcsjService', false],
'App\\Controller\\PreparacionController:preparacion_new' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\PreparacionController:preparacion_new_ecografia' => ['privates', '.service_locator.KLOuJ2V', 'get_ServiceLocator_KLOuJ2VService', false],
'App\\Controller\\PreparacionController:save_ajax' => ['privates', '.service_locator.hmGRt.J', 'get_ServiceLocator_HmGRt_JService', false],
'App\\Controller\\PreparacionController:show' => ['privates', '.service_locator.81MP3Gx', 'get_ServiceLocator_81MP3GxService', false],
'App\\Controller\\PreparacionEstudioController:cama_guardar' => ['privates', '.service_locator.uDVImdi', 'get_ServiceLocator_UDVImdiService', false],
'App\\Controller\\PreparacionEstudioController:delete' => ['privates', '.service_locator.fKz703S', 'get_ServiceLocator_FKz703SService', false],
'App\\Controller\\PreparacionEstudioController:edit' => ['privates', '.service_locator.UTP5qL0', 'get_ServiceLocator_UTP5qL0Service', false],
'App\\Controller\\PreparacionEstudioController:edit_glicemia' => ['privates', '.service_locator.UTP5qL0', 'get_ServiceLocator_UTP5qL0Service', false],
'App\\Controller\\PreparacionEstudioController:enfermeria_coordinacion' => ['privates', '.service_locator.bOul6iu', 'get_ServiceLocator_BOul6iuService', false],
'App\\Controller\\PreparacionEstudioController:imprimir_historia' => ['privates', '.service_locator.BYSMAyR', 'get_ServiceLocator_BYSMAyRService', false],
'App\\Controller\\PreparacionEstudioController:index' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\PreparacionEstudioController:new' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\PreparacionEstudioController:new_glicemia' => ['privates', '.service_locator.vFLyZbk', 'get_ServiceLocator_VFLyZbkService', false],
'App\\Controller\\PreparacionEstudioController:show' => ['privates', '.service_locator.FQIgQrp', 'get_ServiceLocator_FQIgQrpService', false],
'App\\Controller\\ProcedimientosController:buscarProcedimientos' => ['privates', '.service_locator.5HWXOKD', 'get_ServiceLocator_5HWXOKDService', false],
'App\\Controller\\ProcedimientosController:delete' => ['privates', '.service_locator.Z2e0WMs', 'get_ServiceLocator_Z2e0WMsService', false],
'App\\Controller\\ProcedimientosController:edit' => ['privates', '.service_locator.Z2e0WMs', 'get_ServiceLocator_Z2e0WMsService', false],
'App\\Controller\\ProcedimientosController:index' => ['privates', '.service_locator.5HWXOKD', 'get_ServiceLocator_5HWXOKDService', false],
'App\\Controller\\ProcedimientosController:show' => ['privates', '.service_locator.Z2e0WMs', 'get_ServiceLocator_Z2e0WMsService', false],
'App\\Controller\\ProductoController:buscar_producto_descripcion' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\ProductoController:cargar_codigo' => ['privates', '.service_locator.9jHLU_O', 'get_ServiceLocator_9jHLUOService', false],
'App\\Controller\\ProductoController:copiar_procedimiento' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoController:delete' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoController:edit' => ['privates', '.service_locator.Yw4gCbb', 'get_ServiceLocator_Yw4gCbbService', false],
'App\\Controller\\ProductoController:index' => ['privates', '.service_locator.4yyjPzQ', 'get_ServiceLocator_4yyjPzQService', false],
'App\\Controller\\ProductoController:movimiento_producto_agregar' => ['privates', '.service_locator._i2YZ1n', 'get_ServiceLocator_I2YZ1nService', false],
'App\\Controller\\ProductoController:movimiento_producto_quitar' => ['privates', '.service_locator._i2YZ1n', 'get_ServiceLocator_I2YZ1nService', false],
'App\\Controller\\ProductoController:reporte_productos_excel' => ['privates', '.service_locator.TyPUV8N', 'get_ServiceLocator_TyPUV8NService', false],
'App\\Controller\\ProductoController:show' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoController:suspender' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoNivelController:delete' => ['privates', '.service_locator.fwPrGdp', 'get_ServiceLocator_FwPrGdpService', false],
'App\\Controller\\ProductoNivelController:edit' => ['privates', '.service_locator.fwPrGdp', 'get_ServiceLocator_FwPrGdpService', false],
'App\\Controller\\ProductoNivelController:index' => ['privates', '.service_locator.6UwlhS3', 'get_ServiceLocator_6UwlhS3Service', false],
'App\\Controller\\ProductoNivelController:new' => ['privates', '.service_locator.WNlvOqm', 'get_ServiceLocator_WNlvOqmService', false],
'App\\Controller\\ProductoNivelController:show' => ['privates', '.service_locator.WOkKZs1', 'get_ServiceLocator_WOkKZs1Service', false],
'App\\Controller\\ProductoNivelController:suspender' => ['privates', '.service_locator.WOkKZs1', 'get_ServiceLocator_WOkKZs1Service', false],
'App\\Controller\\ProductoXlsController:cargaxls' => ['privates', '.service_locator.xGYzs64', 'get_ServiceLocator_XGYzs64Service', false],
'App\\Controller\\ProductoXlsController:delete' => ['privates', '.service_locator.aYa6Urx', 'get_ServiceLocator_AYa6UrxService', false],
'App\\Controller\\ProductoXlsController:edit' => ['privates', '.service_locator.aYa6Urx', 'get_ServiceLocator_AYa6UrxService', false],
'App\\Controller\\ProductoXlsController:index' => ['privates', '.service_locator.dEdmYsp', 'get_ServiceLocator_DEdmYspService', false],
'App\\Controller\\ProductoXlsController:new' => ['privates', '.service_locator.dEdmYsp', 'get_ServiceLocator_DEdmYspService', false],
'App\\Controller\\ProductoXlsController:show' => ['privates', '.service_locator.2nmWEDE', 'get_ServiceLocator_2nmWEDEService', false],
'App\\Controller\\RecetaController:delete' => ['privates', '.service_locator.g.2HfNy', 'get_ServiceLocator_G_2HfNyService', false],
'App\\Controller\\RecetaController:edit' => ['privates', '.service_locator.Cv2N0kX', 'get_ServiceLocator_Cv2N0kXService', false],
'App\\Controller\\RecetaController:imprimir_nota_de_entrega_pdf2' => ['privates', '.service_locator..ShbWhF', 'get_ServiceLocator__ShbWhFService', false],
'App\\Controller\\RecetaController:imprimir_receta' => ['privates', '.service_locator.v6XnL94', 'get_ServiceLocator_V6XnL94Service', false],
'App\\Controller\\RecetaController:imprimir_receta_excel' => ['privates', '.service_locator.NLrlT5E', 'get_ServiceLocator_NLrlT5EService', false],
'App\\Controller\\RecetaController:index' => ['privates', '.service_locator.3Arv.WH', 'get_ServiceLocator_3Arv_WHService', false],
'App\\Controller\\RecetaController:index_estudio' => ['privates', '.service_locator.H682Exw', 'get_ServiceLocator_H682ExwService', false],
'App\\Controller\\RecetaController:nota_de_entrega_excel2' => ['privates', '.service_locator..ShbWhF', 'get_ServiceLocator__ShbWhFService', false],
'App\\Controller\\RecetaController:receta_storage_obs' => ['privates', '.service_locator.g.2HfNy', 'get_ServiceLocator_G_2HfNyService', false],
'App\\Controller\\RecetaController:show' => ['privates', '.service_locator.g.2HfNy', 'get_ServiceLocator_G_2HfNyService', false],
'App\\Controller\\RecetaDetalleController:delete' => ['privates', '.service_locator.wA9VCrC', 'get_ServiceLocator_WA9VCrCService', false],
'App\\Controller\\RecetaDetalleController:delete_ajax' => ['privates', '.service_locator.gMMpHPq', 'get_ServiceLocator_GMMpHPqService', false],
'App\\Controller\\RecetaDetalleController:edit' => ['privates', '.service_locator.wA9VCrC', 'get_ServiceLocator_WA9VCrCService', false],
'App\\Controller\\RecetaDetalleController:index' => ['privates', '.service_locator.G5Cs2wU', 'get_ServiceLocator_G5Cs2wUService', false],
'App\\Controller\\RecetaDetalleController:show' => ['privates', '.service_locator.wA9VCrC', 'get_ServiceLocator_WA9VCrCService', false],
'App\\Controller\\RecetaDetalleController:storage' => ['privates', '.service_locator.Y7dvpTm', 'get_ServiceLocator_Y7dvpTmService', false],
'App\\Controller\\RecordController:delete' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordController:edit' => ['privates', '.service_locator.ZwdNbwA', 'get_ServiceLocator_ZwdNbwAService', false],
'App\\Controller\\RecordController:edit_ajax' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordController:generar_018A_rayado' => ['privates', '.service_locator.5ds_hRX', 'get_ServiceLocator_5dsHRXService', false],
'App\\Controller\\RecordController:generar_019_pdf' => ['privates', '.service_locator.5ds_hRX', 'get_ServiceLocator_5dsHRXService', false],
'App\\Controller\\RecordController:generar_pdf' => ['privates', '.service_locator.5ds_hRX', 'get_ServiceLocator_5dsHRXService', false],
'App\\Controller\\RecordController:guardarImagen' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordController:index' => ['privates', '.service_locator.DMC20ZE', 'get_ServiceLocator_DMC20ZEService', false],
'App\\Controller\\RecordController:new' => ['privates', '.service_locator.KFtHrGU', 'get_ServiceLocator_KFtHrGUService', false],
'App\\Controller\\RecordController:show' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordlaboratorioController:delete' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController:edit' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController:edit_ajax' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController:eliminar_ajax' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RecordlaboratorioController:index' => ['privates', '.service_locator.sRGx2lV', 'get_ServiceLocator_SRGx2lVService', false],
'App\\Controller\\RecordlaboratorioController:new' => ['privates', '.service_locator.NV4VUwJ', 'get_ServiceLocator_NV4VUwJService', false],
'App\\Controller\\RecordlaboratorioController:show' => ['privates', '.service_locator.K.Ib9X4', 'get_ServiceLocator_K_Ib9X4Service', false],
'App\\Controller\\RegistroController:index' => ['privates', '.service_locator.tXM58lC', 'get_ServiceLocator_TXM58lCService', false],
'App\\Controller\\SecurityController:login' => ['privates', '.service_locator.zFcJjKU', 'get_ServiceLocator_ZFcJjKUService', false],
'App\\Controller\\SeguroPrivadoController:delete' => ['privates', '.service_locator.VunRtSI', 'get_ServiceLocator_VunRtSIService', false],
'App\\Controller\\SeguroPrivadoController:edit' => ['privates', '.service_locator.VunRtSI', 'get_ServiceLocator_VunRtSIService', false],
'App\\Controller\\SeguroPrivadoController:index' => ['privates', '.service_locator.AEIuA4R', 'get_ServiceLocator_AEIuA4RService', false],
'App\\Controller\\SeguroPrivadoController:show' => ['privates', '.service_locator.VunRtSI', 'get_ServiceLocator_VunRtSIService', false],
'App\\Controller\\TarjetasController:delete' => ['privates', '.service_locator.t.XgU3s', 'get_ServiceLocator_T_XgU3sService', false],
'App\\Controller\\TarjetasController:edit' => ['privates', '.service_locator.t.XgU3s', 'get_ServiceLocator_T_XgU3sService', false],
'App\\Controller\\TarjetasController:index' => ['privates', '.service_locator.GXGkCAN', 'get_ServiceLocator_GXGkCANService', false],
'App\\Controller\\TarjetasController:show' => ['privates', '.service_locator.t.XgU3s', 'get_ServiceLocator_T_XgU3sService', false],
'App\\Controller\\TerapiasController:delete' => ['privates', '.service_locator.yvzfTkz', 'get_ServiceLocator_YvzfTkzService', false],
'App\\Controller\\TerapiasController:edit' => ['privates', '.service_locator.yvzfTkz', 'get_ServiceLocator_YvzfTkzService', false],
'App\\Controller\\TerapiasController:index' => ['privates', '.service_locator.nglQMUO', 'get_ServiceLocator_NglQMUOService', false],
'App\\Controller\\TerapiasController:new' => ['privates', '.service_locator.nglQMUO', 'get_ServiceLocator_NglQMUOService', false],
'App\\Controller\\TerapiasController:show' => ['privates', '.service_locator.EgkvlcK', 'get_ServiceLocator_EgkvlcKService', false],
'App\\Controller\\TipoAs400Controller:delete' => ['privates', '.service_locator.Fpye.2Z', 'get_ServiceLocator_Fpye_2ZService', false],
'App\\Controller\\TipoAs400Controller:edit' => ['privates', '.service_locator.Fpye.2Z', 'get_ServiceLocator_Fpye_2ZService', false],
'App\\Controller\\TipoAs400Controller:index' => ['privates', '.service_locator.9TgXv9j', 'get_ServiceLocator_9TgXv9jService', false],
'App\\Controller\\TipoAs400Controller:show' => ['privates', '.service_locator.Fpye.2Z', 'get_ServiceLocator_Fpye_2ZService', false],
'App\\Controller\\TipoExamenController:delete' => ['privates', '.service_locator.fMRYAxW', 'get_ServiceLocator_FMRYAxWService', false],
'App\\Controller\\TipoExamenController:edit' => ['privates', '.service_locator.fMRYAxW', 'get_ServiceLocator_FMRYAxWService', false],
'App\\Controller\\TipoExamenController:index' => ['privates', '.service_locator._K4Zt0R', 'get_ServiceLocator_K4Zt0RService', false],
'App\\Controller\\TipoExamenController:show' => ['privates', '.service_locator.fMRYAxW', 'get_ServiceLocator_FMRYAxWService', false],
'App\\Controller\\TipoSeguroController:delete' => ['privates', '.service_locator.iWHQF4D', 'get_ServiceLocator_IWHQF4DService', false],
'App\\Controller\\TipoSeguroController:edit' => ['privates', '.service_locator.iWHQF4D', 'get_ServiceLocator_IWHQF4DService', false],
'App\\Controller\\TipoSeguroController:index' => ['privates', '.service_locator.ULiOXJX', 'get_ServiceLocator_ULiOXJXService', false],
'App\\Controller\\TipoSeguroController:show' => ['privates', '.service_locator.iWHQF4D', 'get_ServiceLocator_IWHQF4DService', false],
'App\\Controller\\TipoServicioController:delete' => ['privates', '.service_locator.qTKlar4', 'get_ServiceLocator_QTKlar4Service', false],
'App\\Controller\\TipoServicioController:edit' => ['privates', '.service_locator.qTKlar4', 'get_ServiceLocator_QTKlar4Service', false],
'App\\Controller\\TipoServicioController:index' => ['privates', '.service_locator.Cp4JoD7', 'get_ServiceLocator_Cp4JoD7Service', false],
'App\\Controller\\TipoServicioController:new' => ['privates', '.service_locator.Cp4JoD7', 'get_ServiceLocator_Cp4JoD7Service', false],
'App\\Controller\\TipoServicioController:show' => ['privates', '.service_locator.gJpNd.t', 'get_ServiceLocator_GJpNd_TService', false],
'App\\Controller\\TipoSubseguroController:delete' => ['privates', '.service_locator.WmHSr9X', 'get_ServiceLocator_WmHSr9XService', false],
'App\\Controller\\TipoSubseguroController:edit' => ['privates', '.service_locator.WmHSr9X', 'get_ServiceLocator_WmHSr9XService', false],
'App\\Controller\\TipoSubseguroController:index' => ['privates', '.service_locator.f2O3YB6', 'get_ServiceLocator_F2O3YB6Service', false],
'App\\Controller\\TipoSubseguroController:show' => ['privates', '.service_locator.WmHSr9X', 'get_ServiceLocator_WmHSr9XService', false],
'App\\Controller\\TurnoController:delete' => ['privates', '.service_locator..ra8kI_', 'get_ServiceLocator__Ra8kIService', false],
'App\\Controller\\TurnoController:edit' => ['privates', '.service_locator..ra8kI_', 'get_ServiceLocator__Ra8kIService', false],
'App\\Controller\\TurnoController:guardar' => ['privates', '.service_locator.C_P7wqW', 'get_ServiceLocator_CP7wqWService', false],
'App\\Controller\\TurnoController:index' => ['privates', '.service_locator.C_P7wqW', 'get_ServiceLocator_CP7wqWService', false],
'App\\Controller\\TurnoController:show' => ['privates', '.service_locator..ra8kI_', 'get_ServiceLocator__Ra8kIService', false],
'App\\Controller\\UserController:delete' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'App\\Controller\\UserController:edit' => ['privates', '.service_locator.ilI_nKC', 'get_ServiceLocator_IlINKCService', false],
'App\\Controller\\UserController:index' => ['privates', '.service_locator.Q1F27w5', 'get_ServiceLocator_Q1F27w5Service', false],
'App\\Controller\\UserController:new' => ['privates', '.service_locator.tXM58lC', 'get_ServiceLocator_TXM58lCService', false],
'App\\Controller\\UserController:show' => ['privates', '.service_locator.4T4EJFR', 'get_ServiceLocator_4T4EJFRService', false],
'kernel:loadRoutes' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
'kernel:registerContainerConfiguration' => ['privates', '.service_locator.xUrKPVU', 'get_ServiceLocator_XUrKPVUService', false],
], [
'App\\Controller\\AgendaController::admin_update' => '?',
'App\\Controller\\AgendaController::admision' => '?',
'App\\Controller\\AgendaController::agenda_archivo_delete' => '?',
'App\\Controller\\AgendaController::agenda_control_documentos' => '?',
'App\\Controller\\AgendaController::agenda_control_documentos_guardar' => '?',
'App\\Controller\\AgendaController::calendar' => '?',
'App\\Controller\\AgendaController::confirmar' => '?',
'App\\Controller\\AgendaController::confirmar_update' => '?',
'App\\Controller\\AgendaController::cotizacion_orden_new' => '?',
'App\\Controller\\AgendaController::delete' => '?',
'App\\Controller\\AgendaController::edit' => '?',
'App\\Controller\\AgendaController::edit_modal' => '?',
'App\\Controller\\AgendaController::index' => '?',
'App\\Controller\\AgendaController::index_control' => '?',
'App\\Controller\\AgendaController::index_gastro' => '?',
'App\\Controller\\AgendaController::index_listado' => '?',
'App\\Controller\\AgendaController::index_quirofano' => '?',
'App\\Controller\\AgendaController::laboratorio_cotizar' => '?',
'App\\Controller\\AgendaController::laboratorio_edit' => '?',
'App\\Controller\\AgendaController::laboratorio_orden_new' => '?',
'App\\Controller\\AgendaController::masivo_corrige_nota_entrega' => '?',
'App\\Controller\\AgendaController::new_modal' => '?',
'App\\Controller\\AgendaController::new_modal_storage' => '?',
'App\\Controller\\AgendaController::show' => '?',
'App\\Controller\\AgendaController::suspender' => '?',
'App\\Controller\\AgendaController::update' => '?',
'App\\Controller\\AgendaDetalleContificoController::carga_especialidades' => '?',
'App\\Controller\\AgendaDetalleContificoController::edit' => '?',
'App\\Controller\\AgendaDetalleContificoController::index' => '?',
'App\\Controller\\AgendaRecesionMovilidadController::delete' => '?',
'App\\Controller\\AgendaRecesionMovilidadController::edit' => '?',
'App\\Controller\\AgendaRecesionMovilidadController::index' => '?',
'App\\Controller\\AgendaRecesionMovilidadController::show' => '?',
'App\\Controller\\ApilabController::ValidaPlanoCabecera_tipo' => '?',
'App\\Controller\\ApilabController::command_cache_clear' => '?',
'App\\Controller\\ApilabController::lab_masivo' => '?',
'App\\Controller\\ApilabController::obtener_orden_biometria' => '?',
'App\\Controller\\ApilabController::planocCabecera_planilla_tipo' => '?',
'App\\Controller\\ApilabController::planoxpaciente_planilla_pdf' => '?',
'App\\Controller\\ApilabController::planoxpaciente_valida' => '?',
'App\\Controller\\ApilabController::recupera_cabecera' => '?',
'App\\Controller\\BancosController::delete' => '?',
'App\\Controller\\BancosController::edit' => '?',
'App\\Controller\\BancosController::index' => '?',
'App\\Controller\\BancosController::show' => '?',
'App\\Controller\\CargaContificoController::carga_contifico_x_agenda' => '?',
'App\\Controller\\CargaContificoController::delete' => '?',
'App\\Controller\\CargaContificoController::edit' => '?',
'App\\Controller\\CargaContificoController::index' => '?',
'App\\Controller\\CargaContificoController::index_cuadre' => '?',
'App\\Controller\\CargaContificoController::index_reporte_medico' => '?',
'App\\Controller\\CargaContificoController::new' => '?',
'App\\Controller\\CargaContificoController::procesa_excel' => '?',
'App\\Controller\\CargaContificoController::show' => '?',
'App\\Controller\\CargaContificoController::valida_excel' => '?',
'App\\Controller\\CargaContificoController::valida_excelxdetalle' => '?',
'App\\Controller\\Cie10Controller::buscar_codigo' => '?',
'App\\Controller\\Cie10Controller::buscar_texto' => '?',
'App\\Controller\\Cie10Controller::delete' => '?',
'App\\Controller\\Cie10Controller::edit' => '?',
'App\\Controller\\Cie10Controller::index' => '?',
'App\\Controller\\Cie10Controller::show' => '?',
'App\\Controller\\CierreCajaController::cerrar' => '?',
'App\\Controller\\CierreCajaController::delete' => '?',
'App\\Controller\\CierreCajaController::edit' => '?',
'App\\Controller\\CierreCajaController::index' => '?',
'App\\Controller\\CierreCajaController::new' => '?',
'App\\Controller\\CierreCajaController::show' => '?',
'App\\Controller\\ClientesController::delete' => '?',
'App\\Controller\\ClientesController::edit' => '?',
'App\\Controller\\ClientesController::index' => '?',
'App\\Controller\\ClientesController::show' => '?',
'App\\Controller\\DatosCirugiaController::cirugia_agendar' => '?',
'App\\Controller\\DatosCirugiaController::cirugia_edit' => '?',
'App\\Controller\\DatosCirugiaController::datos_cirugia' => '?',
'App\\Controller\\DatosCirugiaController::delete' => '?',
'App\\Controller\\DatosCirugiaController::edit' => '?',
'App\\Controller\\DatosCirugiaController::evolucion_imprimir' => '?',
'App\\Controller\\DatosCirugiaController::evolucion_imprimir_hcu_005' => '?',
'App\\Controller\\DatosCirugiaController::evolucion_imprimir_receta' => '?',
'App\\Controller\\DatosCirugiaController::guardar_detalle' => '?',
'App\\Controller\\DatosCirugiaController::guardar_prescripcion' => '?',
'App\\Controller\\DatosCirugiaController::index' => '?',
'App\\Controller\\DatosCirugiaController::listado' => '?',
'App\\Controller\\DatosCirugiaController::listado_paso1' => '?',
'App\\Controller\\DatosCirugiaController::modal_cirugia' => '?',
'App\\Controller\\DatosCirugiaController::prescripcion' => '?',
'App\\Controller\\DatosCirugiaController::prescripcion_detalle' => '?',
'App\\Controller\\DatosCirugiaController::prescripcion_detalle_index' => '?',
'App\\Controller\\DatosCirugiaController::prescripcion_eliminar' => '?',
'App\\Controller\\DatosCirugiaController::prescripcion_index' => '?',
'App\\Controller\\DatosCirugiaController::prescripcion_litar' => '?',
'App\\Controller\\DatosCirugiaController::show' => '?',
'App\\Controller\\DependenciaController::delete' => '?',
'App\\Controller\\DependenciaController::edit' => '?',
'App\\Controller\\DependenciaController::index' => '?',
'App\\Controller\\DependenciaController::show' => '?',
'App\\Controller\\DerivacionController::delete' => '?',
'App\\Controller\\DerivacionController::edit' => '?',
'App\\Controller\\DerivacionController::index' => '?',
'App\\Controller\\DerivacionController::show' => '?',
'App\\Controller\\DetalleCargaContificoController::delete' => '?',
'App\\Controller\\DetalleCargaContificoController::edit' => '?',
'App\\Controller\\DetalleCargaContificoController::index' => '?',
'App\\Controller\\DetalleCargaContificoController::new' => '?',
'App\\Controller\\DetalleCargaContificoController::show' => '?',
'App\\Controller\\DetallePlantillasController::delete' => '?',
'App\\Controller\\DetallePlantillasController::edit' => '?',
'App\\Controller\\DetallePlantillasController::inactivar' => '?',
'App\\Controller\\DetallePlantillasController::index' => '?',
'App\\Controller\\DetallePlantillasController::show' => '?',
'App\\Controller\\DetalleTerapiasController::delete' => '?',
'App\\Controller\\DetalleTerapiasController::edit' => '?',
'App\\Controller\\DetalleTerapiasController::index' => '?',
'App\\Controller\\DetalleTerapiasController::new' => '?',
'App\\Controller\\DetalleTerapiasController::show' => '?',
'App\\Controller\\DiagnosticosEpicrisisController::delete' => '?',
'App\\Controller\\DiagnosticosEpicrisisController::edit' => '?',
'App\\Controller\\DiagnosticosEpicrisisController::eliminar' => '?',
'App\\Controller\\DiagnosticosEpicrisisController::index' => '?',
'App\\Controller\\DiagnosticosEpicrisisController::index_ajax' => '?',
'App\\Controller\\DiagnosticosEpicrisisController::new_ajax' => '?',
'App\\Controller\\DiagnosticosEpicrisisController::show' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController::delete' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController::edit' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController::eliminar' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController::index' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController::index_ajax' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController::new_ajax' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController::show' => '?',
'App\\Controller\\DiagnosticosInterconsultaController::delete' => '?',
'App\\Controller\\DiagnosticosInterconsultaController::edit' => '?',
'App\\Controller\\DiagnosticosInterconsultaController::eliminar' => '?',
'App\\Controller\\DiagnosticosInterconsultaController::index' => '?',
'App\\Controller\\DiagnosticosInterconsultaController::index_ajax' => '?',
'App\\Controller\\DiagnosticosInterconsultaController::new_ajax' => '?',
'App\\Controller\\DiagnosticosInterconsultaController::show' => '?',
'App\\Controller\\DiagnosticosOrden012Controller::delete' => '?',
'App\\Controller\\DiagnosticosOrden012Controller::edit' => '?',
'App\\Controller\\DiagnosticosOrden012Controller::eliminar_cie10_orden012' => '?',
'App\\Controller\\DiagnosticosOrden012Controller::index' => '?',
'App\\Controller\\DiagnosticosOrden012Controller::index_ajax' => '?',
'App\\Controller\\DiagnosticosOrden012Controller::new_ajax' => '?',
'App\\Controller\\DiagnosticosOrden012Controller::show' => '?',
'App\\Controller\\DientesController::buscar' => '?',
'App\\Controller\\DientesController::delete' => '?',
'App\\Controller\\DientesController::edit' => '?',
'App\\Controller\\DientesController::index' => '?',
'App\\Controller\\DientesController::show' => '?',
'App\\Controller\\EmpresaController::delete' => '?',
'App\\Controller\\EmpresaController::edit' => '?',
'App\\Controller\\EmpresaController::index' => '?',
'App\\Controller\\EmpresaController::show' => '?',
'App\\Controller\\EpicrisisController::delete' => '?',
'App\\Controller\\EpicrisisController::edit' => '?',
'App\\Controller\\EpicrisisController::edit_storage' => '?',
'App\\Controller\\EpicrisisController::epicrisis_pdf' => '?',
'App\\Controller\\EpicrisisController::epicrisis_pdf_paciente' => '?',
'App\\Controller\\EpicrisisController::index' => '?',
'App\\Controller\\EpicrisisController::show' => '?',
'App\\Controller\\EstudioController::biopsias_storage' => '?',
'App\\Controller\\EstudioController::chequeo_storage' => '?',
'App\\Controller\\EstudioController::cirugia_segura' => '?',
'App\\Controller\\EstudioController::cirugia_storage' => '?',
'App\\Controller\\EstudioController::consumo_oxigeno_pdf' => '?',
'App\\Controller\\EstudioController::delete' => '?',
'App\\Controller\\EstudioController::edit' => '?',
'App\\Controller\\EstudioController::edit_storage' => '?',
'App\\Controller\\EstudioController::eliminar_procedimiento' => '?',
'App\\Controller\\EstudioController::enfermeria_storage' => '?',
'App\\Controller\\EstudioController::escala_recuperacion_pdf' => '?',
'App\\Controller\\EstudioController::escala_riesgo_pdf' => '?',
'App\\Controller\\EstudioController::escala_valoracion_pdf' => '?',
'App\\Controller\\EstudioController::estudi_unico' => '?',
'App\\Controller\\EstudioController::estudio' => '?',
'App\\Controller\\EstudioController::estudio_enfermeria' => '?',
'App\\Controller\\EstudioController::estudio_pdf' => '?',
'App\\Controller\\EstudioController::estudio_pdf_auditoria' => '?',
'App\\Controller\\EstudioController::estudio_pdf_copia' => '?',
'App\\Controller\\EstudioController::evolucion_enfermeria_pdf' => '?',
'App\\Controller\\EstudioController::formato_013B_imprimir' => '?',
'App\\Controller\\EstudioController::formato_013_imprimir' => '?',
'App\\Controller\\EstudioController::formato_013auditoria_imprimir' => '?',
'App\\Controller\\EstudioController::index' => '?',
'App\\Controller\\EstudioController::index_estudio_enfermeria' => '?',
'App\\Controller\\EstudioController::listado_chequeo_pdf' => '?',
'App\\Controller\\EstudioController::orden_biopsias_pdf' => '?',
'App\\Controller\\EstudioController::orden_puntos_transicion_pdf' => '?',
'App\\Controller\\EstudioController::orden_puntos_transicion_post_pdf' => '?',
'App\\Controller\\EstudioController::protocolo_imprimir' => '?',
'App\\Controller\\EstudioController::protocolo_storage' => '?',
'App\\Controller\\EstudioController::reporte_storage' => '?',
'App\\Controller\\EstudioController::sala_recuperacion_imprimir' => '?',
'App\\Controller\\EstudioController::show' => '?',
'App\\Controller\\EstudioController::signos_vitales_pdf' => '?',
'App\\Controller\\EstudioController::valoracion_storage' => '?',
'App\\Controller\\ExamenController::buscar_examen' => '?',
'App\\Controller\\ExamenController::buscar_examen_iess' => '?',
'App\\Controller\\ExamenController::delete' => '?',
'App\\Controller\\ExamenController::edit' => '?',
'App\\Controller\\ExamenController::index' => '?',
'App\\Controller\\ExamenController::show' => '?',
'App\\Controller\\ExamenDetalleController::cotizacion_storage' => '?',
'App\\Controller\\ExamenDetalleController::delete' => '?',
'App\\Controller\\ExamenDetalleController::edit' => '?',
'App\\Controller\\ExamenDetalleController::examen_detalle_delete_ajax' => '?',
'App\\Controller\\ExamenDetalleController::examen_orden_derivar' => '?',
'App\\Controller\\ExamenDetalleController::index' => '?',
'App\\Controller\\ExamenDetalleController::show' => '?',
'App\\Controller\\ExamenDetalleController::storage' => '?',
'App\\Controller\\ExamenOrdenController::actualizar_orden' => '?',
'App\\Controller\\ExamenOrdenController::agenda_laboratorio' => '?',
'App\\Controller\\ExamenOrdenController::codigo_barras' => '?',
'App\\Controller\\ExamenOrdenController::cotizacion_actualizar_orden' => '?',
'App\\Controller\\ExamenOrdenController::delete' => '?',
'App\\Controller\\ExamenOrdenController::edit' => '?',
'App\\Controller\\ExamenOrdenController::eliminar_ajax' => '?',
'App\\Controller\\ExamenOrdenController::examen_orden_imprimir' => '?',
'App\\Controller\\ExamenOrdenController::examen_orden_resultados_paciente' => '?',
'App\\Controller\\ExamenOrdenController::imprimir_053' => '?',
'App\\Controller\\ExamenOrdenController::imprimir_053_pdf' => '?',
'App\\Controller\\ExamenOrdenController::imprimir_ae_examen_orden' => '?',
'App\\Controller\\ExamenOrdenController::imprimir_orden10' => '?',
'App\\Controller\\ExamenOrdenController::imprimir_orden10_nuevo' => '?',
'App\\Controller\\ExamenOrdenController::index' => '?',
'App\\Controller\\ExamenOrdenController::laboratorio' => '?',
'App\\Controller\\ExamenOrdenController::laboratorio_agendar' => '?',
'App\\Controller\\ExamenOrdenController::laboratorio_agendar_guardar' => '?',
'App\\Controller\\ExamenOrdenController::laboratorio_realizado' => '?',
'App\\Controller\\ExamenOrdenController::new' => '?',
'App\\Controller\\ExamenOrdenController::resultados_laboratorio_imprmir' => '?',
'App\\Controller\\ExamenOrdenController::resultados_laboratorio_imprmir_auditoria' => '?',
'App\\Controller\\ExamenOrdenController::show' => '?',
'App\\Controller\\ExamenOrdenResultadoController::agregar_adicional' => '?',
'App\\Controller\\ExamenOrdenResultadoController::delete' => '?',
'App\\Controller\\ExamenOrdenResultadoController::edit' => '?',
'App\\Controller\\ExamenOrdenResultadoController::edit_storage' => '?',
'App\\Controller\\ExamenOrdenResultadoController::inactivar_resultado' => '?',
'App\\Controller\\ExamenOrdenResultadoController::index' => '?',
'App\\Controller\\ExamenOrdenResultadoController::show' => '?',
'App\\Controller\\ExamenParametroController::delete' => '?',
'App\\Controller\\ExamenParametroController::edit' => '?',
'App\\Controller\\ExamenParametroController::inactivar' => '?',
'App\\Controller\\ExamenParametroController::index' => '?',
'App\\Controller\\ExamenParametroController::new' => '?',
'App\\Controller\\ExamenParametroController::show' => '?',
'App\\Controller\\ExamenReferenciaController::delete' => '?',
'App\\Controller\\ExamenReferenciaController::edit' => '?',
'App\\Controller\\ExamenReferenciaController::index' => '?',
'App\\Controller\\ExamenReferenciaController::show' => '?',
'App\\Controller\\ExternoController::cargar_externo' => '?',
'App\\Controller\\ExternoController::cargar_externo_parentesco' => '?',
'App\\Controller\\ExternoController::masivo_plano_correccion_detalle_subtotal' => '?',
'App\\Controller\\ExternoController::masivo_plano_correccion_detalle_subtotal_iva' => '?',
'App\\Controller\\ExternoController::masivo_plano_correccion_detalle_subtotal_iva_total' => '?',
'App\\Controller\\ExternoController::masivo_plano_correccion_fecha' => '?',
'App\\Controller\\ExternoController::plano_detalle_nombre_por_apellido' => '?',
'App\\Controller\\FarmaciaController::buscar_producto_descripcion2' => '?',
'App\\Controller\\FarmaciaController::eliminar' => '?',
'App\\Controller\\FarmaciaController::farmacia_buscar_codigo_x_produ' => '?',
'App\\Controller\\FarmaciaController::farmacia_orden_new' => '?',
'App\\Controller\\FarmaciaController::farmacia_orden_new2' => '?',
'App\\Controller\\FarmaciaController::farmacia_paciente_storage' => '?',
'App\\Controller\\FarmaciaController::farmacia_paciente_storage2' => '?',
'App\\Controller\\FarmaciaController::gastro_detalle_index' => '?',
'App\\Controller\\FarmaciaController::gastro_orden_receta2' => '?',
'App\\Controller\\FarmaciaController::index' => '?',
'App\\Controller\\FarmaciaController::index_ajax' => '?',
'App\\Controller\\FarmaciaController::index_farmacia' => '?',
'App\\Controller\\FarmaciaController::index_search' => '?',
'App\\Controller\\FarmaciaController::new_ajax' => '?',
'App\\Controller\\FarmaciaController::new_orden_item' => '?',
'App\\Controller\\FarmaciaController::receta_gastro2' => '?',
'App\\Controller\\FarmaciaController::recibo_cobro_farmacia' => '?',
'App\\Controller\\FarmaciaController::recibo_cobro_farmacia_receta' => '?',
'App\\Controller\\FarmaciaController::update2' => '?',
'App\\Controller\\FormaPagoController::delete' => '?',
'App\\Controller\\FormaPagoController::edit' => '?',
'App\\Controller\\FormaPagoController::index' => '?',
'App\\Controller\\FormaPagoController::show' => '?',
'App\\Controller\\HdArchivosController::delete' => '?',
'App\\Controller\\HdArchivosController::edit' => '?',
'App\\Controller\\HdArchivosController::index' => '?',
'App\\Controller\\HdArchivosController::show' => '?',
'App\\Controller\\HdEmergenciaController::delete' => '?',
'App\\Controller\\HdEmergenciaController::edit' => '?',
'App\\Controller\\HdEmergenciaController::edit_paso2' => '?',
'App\\Controller\\HdEmergenciaController::edit_paso3' => '?',
'App\\Controller\\HdEmergenciaController::edit_paso4' => '?',
'App\\Controller\\HdEmergenciaController::formulario_008' => '?',
'App\\Controller\\HdEmergenciaController::imagen_body' => '?',
'App\\Controller\\HdEmergenciaController::index' => '?',
'App\\Controller\\HdEmergenciaController::show' => '?',
'App\\Controller\\HdMaestroPasosController::delete' => '?',
'App\\Controller\\HdMaestroPasosController::edit' => '?',
'App\\Controller\\HdMaestroPasosController::index' => '?',
'App\\Controller\\HdMaestroPasosController::show' => '?',
'App\\Controller\\HdOrdenesController::delete' => '?',
'App\\Controller\\HdOrdenesController::edit' => '?',
'App\\Controller\\HdOrdenesController::index' => '?',
'App\\Controller\\HdOrdenesController::show' => '?',
'App\\Controller\\HdPasoController::delete' => '?',
'App\\Controller\\HdPasoController::edit' => '?',
'App\\Controller\\HdPasoController::index' => '?',
'App\\Controller\\HdPasoController::show' => '?',
'App\\Controller\\HdSolicitudController::delete' => '?',
'App\\Controller\\HdSolicitudController::edit' => '?',
'App\\Controller\\HdSolicitudController::index' => '?',
'App\\Controller\\HdSolicitudController::ingreso_emergencia' => '?',
'App\\Controller\\HdSolicitudController::log_pasos' => '?',
'App\\Controller\\HdSolicitudController::pasos' => '?',
'App\\Controller\\HdSolicitudController::pasos1' => '?',
'App\\Controller\\HdSolicitudController::show' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController::delete' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController::edit' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController::eliminar' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController::index' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController::index_ajax' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController::new_ajax' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController::show' => '?',
'App\\Controller\\HistoriaClinicaController::atendido' => '?',
'App\\Controller\\HistoriaClinicaController::cardiologia' => '?',
'App\\Controller\\HistoriaClinicaController::cardiologia2' => '?',
'App\\Controller\\HistoriaClinicaController::cardiologia_nuevo_formato' => '?',
'App\\Controller\\HistoriaClinicaController::consulta_detalle' => '?',
'App\\Controller\\HistoriaClinicaController::consulta_imprimir' => '?',
'App\\Controller\\HistoriaClinicaController::delete' => '?',
'App\\Controller\\HistoriaClinicaController::edit' => '?',
'App\\Controller\\HistoriaClinicaController::edit_ajax' => '?',
'App\\Controller\\HistoriaClinicaController::edit_ajax_valoracion' => '?',
'App\\Controller\\HistoriaClinicaController::edit_antecedente' => '?',
'App\\Controller\\HistoriaClinicaController::edit_antecedente_update' => '?',
'App\\Controller\\HistoriaClinicaController::edit_valoracion' => '?',
'App\\Controller\\HistoriaClinicaController::estudio_consentimiento_anestesiologia_pdf' => '?',
'App\\Controller\\HistoriaClinicaController::formulario_007' => '?',
'App\\Controller\\HistoriaClinicaController::formulario_asistencia' => '?',
'App\\Controller\\HistoriaClinicaController::formulario_asistencia_guardar' => '?',
'App\\Controller\\HistoriaClinicaController::historiaclinica_new' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_010' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_F002' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_ac' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_ae' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_as400_pantallas' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_asistencia' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_cedula_jpg' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico_cirugia' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico_covid' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_certificado_medico_enfermedad_general' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_anestesia' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_aquiles' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_calidad' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_codo' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_colelap' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_colonoscopia' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_endoscopia' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_exceresis' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_falange' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_general' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_hombro' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_inguinal' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_intubacion' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_liberacion' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_muneca' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_osteosintesis' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_perone' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_radio' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_raquidea' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_rodilla' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_tobillo' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_consentimiento_umbilical' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_historia' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_primera_admision' => '?',
'App\\Controller\\HistoriaClinicaController::imprimir_primera_admisionb' => '?',
'App\\Controller\\HistoriaClinicaController::index' => '?',
'App\\Controller\\HistoriaClinicaController::index_coordinacion' => '?',
'App\\Controller\\HistoriaClinicaController::index_especialidad' => '?',
'App\\Controller\\HistoriaClinicaController::index_paciente' => '?',
'App\\Controller\\HistoriaClinicaController::index_paciente_facturacion' => '?',
'App\\Controller\\HistoriaClinicaController::new_consentimiento_anestesia_imprimir' => '?',
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_colonoscopia' => '?',
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_endoscopia' => '?',
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_general' => '?',
'App\\Controller\\HistoriaClinicaController::new_imprimir_consentimiento_raquidea' => '?',
'App\\Controller\\HistoriaClinicaController::obtener_ajax' => '?',
'App\\Controller\\HistoriaClinicaController::show' => '?',
'App\\Controller\\HistoriaClinicaController::store_cardio' => '?',
'App\\Controller\\HistoriaClinicaController::store_terapia' => '?',
'App\\Controller\\HistoriaClinicaController::suspender' => '?',
'App\\Controller\\ImagenesEstudioController::delete' => '?',
'App\\Controller\\ImagenesEstudioController::edit' => '?',
'App\\Controller\\ImagenesEstudioController::eliminar' => '?',
'App\\Controller\\ImagenesEstudioController::index' => '?',
'App\\Controller\\ImagenesEstudioController::new_ajax' => '?',
'App\\Controller\\ImagenesEstudioController::show' => '?',
'App\\Controller\\InsumosEnfermeriaController::agregar_plantilla_estudio' => '?',
'App\\Controller\\InsumosEnfermeriaController::cargar_plantilla' => '?',
'App\\Controller\\InsumosEnfermeriaController::delete' => '?',
'App\\Controller\\InsumosEnfermeriaController::edit' => '?',
'App\\Controller\\InsumosEnfermeriaController::eliminar_insumos' => '?',
'App\\Controller\\InsumosEnfermeriaController::index' => '?',
'App\\Controller\\InsumosEnfermeriaController::lista_insumos_pdf' => '?',
'App\\Controller\\InsumosEnfermeriaController::new_ajax' => '?',
'App\\Controller\\InsumosEnfermeriaController::show' => '?',
'App\\Controller\\InterconsultaController::delete' => '?',
'App\\Controller\\InterconsultaController::edit' => '?',
'App\\Controller\\InterconsultaController::edit_ajax' => '?',
'App\\Controller\\InterconsultaController::eliminar_ajax' => '?',
'App\\Controller\\InterconsultaController::formulario_007' => '?',
'App\\Controller\\InterconsultaController::iconsulta_orden007_imprimir_pdf' => '?',
'App\\Controller\\InterconsultaController::imprimir_053_interconsulta' => '?',
'App\\Controller\\InterconsultaController::index' => '?',
'App\\Controller\\InterconsultaController::interconsulta_imprimir_053_pdf' => '?',
'App\\Controller\\InterconsultaController::new' => '?',
'App\\Controller\\InterconsultaController::new_ajax' => '?',
'App\\Controller\\InterconsultaController::orden012_imprimir_pdf_interconsulta' => '?',
'App\\Controller\\InterconsultaController::show' => '?',
'App\\Controller\\ItemConveniosController::correccion_nivel2' => '?',
'App\\Controller\\ItemConveniosController::delete' => '?',
'App\\Controller\\ItemConveniosController::edit' => '?',
'App\\Controller\\ItemConveniosController::index' => '?',
'App\\Controller\\ItemConveniosController::show' => '?',
'App\\Controller\\ItemsCargosController::delete' => '?',
'App\\Controller\\ItemsCargosController::edit' => '?',
'App\\Controller\\ItemsCargosController::index' => '?',
'App\\Controller\\ItemsCargosController::show' => '?',
'App\\Controller\\LabProtocoloController::buscar_protocolo' => '?',
'App\\Controller\\LabProtocoloController::delete' => '?',
'App\\Controller\\LabProtocoloController::edit' => '?',
'App\\Controller\\LabProtocoloController::index' => '?',
'App\\Controller\\LabProtocoloController::recepcion_storage' => '?',
'App\\Controller\\LabProtocoloController::show' => '?',
'App\\Controller\\LabProtocoloController::storage' => '?',
'App\\Controller\\LabProtocoloExamenController::delete' => '?',
'App\\Controller\\LabProtocoloExamenController::edit' => '?',
'App\\Controller\\LabProtocoloExamenController::eliminar' => '?',
'App\\Controller\\LabProtocoloExamenController::examen_guardar' => '?',
'App\\Controller\\LabProtocoloExamenController::index' => '?',
'App\\Controller\\LabProtocoloExamenController::show' => '?',
'App\\Controller\\LaboratorioController::buscar_examen' => '?',
'App\\Controller\\LaboratorioController::delete' => '?',
'App\\Controller\\LaboratorioController::edit' => '?',
'App\\Controller\\LaboratorioController::editarID_maquina' => '?',
'App\\Controller\\LaboratorioController::editarID_maquina_storage' => '?',
'App\\Controller\\LaboratorioController::index' => '?',
'App\\Controller\\LaboratorioController::laboratorio_agenda_index' => '?',
'App\\Controller\\LaboratorioController::show' => '?',
'App\\Controller\\LiquidacionController::agregar_nueva_planilla' => '?',
'App\\Controller\\LiquidacionController::atenciones_anteriores' => '?',
'App\\Controller\\LiquidacionController::imagenes_cargar' => '?',
'App\\Controller\\LiquidacionController::imagenes_cargar_anteriores' => '?',
'App\\Controller\\LiquidacionController::imagenes_cargar_especialidad' => '?',
'App\\Controller\\LiquidacionController::imagenes_guardar' => '?',
'App\\Controller\\LiquidacionController::index' => '?',
'App\\Controller\\LiquidacionController::plano' => '?',
'App\\Controller\\LiquidacionController::update_new' => '?',
'App\\Controller\\LiquidacionController::valida_existe_planilla' => '?',
'App\\Controller\\LogAntecedentesPersonalesController::delete' => '?',
'App\\Controller\\LogAntecedentesPersonalesController::edit' => '?',
'App\\Controller\\LogAntecedentesPersonalesController::edit_ajax' => '?',
'App\\Controller\\LogAntecedentesPersonalesController::eliminar_ajax' => '?',
'App\\Controller\\LogAntecedentesPersonalesController::index' => '?',
'App\\Controller\\LogAntecedentesPersonalesController::new' => '?',
'App\\Controller\\LogAntecedentesPersonalesController::show' => '?',
'App\\Controller\\MaestroPlantillasController::delete' => '?',
'App\\Controller\\MaestroPlantillasController::edit' => '?',
'App\\Controller\\MaestroPlantillasController::index' => '?',
'App\\Controller\\MaestroPlantillasController::listar' => '?',
'App\\Controller\\MaestroPlantillasController::listar_modal' => '?',
'App\\Controller\\MaestroPlantillasController::listar_modal_estudio' => '?',
'App\\Controller\\MaestroPlantillasController::show' => '?',
'App\\Controller\\MasivoMedicinasController::delete' => '?',
'App\\Controller\\MasivoMedicinasController::edit' => '?',
'App\\Controller\\MasivoMedicinasController::index' => '?',
'App\\Controller\\MasivoMedicinasController::show' => '?',
'App\\Controller\\MedicinaController::buscar_medicina' => '?',
'App\\Controller\\MedicinaController::delete' => '?',
'App\\Controller\\MedicinaController::edit' => '?',
'App\\Controller\\MedicinaController::index' => '?',
'App\\Controller\\MedicinaController::producto_movimiento_cantidad_bodega' => '?',
'App\\Controller\\MedicinaController::show' => '?',
'App\\Controller\\MovimientosProductosController::delete' => '?',
'App\\Controller\\MovimientosProductosController::edit' => '?',
'App\\Controller\\MovimientosProductosController::index' => '?',
'App\\Controller\\MovimientosProductosController::show' => '?',
'App\\Controller\\OdontogramaController::crear_odontograma' => '?',
'App\\Controller\\OdontogramaController::delete' => '?',
'App\\Controller\\OdontogramaController::edit' => '?',
'App\\Controller\\OdontogramaController::guardar_imagen' => '?',
'App\\Controller\\OdontogramaController::guardar_procedimiento_total_dientes' => '?',
'App\\Controller\\OdontogramaController::imprimir_formulario033' => '?',
'App\\Controller\\OdontogramaController::index' => '?',
'App\\Controller\\OdontogramaController::show' => '?',
'App\\Controller\\OdontogramaProcedimientoController::delete' => '?',
'App\\Controller\\OdontogramaProcedimientoController::edit' => '?',
'App\\Controller\\OdontogramaProcedimientoController::html_diente' => '?',
'App\\Controller\\OdontogramaProcedimientoController::html_index' => '?',
'App\\Controller\\OdontogramaProcedimientoController::html_index_copia' => '?',
'App\\Controller\\OdontogramaProcedimientoController::html_new' => '?',
'App\\Controller\\OdontogramaProcedimientoController::html_new_store' => '?',
'App\\Controller\\OdontogramaProcedimientoController::index' => '?',
'App\\Controller\\OdontogramaProcedimientoController::new' => '?',
'App\\Controller\\OdontogramaProcedimientoController::realizado' => '?',
'App\\Controller\\OdontogramaProcedimientoController::show' => '?',
'App\\Controller\\Orden012Controller::delete' => '?',
'App\\Controller\\Orden012Controller::edit' => '?',
'App\\Controller\\Orden012Controller::edit_ajax' => '?',
'App\\Controller\\Orden012Controller::eliminar_ajax' => '?',
'App\\Controller\\Orden012Controller::formulario007_imprimir' => '?',
'App\\Controller\\Orden012Controller::imprimir_053' => '?',
'App\\Controller\\Orden012Controller::imprimir_orden_012' => '?',
'App\\Controller\\Orden012Controller::index' => '?',
'App\\Controller\\Orden012Controller::new' => '?',
'App\\Controller\\Orden012Controller::orden012_imprimir_053_pdf' => '?',
'App\\Controller\\Orden012Controller::orden012_imprimir_pdf' => '?',
'App\\Controller\\Orden012Controller::orden012_orden007_imprimir_pdf' => '?',
'App\\Controller\\Orden012Controller::orden013_imprimir_pdf' => '?',
'App\\Controller\\Orden012Controller::show' => '?',
'App\\Controller\\Orden012DetalleController::delete' => '?',
'App\\Controller\\Orden012DetalleController::delete_ajax' => '?',
'App\\Controller\\Orden012DetalleController::edit' => '?',
'App\\Controller\\Orden012DetalleController::formulario_007' => '?',
'App\\Controller\\Orden012DetalleController::imprimir_012_detalle' => '?',
'App\\Controller\\Orden012DetalleController::imprimir_053_detalle' => '?',
'App\\Controller\\Orden012DetalleController::index' => '?',
'App\\Controller\\Orden012DetalleController::new_ajax' => '?',
'App\\Controller\\Orden012DetalleController::orden012_detalle_servicio_store' => '?',
'App\\Controller\\Orden012DetalleController::show' => '?',
'App\\Controller\\OrdenProcedimientoController::agenda_storage' => '?',
'App\\Controller\\OrdenProcedimientoController::agendar' => '?',
'App\\Controller\\OrdenProcedimientoController::calendar' => '?',
'App\\Controller\\OrdenProcedimientoController::delete' => '?',
'App\\Controller\\OrdenProcedimientoController::edit' => '?',
'App\\Controller\\OrdenProcedimientoController::guardarPaquete' => '?',
'App\\Controller\\OrdenProcedimientoController::guardar_proc' => '?',
'App\\Controller\\OrdenProcedimientoController::index' => '?',
'App\\Controller\\OrdenProcedimientoController::listado' => '?',
'App\\Controller\\OrdenProcedimientoController::new' => '?',
'App\\Controller\\OrdenProcedimientoController::orden_procedimiento_imprimir' => '?',
'App\\Controller\\OrdenProcedimientoController::show' => '?',
'App\\Controller\\OrdenProcedimientoController::valida_orden_proc' => '?',
'App\\Controller\\OrdenVentaController::cotizacion' => '?',
'App\\Controller\\OrdenVentaController::cotizacion_laboratorio_imprimir' => '?',
'App\\Controller\\OrdenVentaController::delete' => '?',
'App\\Controller\\OrdenVentaController::edit' => '?',
'App\\Controller\\OrdenVentaController::editar' => '?',
'App\\Controller\\OrdenVentaController::facturar' => '?',
'App\\Controller\\OrdenVentaController::farmacia_iess' => '?',
'App\\Controller\\OrdenVentaController::farmacia_iess_entregar' => '?',
'App\\Controller\\OrdenVentaController::imprimir' => '?',
'App\\Controller\\OrdenVentaController::imprimir_nota_de_entrega' => '?',
'App\\Controller\\OrdenVentaController::imprimir_termica' => '?',
'App\\Controller\\OrdenVentaController::index' => '?',
'App\\Controller\\OrdenVentaController::nota_de_entrega_excel' => '?',
'App\\Controller\\OrdenVentaController::nuevo_imprimir_laboratorio' => '?',
'App\\Controller\\OrdenVentaController::nuevo_rc_laboratorio' => '?',
'App\\Controller\\OrdenVentaController::nuevo_rc_laboratorio_actualizar' => '?',
'App\\Controller\\OrdenVentaController::orden_venta_editar2' => '?',
'App\\Controller\\OrdenVentaController::recibo_cobro' => '?',
'App\\Controller\\OrdenVentaController::recibo_cobro_laboratorio' => '?',
'App\\Controller\\OrdenVentaController::show' => '?',
'App\\Controller\\OrdenVentaController::update' => '?',
'App\\Controller\\OrdenVentaDetalleController::delete' => '?',
'App\\Controller\\OrdenVentaDetalleController::edit' => '?',
'App\\Controller\\OrdenVentaDetalleController::edit_cantidad' => '?',
'App\\Controller\\OrdenVentaDetalleController::eliminar' => '?',
'App\\Controller\\OrdenVentaDetalleController::index' => '?',
'App\\Controller\\OrdenVentaDetalleController::new_orden' => '?',
'App\\Controller\\OrdenVentaDetalleController::show' => '?',
'App\\Controller\\OrdenVentaDetallePagoController::delete' => '?',
'App\\Controller\\OrdenVentaDetallePagoController::edit' => '?',
'App\\Controller\\OrdenVentaDetallePagoController::eliminar' => '?',
'App\\Controller\\OrdenVentaDetallePagoController::index' => '?',
'App\\Controller\\OrdenVentaDetallePagoController::new_orden' => '?',
'App\\Controller\\OrdenVentaDetallePagoController::show' => '?',
'App\\Controller\\PacienteController::busca_paciente' => '?',
'App\\Controller\\PacienteController::busca_paciente2' => '?',
'App\\Controller\\PacienteController::buscar_paciente_autocomplete_cedula' => '?',
'App\\Controller\\PacienteController::buscar_paciente_autocomplete_nombres' => '?',
'App\\Controller\\PacienteController::delete' => '?',
'App\\Controller\\PacienteController::edit' => '?',
'App\\Controller\\PacienteController::index' => '?',
'App\\Controller\\PacienteController::obtener_antecedente' => '?',
'App\\Controller\\PacienteController::obtener_antecedente_modal' => '?',
'App\\Controller\\PacienteController::paciente_agenda_storage' => '?',
'App\\Controller\\PacienteController::show' => '?',
'App\\Controller\\PacienteController::show_filiacion' => '?',
'App\\Controller\\PacienteController::topaz_firmar' => '?',
'App\\Controller\\PacienteReferenciaController::delete' => '?',
'App\\Controller\\PacienteReferenciaController::edit' => '?',
'App\\Controller\\PacienteReferenciaController::index' => '?',
'App\\Controller\\PacienteReferenciaController::new_ajax' => '?',
'App\\Controller\\PacienteReferenciaController::paciente_referencia_documentos_guardar' => '?',
'App\\Controller\\PacienteReferenciaController::show' => '?',
'App\\Controller\\PantallasAs400Controller::delete' => '?',
'App\\Controller\\PantallasAs400Controller::edit' => '?',
'App\\Controller\\PantallasAs400Controller::index' => '?',
'App\\Controller\\PantallasAs400Controller::new_ajax' => '?',
'App\\Controller\\PantallasAs400Controller::show' => '?',
'App\\Controller\\PaqueteController::buscar_codigo' => '?',
'App\\Controller\\PaqueteController::buscar_producto' => '?',
'App\\Controller\\PaqueteController::delete' => '?',
'App\\Controller\\PaqueteController::edit' => '?',
'App\\Controller\\PaqueteController::index' => '?',
'App\\Controller\\PaqueteController::new' => '?',
'App\\Controller\\PaqueteController::show' => '?',
'App\\Controller\\PaqueteController::store' => '?',
'App\\Controller\\PlanoCabeceraController::actualizar_fechas' => '?',
'App\\Controller\\PlanoCabeceraController::crea_recetas' => '?',
'App\\Controller\\PlanoCabeceraController::delete' => '?',
'App\\Controller\\PlanoCabeceraController::edit' => '?',
'App\\Controller\\PlanoCabeceraController::eliminar_estado' => '?',
'App\\Controller\\PlanoCabeceraController::index' => '?',
'App\\Controller\\PlanoCabeceraController::index_farmacia' => '?',
'App\\Controller\\PlanoCabeceraController::index_fecha' => '?',
'App\\Controller\\PlanoCabeceraController::index_laboratorio' => '?',
'App\\Controller\\PlanoCabeceraController::masivo_eda' => '?',
'App\\Controller\\PlanoCabeceraController::new' => '?',
'App\\Controller\\PlanoCabeceraController::new_historia' => '?',
'App\\Controller\\PlanoCabeceraController::show' => '?',
'App\\Controller\\PlanoDetalleController::agregar_plantilla' => '?',
'App\\Controller\\PlanoDetalleController::archivo_agrupado' => '?',
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado' => '?',
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado_campesino' => '?',
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado_comp' => '?',
'App\\Controller\\PlanoDetalleController::archivo_agrupado_consolidado_privado' => '?',
'App\\Controller\\PlanoDetalleController::archivo_agrupado_total' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano_2023_total_proceso_carpeta' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano_activos' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023_total' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023_total_1' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano_activos_2023_total_2' => '?',
'App\\Controller\\PlanoDetalleController::archivo_plano_campesinos' => '?',
'App\\Controller\\PlanoDetalleController::bulkDelete' => '?',
'App\\Controller\\PlanoDetalleController::buscar' => '?',
'App\\Controller\\PlanoDetalleController::buscar2' => '?',
'App\\Controller\\PlanoDetalleController::buscar_codigo' => '?',
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas' => '?',
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas_detalles' => '?',
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas_detalles_2' => '?',
'App\\Controller\\PlanoDetalleController::cargar_codigos_medicinas_detalles_medicinas' => '?',
'App\\Controller\\PlanoDetalleController::cargar_externo_parentesco' => '?',
'App\\Controller\\PlanoDetalleController::cargar_plantilla' => '?',
'App\\Controller\\PlanoDetalleController::cargar_plantilla_enfermeria' => '?',
'App\\Controller\\PlanoDetalleController::cargar_plantilla_enfermeria_agregar' => '?',
'App\\Controller\\PlanoDetalleController::delete' => '?',
'App\\Controller\\PlanoDetalleController::edit' => '?',
'App\\Controller\\PlanoDetalleController::imprimir_planillapdf' => '?',
'App\\Controller\\PlanoDetalleController::index' => '?',
'App\\Controller\\PlanoDetalleController::index_consolidadas' => '?',
'App\\Controller\\PlanoDetalleController::index_plano' => '?',
'App\\Controller\\PlanoDetalleController::index_reporte' => '?',
'App\\Controller\\PlanoDetalleController::masivo' => '?',
'App\\Controller\\PlanoDetalleController::masivo_consolidada_index' => '?',
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_detalle_subtotal' => '?',
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_detalle_subtotal_iva' => '?',
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_detalle_subtotal_iva_total' => '?',
'App\\Controller\\PlanoDetalleController::masivo_plano_correccion_fecha' => '?',
'App\\Controller\\PlanoDetalleController::masivo_plano_corrige_medicina' => '?',
'App\\Controller\\PlanoDetalleController::new' => '?',
'App\\Controller\\PlanoDetalleController::new_farmacia' => '?',
'App\\Controller\\PlanoDetalleController::new_laboratorio' => '?',
'App\\Controller\\PlanoDetalleController::new_multiple' => '?',
'App\\Controller\\PlanoDetalleController::planilla' => '?',
'App\\Controller\\PlanoDetalleController::planilla_consolidada' => '?',
'App\\Controller\\PlanoDetalleController::planillaconsolidada_pdf' => '?',
'App\\Controller\\PlanoDetalleController::plano_detalle_masivo_consolidada' => '?',
'App\\Controller\\PlanoDetalleController::plano_detalle_nombre_por_apellido' => '?',
'App\\Controller\\PlanoDetalleController::show' => '?',
'App\\Controller\\PlanoDetalleController::v2024_archivo_plano' => '?',
'App\\Controller\\PlanoDetalleController::v2024_imprimir_planillapdf' => '?',
'App\\Controller\\PreparacionController::delete' => '?',
'App\\Controller\\PreparacionController::edit' => '?',
'App\\Controller\\PreparacionController::enfermeria_coordinacion' => '?',
'App\\Controller\\PreparacionController::index' => '?',
'App\\Controller\\PreparacionController::index_search' => '?',
'App\\Controller\\PreparacionController::preparacion_new' => '?',
'App\\Controller\\PreparacionController::preparacion_new_ecografia' => '?',
'App\\Controller\\PreparacionController::save_ajax' => '?',
'App\\Controller\\PreparacionController::show' => '?',
'App\\Controller\\PreparacionEstudioController::cama_guardar' => '?',
'App\\Controller\\PreparacionEstudioController::delete' => '?',
'App\\Controller\\PreparacionEstudioController::edit' => '?',
'App\\Controller\\PreparacionEstudioController::edit_glicemia' => '?',
'App\\Controller\\PreparacionEstudioController::enfermeria_coordinacion' => '?',
'App\\Controller\\PreparacionEstudioController::imprimir_historia' => '?',
'App\\Controller\\PreparacionEstudioController::index' => '?',
'App\\Controller\\PreparacionEstudioController::new' => '?',
'App\\Controller\\PreparacionEstudioController::new_glicemia' => '?',
'App\\Controller\\PreparacionEstudioController::show' => '?',
'App\\Controller\\ProcedimientosController::buscarProcedimientos' => '?',
'App\\Controller\\ProcedimientosController::delete' => '?',
'App\\Controller\\ProcedimientosController::edit' => '?',
'App\\Controller\\ProcedimientosController::index' => '?',
'App\\Controller\\ProcedimientosController::show' => '?',
'App\\Controller\\ProductoController::buscar_producto_descripcion' => '?',
'App\\Controller\\ProductoController::cargar_codigo' => '?',
'App\\Controller\\ProductoController::copiar_procedimiento' => '?',
'App\\Controller\\ProductoController::delete' => '?',
'App\\Controller\\ProductoController::edit' => '?',
'App\\Controller\\ProductoController::index' => '?',
'App\\Controller\\ProductoController::movimiento_producto_agregar' => '?',
'App\\Controller\\ProductoController::movimiento_producto_quitar' => '?',
'App\\Controller\\ProductoController::reporte_productos_excel' => '?',
'App\\Controller\\ProductoController::show' => '?',
'App\\Controller\\ProductoController::suspender' => '?',
'App\\Controller\\ProductoNivelController::delete' => '?',
'App\\Controller\\ProductoNivelController::edit' => '?',
'App\\Controller\\ProductoNivelController::index' => '?',
'App\\Controller\\ProductoNivelController::new' => '?',
'App\\Controller\\ProductoNivelController::show' => '?',
'App\\Controller\\ProductoNivelController::suspender' => '?',
'App\\Controller\\ProductoXlsController::cargaxls' => '?',
'App\\Controller\\ProductoXlsController::delete' => '?',
'App\\Controller\\ProductoXlsController::edit' => '?',
'App\\Controller\\ProductoXlsController::index' => '?',
'App\\Controller\\ProductoXlsController::new' => '?',
'App\\Controller\\ProductoXlsController::show' => '?',
'App\\Controller\\RecetaController::delete' => '?',
'App\\Controller\\RecetaController::edit' => '?',
'App\\Controller\\RecetaController::imprimir_nota_de_entrega_pdf2' => '?',
'App\\Controller\\RecetaController::imprimir_receta' => '?',
'App\\Controller\\RecetaController::imprimir_receta_excel' => '?',
'App\\Controller\\RecetaController::index' => '?',
'App\\Controller\\RecetaController::index_estudio' => '?',
'App\\Controller\\RecetaController::nota_de_entrega_excel2' => '?',
'App\\Controller\\RecetaController::receta_storage_obs' => '?',
'App\\Controller\\RecetaController::show' => '?',
'App\\Controller\\RecetaDetalleController::delete' => '?',
'App\\Controller\\RecetaDetalleController::delete_ajax' => '?',
'App\\Controller\\RecetaDetalleController::edit' => '?',
'App\\Controller\\RecetaDetalleController::index' => '?',
'App\\Controller\\RecetaDetalleController::show' => '?',
'App\\Controller\\RecetaDetalleController::storage' => '?',
'App\\Controller\\RecordController::delete' => '?',
'App\\Controller\\RecordController::edit' => '?',
'App\\Controller\\RecordController::edit_ajax' => '?',
'App\\Controller\\RecordController::generar_018A_rayado' => '?',
'App\\Controller\\RecordController::generar_019_pdf' => '?',
'App\\Controller\\RecordController::generar_pdf' => '?',
'App\\Controller\\RecordController::guardarImagen' => '?',
'App\\Controller\\RecordController::index' => '?',
'App\\Controller\\RecordController::new' => '?',
'App\\Controller\\RecordController::show' => '?',
'App\\Controller\\RecordlaboratorioController::delete' => '?',
'App\\Controller\\RecordlaboratorioController::edit' => '?',
'App\\Controller\\RecordlaboratorioController::edit_ajax' => '?',
'App\\Controller\\RecordlaboratorioController::eliminar_ajax' => '?',
'App\\Controller\\RecordlaboratorioController::index' => '?',
'App\\Controller\\RecordlaboratorioController::new' => '?',
'App\\Controller\\RecordlaboratorioController::show' => '?',
'App\\Controller\\RegistroController::index' => '?',
'App\\Controller\\SecurityController::login' => '?',
'App\\Controller\\SeguroPrivadoController::delete' => '?',
'App\\Controller\\SeguroPrivadoController::edit' => '?',
'App\\Controller\\SeguroPrivadoController::index' => '?',
'App\\Controller\\SeguroPrivadoController::show' => '?',
'App\\Controller\\TarjetasController::delete' => '?',
'App\\Controller\\TarjetasController::edit' => '?',
'App\\Controller\\TarjetasController::index' => '?',
'App\\Controller\\TarjetasController::show' => '?',
'App\\Controller\\TerapiasController::delete' => '?',
'App\\Controller\\TerapiasController::edit' => '?',
'App\\Controller\\TerapiasController::index' => '?',
'App\\Controller\\TerapiasController::new' => '?',
'App\\Controller\\TerapiasController::show' => '?',
'App\\Controller\\TipoAs400Controller::delete' => '?',
'App\\Controller\\TipoAs400Controller::edit' => '?',
'App\\Controller\\TipoAs400Controller::index' => '?',
'App\\Controller\\TipoAs400Controller::show' => '?',
'App\\Controller\\TipoExamenController::delete' => '?',
'App\\Controller\\TipoExamenController::edit' => '?',
'App\\Controller\\TipoExamenController::index' => '?',
'App\\Controller\\TipoExamenController::show' => '?',
'App\\Controller\\TipoSeguroController::delete' => '?',
'App\\Controller\\TipoSeguroController::edit' => '?',
'App\\Controller\\TipoSeguroController::index' => '?',
'App\\Controller\\TipoSeguroController::show' => '?',
'App\\Controller\\TipoServicioController::delete' => '?',
'App\\Controller\\TipoServicioController::edit' => '?',
'App\\Controller\\TipoServicioController::index' => '?',
'App\\Controller\\TipoServicioController::new' => '?',
'App\\Controller\\TipoServicioController::show' => '?',
'App\\Controller\\TipoSubseguroController::delete' => '?',
'App\\Controller\\TipoSubseguroController::edit' => '?',
'App\\Controller\\TipoSubseguroController::index' => '?',
'App\\Controller\\TipoSubseguroController::show' => '?',
'App\\Controller\\TurnoController::delete' => '?',
'App\\Controller\\TurnoController::edit' => '?',
'App\\Controller\\TurnoController::guardar' => '?',
'App\\Controller\\TurnoController::index' => '?',
'App\\Controller\\TurnoController::show' => '?',
'App\\Controller\\UserController::delete' => '?',
'App\\Controller\\UserController::edit' => '?',
'App\\Controller\\UserController::index' => '?',
'App\\Controller\\UserController::new' => '?',
'App\\Controller\\UserController::show' => '?',
'kernel::loadRoutes' => '?',
'kernel::registerContainerConfiguration' => '?',
'App\\Controller\\AgendaController:admin_update' => '?',
'App\\Controller\\AgendaController:admision' => '?',
'App\\Controller\\AgendaController:agenda_archivo_delete' => '?',
'App\\Controller\\AgendaController:agenda_control_documentos' => '?',
'App\\Controller\\AgendaController:agenda_control_documentos_guardar' => '?',
'App\\Controller\\AgendaController:calendar' => '?',
'App\\Controller\\AgendaController:confirmar' => '?',
'App\\Controller\\AgendaController:confirmar_update' => '?',
'App\\Controller\\AgendaController:cotizacion_orden_new' => '?',
'App\\Controller\\AgendaController:delete' => '?',
'App\\Controller\\AgendaController:edit' => '?',
'App\\Controller\\AgendaController:edit_modal' => '?',
'App\\Controller\\AgendaController:index' => '?',
'App\\Controller\\AgendaController:index_control' => '?',
'App\\Controller\\AgendaController:index_gastro' => '?',
'App\\Controller\\AgendaController:index_listado' => '?',
'App\\Controller\\AgendaController:index_quirofano' => '?',
'App\\Controller\\AgendaController:laboratorio_cotizar' => '?',
'App\\Controller\\AgendaController:laboratorio_edit' => '?',
'App\\Controller\\AgendaController:laboratorio_orden_new' => '?',
'App\\Controller\\AgendaController:masivo_corrige_nota_entrega' => '?',
'App\\Controller\\AgendaController:new_modal' => '?',
'App\\Controller\\AgendaController:new_modal_storage' => '?',
'App\\Controller\\AgendaController:show' => '?',
'App\\Controller\\AgendaController:suspender' => '?',
'App\\Controller\\AgendaController:update' => '?',
'App\\Controller\\AgendaDetalleContificoController:carga_especialidades' => '?',
'App\\Controller\\AgendaDetalleContificoController:edit' => '?',
'App\\Controller\\AgendaDetalleContificoController:index' => '?',
'App\\Controller\\AgendaRecesionMovilidadController:delete' => '?',
'App\\Controller\\AgendaRecesionMovilidadController:edit' => '?',
'App\\Controller\\AgendaRecesionMovilidadController:index' => '?',
'App\\Controller\\AgendaRecesionMovilidadController:show' => '?',
'App\\Controller\\ApilabController:ValidaPlanoCabecera_tipo' => '?',
'App\\Controller\\ApilabController:command_cache_clear' => '?',
'App\\Controller\\ApilabController:lab_masivo' => '?',
'App\\Controller\\ApilabController:obtener_orden_biometria' => '?',
'App\\Controller\\ApilabController:planocCabecera_planilla_tipo' => '?',
'App\\Controller\\ApilabController:planoxpaciente_planilla_pdf' => '?',
'App\\Controller\\ApilabController:planoxpaciente_valida' => '?',
'App\\Controller\\ApilabController:recupera_cabecera' => '?',
'App\\Controller\\BancosController:delete' => '?',
'App\\Controller\\BancosController:edit' => '?',
'App\\Controller\\BancosController:index' => '?',
'App\\Controller\\BancosController:show' => '?',
'App\\Controller\\CargaContificoController:carga_contifico_x_agenda' => '?',
'App\\Controller\\CargaContificoController:delete' => '?',
'App\\Controller\\CargaContificoController:edit' => '?',
'App\\Controller\\CargaContificoController:index' => '?',
'App\\Controller\\CargaContificoController:index_cuadre' => '?',
'App\\Controller\\CargaContificoController:index_reporte_medico' => '?',
'App\\Controller\\CargaContificoController:new' => '?',
'App\\Controller\\CargaContificoController:procesa_excel' => '?',
'App\\Controller\\CargaContificoController:show' => '?',
'App\\Controller\\CargaContificoController:valida_excel' => '?',
'App\\Controller\\CargaContificoController:valida_excelxdetalle' => '?',
'App\\Controller\\Cie10Controller:buscar_codigo' => '?',
'App\\Controller\\Cie10Controller:buscar_texto' => '?',
'App\\Controller\\Cie10Controller:delete' => '?',
'App\\Controller\\Cie10Controller:edit' => '?',
'App\\Controller\\Cie10Controller:index' => '?',
'App\\Controller\\Cie10Controller:show' => '?',
'App\\Controller\\CierreCajaController:cerrar' => '?',
'App\\Controller\\CierreCajaController:delete' => '?',
'App\\Controller\\CierreCajaController:edit' => '?',
'App\\Controller\\CierreCajaController:index' => '?',
'App\\Controller\\CierreCajaController:new' => '?',
'App\\Controller\\CierreCajaController:show' => '?',
'App\\Controller\\ClientesController:delete' => '?',
'App\\Controller\\ClientesController:edit' => '?',
'App\\Controller\\ClientesController:index' => '?',
'App\\Controller\\ClientesController:show' => '?',
'App\\Controller\\DatosCirugiaController:cirugia_agendar' => '?',
'App\\Controller\\DatosCirugiaController:cirugia_edit' => '?',
'App\\Controller\\DatosCirugiaController:datos_cirugia' => '?',
'App\\Controller\\DatosCirugiaController:delete' => '?',
'App\\Controller\\DatosCirugiaController:edit' => '?',
'App\\Controller\\DatosCirugiaController:evolucion_imprimir' => '?',
'App\\Controller\\DatosCirugiaController:evolucion_imprimir_hcu_005' => '?',
'App\\Controller\\DatosCirugiaController:evolucion_imprimir_receta' => '?',
'App\\Controller\\DatosCirugiaController:guardar_detalle' => '?',
'App\\Controller\\DatosCirugiaController:guardar_prescripcion' => '?',
'App\\Controller\\DatosCirugiaController:index' => '?',
'App\\Controller\\DatosCirugiaController:listado' => '?',
'App\\Controller\\DatosCirugiaController:listado_paso1' => '?',
'App\\Controller\\DatosCirugiaController:modal_cirugia' => '?',
'App\\Controller\\DatosCirugiaController:prescripcion' => '?',
'App\\Controller\\DatosCirugiaController:prescripcion_detalle' => '?',
'App\\Controller\\DatosCirugiaController:prescripcion_detalle_index' => '?',
'App\\Controller\\DatosCirugiaController:prescripcion_eliminar' => '?',
'App\\Controller\\DatosCirugiaController:prescripcion_index' => '?',
'App\\Controller\\DatosCirugiaController:prescripcion_litar' => '?',
'App\\Controller\\DatosCirugiaController:show' => '?',
'App\\Controller\\DependenciaController:delete' => '?',
'App\\Controller\\DependenciaController:edit' => '?',
'App\\Controller\\DependenciaController:index' => '?',
'App\\Controller\\DependenciaController:show' => '?',
'App\\Controller\\DerivacionController:delete' => '?',
'App\\Controller\\DerivacionController:edit' => '?',
'App\\Controller\\DerivacionController:index' => '?',
'App\\Controller\\DerivacionController:show' => '?',
'App\\Controller\\DetalleCargaContificoController:delete' => '?',
'App\\Controller\\DetalleCargaContificoController:edit' => '?',
'App\\Controller\\DetalleCargaContificoController:index' => '?',
'App\\Controller\\DetalleCargaContificoController:new' => '?',
'App\\Controller\\DetalleCargaContificoController:show' => '?',
'App\\Controller\\DetallePlantillasController:delete' => '?',
'App\\Controller\\DetallePlantillasController:edit' => '?',
'App\\Controller\\DetallePlantillasController:inactivar' => '?',
'App\\Controller\\DetallePlantillasController:index' => '?',
'App\\Controller\\DetallePlantillasController:show' => '?',
'App\\Controller\\DetalleTerapiasController:delete' => '?',
'App\\Controller\\DetalleTerapiasController:edit' => '?',
'App\\Controller\\DetalleTerapiasController:index' => '?',
'App\\Controller\\DetalleTerapiasController:new' => '?',
'App\\Controller\\DetalleTerapiasController:show' => '?',
'App\\Controller\\DiagnosticosEpicrisisController:delete' => '?',
'App\\Controller\\DiagnosticosEpicrisisController:edit' => '?',
'App\\Controller\\DiagnosticosEpicrisisController:eliminar' => '?',
'App\\Controller\\DiagnosticosEpicrisisController:index' => '?',
'App\\Controller\\DiagnosticosEpicrisisController:index_ajax' => '?',
'App\\Controller\\DiagnosticosEpicrisisController:new_ajax' => '?',
'App\\Controller\\DiagnosticosEpicrisisController:show' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController:delete' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController:edit' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController:eliminar' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController:index' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController:index_ajax' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController:new_ajax' => '?',
'App\\Controller\\DiagnosticosHistoriaClinicaController:show' => '?',
'App\\Controller\\DiagnosticosInterconsultaController:delete' => '?',
'App\\Controller\\DiagnosticosInterconsultaController:edit' => '?',
'App\\Controller\\DiagnosticosInterconsultaController:eliminar' => '?',
'App\\Controller\\DiagnosticosInterconsultaController:index' => '?',
'App\\Controller\\DiagnosticosInterconsultaController:index_ajax' => '?',
'App\\Controller\\DiagnosticosInterconsultaController:new_ajax' => '?',
'App\\Controller\\DiagnosticosInterconsultaController:show' => '?',
'App\\Controller\\DiagnosticosOrden012Controller:delete' => '?',
'App\\Controller\\DiagnosticosOrden012Controller:edit' => '?',
'App\\Controller\\DiagnosticosOrden012Controller:eliminar_cie10_orden012' => '?',
'App\\Controller\\DiagnosticosOrden012Controller:index' => '?',
'App\\Controller\\DiagnosticosOrden012Controller:index_ajax' => '?',
'App\\Controller\\DiagnosticosOrden012Controller:new_ajax' => '?',
'App\\Controller\\DiagnosticosOrden012Controller:show' => '?',
'App\\Controller\\DientesController:buscar' => '?',
'App\\Controller\\DientesController:delete' => '?',
'App\\Controller\\DientesController:edit' => '?',
'App\\Controller\\DientesController:index' => '?',
'App\\Controller\\DientesController:show' => '?',
'App\\Controller\\EmpresaController:delete' => '?',
'App\\Controller\\EmpresaController:edit' => '?',
'App\\Controller\\EmpresaController:index' => '?',
'App\\Controller\\EmpresaController:show' => '?',
'App\\Controller\\EpicrisisController:delete' => '?',
'App\\Controller\\EpicrisisController:edit' => '?',
'App\\Controller\\EpicrisisController:edit_storage' => '?',
'App\\Controller\\EpicrisisController:epicrisis_pdf' => '?',
'App\\Controller\\EpicrisisController:epicrisis_pdf_paciente' => '?',
'App\\Controller\\EpicrisisController:index' => '?',
'App\\Controller\\EpicrisisController:show' => '?',
'App\\Controller\\EstudioController:biopsias_storage' => '?',
'App\\Controller\\EstudioController:chequeo_storage' => '?',
'App\\Controller\\EstudioController:cirugia_segura' => '?',
'App\\Controller\\EstudioController:cirugia_storage' => '?',
'App\\Controller\\EstudioController:consumo_oxigeno_pdf' => '?',
'App\\Controller\\EstudioController:delete' => '?',
'App\\Controller\\EstudioController:edit' => '?',
'App\\Controller\\EstudioController:edit_storage' => '?',
'App\\Controller\\EstudioController:eliminar_procedimiento' => '?',
'App\\Controller\\EstudioController:enfermeria_storage' => '?',
'App\\Controller\\EstudioController:escala_recuperacion_pdf' => '?',
'App\\Controller\\EstudioController:escala_riesgo_pdf' => '?',
'App\\Controller\\EstudioController:escala_valoracion_pdf' => '?',
'App\\Controller\\EstudioController:estudi_unico' => '?',
'App\\Controller\\EstudioController:estudio' => '?',
'App\\Controller\\EstudioController:estudio_enfermeria' => '?',
'App\\Controller\\EstudioController:estudio_pdf' => '?',
'App\\Controller\\EstudioController:estudio_pdf_auditoria' => '?',
'App\\Controller\\EstudioController:estudio_pdf_copia' => '?',
'App\\Controller\\EstudioController:evolucion_enfermeria_pdf' => '?',
'App\\Controller\\EstudioController:formato_013B_imprimir' => '?',
'App\\Controller\\EstudioController:formato_013_imprimir' => '?',
'App\\Controller\\EstudioController:formato_013auditoria_imprimir' => '?',
'App\\Controller\\EstudioController:index' => '?',
'App\\Controller\\EstudioController:index_estudio_enfermeria' => '?',
'App\\Controller\\EstudioController:listado_chequeo_pdf' => '?',
'App\\Controller\\EstudioController:orden_biopsias_pdf' => '?',
'App\\Controller\\EstudioController:orden_puntos_transicion_pdf' => '?',
'App\\Controller\\EstudioController:orden_puntos_transicion_post_pdf' => '?',
'App\\Controller\\EstudioController:protocolo_imprimir' => '?',
'App\\Controller\\EstudioController:protocolo_storage' => '?',
'App\\Controller\\EstudioController:reporte_storage' => '?',
'App\\Controller\\EstudioController:sala_recuperacion_imprimir' => '?',
'App\\Controller\\EstudioController:show' => '?',
'App\\Controller\\EstudioController:signos_vitales_pdf' => '?',
'App\\Controller\\EstudioController:valoracion_storage' => '?',
'App\\Controller\\ExamenController:buscar_examen' => '?',
'App\\Controller\\ExamenController:buscar_examen_iess' => '?',
'App\\Controller\\ExamenController:delete' => '?',
'App\\Controller\\ExamenController:edit' => '?',
'App\\Controller\\ExamenController:index' => '?',
'App\\Controller\\ExamenController:show' => '?',
'App\\Controller\\ExamenDetalleController:cotizacion_storage' => '?',
'App\\Controller\\ExamenDetalleController:delete' => '?',
'App\\Controller\\ExamenDetalleController:edit' => '?',
'App\\Controller\\ExamenDetalleController:examen_detalle_delete_ajax' => '?',
'App\\Controller\\ExamenDetalleController:examen_orden_derivar' => '?',
'App\\Controller\\ExamenDetalleController:index' => '?',
'App\\Controller\\ExamenDetalleController:show' => '?',
'App\\Controller\\ExamenDetalleController:storage' => '?',
'App\\Controller\\ExamenOrdenController:actualizar_orden' => '?',
'App\\Controller\\ExamenOrdenController:agenda_laboratorio' => '?',
'App\\Controller\\ExamenOrdenController:codigo_barras' => '?',
'App\\Controller\\ExamenOrdenController:cotizacion_actualizar_orden' => '?',
'App\\Controller\\ExamenOrdenController:delete' => '?',
'App\\Controller\\ExamenOrdenController:edit' => '?',
'App\\Controller\\ExamenOrdenController:eliminar_ajax' => '?',
'App\\Controller\\ExamenOrdenController:examen_orden_imprimir' => '?',
'App\\Controller\\ExamenOrdenController:examen_orden_resultados_paciente' => '?',
'App\\Controller\\ExamenOrdenController:imprimir_053' => '?',
'App\\Controller\\ExamenOrdenController:imprimir_053_pdf' => '?',
'App\\Controller\\ExamenOrdenController:imprimir_ae_examen_orden' => '?',
'App\\Controller\\ExamenOrdenController:imprimir_orden10' => '?',
'App\\Controller\\ExamenOrdenController:imprimir_orden10_nuevo' => '?',
'App\\Controller\\ExamenOrdenController:index' => '?',
'App\\Controller\\ExamenOrdenController:laboratorio' => '?',
'App\\Controller\\ExamenOrdenController:laboratorio_agendar' => '?',
'App\\Controller\\ExamenOrdenController:laboratorio_agendar_guardar' => '?',
'App\\Controller\\ExamenOrdenController:laboratorio_realizado' => '?',
'App\\Controller\\ExamenOrdenController:new' => '?',
'App\\Controller\\ExamenOrdenController:resultados_laboratorio_imprmir' => '?',
'App\\Controller\\ExamenOrdenController:resultados_laboratorio_imprmir_auditoria' => '?',
'App\\Controller\\ExamenOrdenController:show' => '?',
'App\\Controller\\ExamenOrdenResultadoController:agregar_adicional' => '?',
'App\\Controller\\ExamenOrdenResultadoController:delete' => '?',
'App\\Controller\\ExamenOrdenResultadoController:edit' => '?',
'App\\Controller\\ExamenOrdenResultadoController:edit_storage' => '?',
'App\\Controller\\ExamenOrdenResultadoController:inactivar_resultado' => '?',
'App\\Controller\\ExamenOrdenResultadoController:index' => '?',
'App\\Controller\\ExamenOrdenResultadoController:show' => '?',
'App\\Controller\\ExamenParametroController:delete' => '?',
'App\\Controller\\ExamenParametroController:edit' => '?',
'App\\Controller\\ExamenParametroController:inactivar' => '?',
'App\\Controller\\ExamenParametroController:index' => '?',
'App\\Controller\\ExamenParametroController:new' => '?',
'App\\Controller\\ExamenParametroController:show' => '?',
'App\\Controller\\ExamenReferenciaController:delete' => '?',
'App\\Controller\\ExamenReferenciaController:edit' => '?',
'App\\Controller\\ExamenReferenciaController:index' => '?',
'App\\Controller\\ExamenReferenciaController:show' => '?',
'App\\Controller\\ExternoController:cargar_externo' => '?',
'App\\Controller\\ExternoController:cargar_externo_parentesco' => '?',
'App\\Controller\\ExternoController:masivo_plano_correccion_detalle_subtotal' => '?',
'App\\Controller\\ExternoController:masivo_plano_correccion_detalle_subtotal_iva' => '?',
'App\\Controller\\ExternoController:masivo_plano_correccion_detalle_subtotal_iva_total' => '?',
'App\\Controller\\ExternoController:masivo_plano_correccion_fecha' => '?',
'App\\Controller\\ExternoController:plano_detalle_nombre_por_apellido' => '?',
'App\\Controller\\FarmaciaController:buscar_producto_descripcion2' => '?',
'App\\Controller\\FarmaciaController:eliminar' => '?',
'App\\Controller\\FarmaciaController:farmacia_buscar_codigo_x_produ' => '?',
'App\\Controller\\FarmaciaController:farmacia_orden_new' => '?',
'App\\Controller\\FarmaciaController:farmacia_orden_new2' => '?',
'App\\Controller\\FarmaciaController:farmacia_paciente_storage' => '?',
'App\\Controller\\FarmaciaController:farmacia_paciente_storage2' => '?',
'App\\Controller\\FarmaciaController:gastro_detalle_index' => '?',
'App\\Controller\\FarmaciaController:gastro_orden_receta2' => '?',
'App\\Controller\\FarmaciaController:index' => '?',
'App\\Controller\\FarmaciaController:index_ajax' => '?',
'App\\Controller\\FarmaciaController:index_farmacia' => '?',
'App\\Controller\\FarmaciaController:index_search' => '?',
'App\\Controller\\FarmaciaController:new_ajax' => '?',
'App\\Controller\\FarmaciaController:new_orden_item' => '?',
'App\\Controller\\FarmaciaController:receta_gastro2' => '?',
'App\\Controller\\FarmaciaController:recibo_cobro_farmacia' => '?',
'App\\Controller\\FarmaciaController:recibo_cobro_farmacia_receta' => '?',
'App\\Controller\\FarmaciaController:update2' => '?',
'App\\Controller\\FormaPagoController:delete' => '?',
'App\\Controller\\FormaPagoController:edit' => '?',
'App\\Controller\\FormaPagoController:index' => '?',
'App\\Controller\\FormaPagoController:show' => '?',
'App\\Controller\\HdArchivosController:delete' => '?',
'App\\Controller\\HdArchivosController:edit' => '?',
'App\\Controller\\HdArchivosController:index' => '?',
'App\\Controller\\HdArchivosController:show' => '?',
'App\\Controller\\HdEmergenciaController:delete' => '?',
'App\\Controller\\HdEmergenciaController:edit' => '?',
'App\\Controller\\HdEmergenciaController:edit_paso2' => '?',
'App\\Controller\\HdEmergenciaController:edit_paso3' => '?',
'App\\Controller\\HdEmergenciaController:edit_paso4' => '?',
'App\\Controller\\HdEmergenciaController:formulario_008' => '?',
'App\\Controller\\HdEmergenciaController:imagen_body' => '?',
'App\\Controller\\HdEmergenciaController:index' => '?',
'App\\Controller\\HdEmergenciaController:show' => '?',
'App\\Controller\\HdMaestroPasosController:delete' => '?',
'App\\Controller\\HdMaestroPasosController:edit' => '?',
'App\\Controller\\HdMaestroPasosController:index' => '?',
'App\\Controller\\HdMaestroPasosController:show' => '?',
'App\\Controller\\HdOrdenesController:delete' => '?',
'App\\Controller\\HdOrdenesController:edit' => '?',
'App\\Controller\\HdOrdenesController:index' => '?',
'App\\Controller\\HdOrdenesController:show' => '?',
'App\\Controller\\HdPasoController:delete' => '?',
'App\\Controller\\HdPasoController:edit' => '?',
'App\\Controller\\HdPasoController:index' => '?',
'App\\Controller\\HdPasoController:show' => '?',
'App\\Controller\\HdSolicitudController:delete' => '?',
'App\\Controller\\HdSolicitudController:edit' => '?',
'App\\Controller\\HdSolicitudController:index' => '?',
'App\\Controller\\HdSolicitudController:ingreso_emergencia' => '?',
'App\\Controller\\HdSolicitudController:log_pasos' => '?',
'App\\Controller\\HdSolicitudController:pasos' => '?',
'App\\Controller\\HdSolicitudController:pasos1' => '?',
'App\\Controller\\HdSolicitudController:show' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController:delete' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController:edit' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController:eliminar' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController:index' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController:index_ajax' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController:new_ajax' => '?',
'App\\Controller\\HdSolicitudDiagnosticosController:show' => '?',
'App\\Controller\\HistoriaClinicaController:atendido' => '?',
'App\\Controller\\HistoriaClinicaController:cardiologia' => '?',
'App\\Controller\\HistoriaClinicaController:cardiologia2' => '?',
'App\\Controller\\HistoriaClinicaController:cardiologia_nuevo_formato' => '?',
'App\\Controller\\HistoriaClinicaController:consulta_detalle' => '?',
'App\\Controller\\HistoriaClinicaController:consulta_imprimir' => '?',
'App\\Controller\\HistoriaClinicaController:delete' => '?',
'App\\Controller\\HistoriaClinicaController:edit' => '?',
'App\\Controller\\HistoriaClinicaController:edit_ajax' => '?',
'App\\Controller\\HistoriaClinicaController:edit_ajax_valoracion' => '?',
'App\\Controller\\HistoriaClinicaController:edit_antecedente' => '?',
'App\\Controller\\HistoriaClinicaController:edit_antecedente_update' => '?',
'App\\Controller\\HistoriaClinicaController:edit_valoracion' => '?',
'App\\Controller\\HistoriaClinicaController:estudio_consentimiento_anestesiologia_pdf' => '?',
'App\\Controller\\HistoriaClinicaController:formulario_007' => '?',
'App\\Controller\\HistoriaClinicaController:formulario_asistencia' => '?',
'App\\Controller\\HistoriaClinicaController:formulario_asistencia_guardar' => '?',
'App\\Controller\\HistoriaClinicaController:historiaclinica_new' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_010' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_F002' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_ac' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_ae' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_as400_pantallas' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_asistencia' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_cedula_jpg' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico_cirugia' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico_covid' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_certificado_medico_enfermedad_general' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_anestesia' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_aquiles' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_calidad' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_codo' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_colelap' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_colonoscopia' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_endoscopia' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_exceresis' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_falange' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_general' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_hombro' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_inguinal' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_intubacion' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_liberacion' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_muneca' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_osteosintesis' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_perone' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_radio' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_raquidea' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_rodilla' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_tobillo' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_consentimiento_umbilical' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_historia' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_primera_admision' => '?',
'App\\Controller\\HistoriaClinicaController:imprimir_primera_admisionb' => '?',
'App\\Controller\\HistoriaClinicaController:index' => '?',
'App\\Controller\\HistoriaClinicaController:index_coordinacion' => '?',
'App\\Controller\\HistoriaClinicaController:index_especialidad' => '?',
'App\\Controller\\HistoriaClinicaController:index_paciente' => '?',
'App\\Controller\\HistoriaClinicaController:index_paciente_facturacion' => '?',
'App\\Controller\\HistoriaClinicaController:new_consentimiento_anestesia_imprimir' => '?',
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_colonoscopia' => '?',
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_endoscopia' => '?',
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_general' => '?',
'App\\Controller\\HistoriaClinicaController:new_imprimir_consentimiento_raquidea' => '?',
'App\\Controller\\HistoriaClinicaController:obtener_ajax' => '?',
'App\\Controller\\HistoriaClinicaController:show' => '?',
'App\\Controller\\HistoriaClinicaController:store_cardio' => '?',
'App\\Controller\\HistoriaClinicaController:store_terapia' => '?',
'App\\Controller\\HistoriaClinicaController:suspender' => '?',
'App\\Controller\\ImagenesEstudioController:delete' => '?',
'App\\Controller\\ImagenesEstudioController:edit' => '?',
'App\\Controller\\ImagenesEstudioController:eliminar' => '?',
'App\\Controller\\ImagenesEstudioController:index' => '?',
'App\\Controller\\ImagenesEstudioController:new_ajax' => '?',
'App\\Controller\\ImagenesEstudioController:show' => '?',
'App\\Controller\\InsumosEnfermeriaController:agregar_plantilla_estudio' => '?',
'App\\Controller\\InsumosEnfermeriaController:cargar_plantilla' => '?',
'App\\Controller\\InsumosEnfermeriaController:delete' => '?',
'App\\Controller\\InsumosEnfermeriaController:edit' => '?',
'App\\Controller\\InsumosEnfermeriaController:eliminar_insumos' => '?',
'App\\Controller\\InsumosEnfermeriaController:index' => '?',
'App\\Controller\\InsumosEnfermeriaController:lista_insumos_pdf' => '?',
'App\\Controller\\InsumosEnfermeriaController:new_ajax' => '?',
'App\\Controller\\InsumosEnfermeriaController:show' => '?',
'App\\Controller\\InterconsultaController:delete' => '?',
'App\\Controller\\InterconsultaController:edit' => '?',
'App\\Controller\\InterconsultaController:edit_ajax' => '?',
'App\\Controller\\InterconsultaController:eliminar_ajax' => '?',
'App\\Controller\\InterconsultaController:formulario_007' => '?',
'App\\Controller\\InterconsultaController:iconsulta_orden007_imprimir_pdf' => '?',
'App\\Controller\\InterconsultaController:imprimir_053_interconsulta' => '?',
'App\\Controller\\InterconsultaController:index' => '?',
'App\\Controller\\InterconsultaController:interconsulta_imprimir_053_pdf' => '?',
'App\\Controller\\InterconsultaController:new' => '?',
'App\\Controller\\InterconsultaController:new_ajax' => '?',
'App\\Controller\\InterconsultaController:orden012_imprimir_pdf_interconsulta' => '?',
'App\\Controller\\InterconsultaController:show' => '?',
'App\\Controller\\ItemConveniosController:correccion_nivel2' => '?',
'App\\Controller\\ItemConveniosController:delete' => '?',
'App\\Controller\\ItemConveniosController:edit' => '?',
'App\\Controller\\ItemConveniosController:index' => '?',
'App\\Controller\\ItemConveniosController:show' => '?',
'App\\Controller\\ItemsCargosController:delete' => '?',
'App\\Controller\\ItemsCargosController:edit' => '?',
'App\\Controller\\ItemsCargosController:index' => '?',
'App\\Controller\\ItemsCargosController:show' => '?',
'App\\Controller\\LabProtocoloController:buscar_protocolo' => '?',
'App\\Controller\\LabProtocoloController:delete' => '?',
'App\\Controller\\LabProtocoloController:edit' => '?',
'App\\Controller\\LabProtocoloController:index' => '?',
'App\\Controller\\LabProtocoloController:recepcion_storage' => '?',
'App\\Controller\\LabProtocoloController:show' => '?',
'App\\Controller\\LabProtocoloController:storage' => '?',
'App\\Controller\\LabProtocoloExamenController:delete' => '?',
'App\\Controller\\LabProtocoloExamenController:edit' => '?',
'App\\Controller\\LabProtocoloExamenController:eliminar' => '?',
'App\\Controller\\LabProtocoloExamenController:examen_guardar' => '?',
'App\\Controller\\LabProtocoloExamenController:index' => '?',
'App\\Controller\\LabProtocoloExamenController:show' => '?',
'App\\Controller\\LaboratorioController:buscar_examen' => '?',
'App\\Controller\\LaboratorioController:delete' => '?',
'App\\Controller\\LaboratorioController:edit' => '?',
'App\\Controller\\LaboratorioController:editarID_maquina' => '?',
'App\\Controller\\LaboratorioController:editarID_maquina_storage' => '?',
'App\\Controller\\LaboratorioController:index' => '?',
'App\\Controller\\LaboratorioController:laboratorio_agenda_index' => '?',
'App\\Controller\\LaboratorioController:show' => '?',
'App\\Controller\\LiquidacionController:agregar_nueva_planilla' => '?',
'App\\Controller\\LiquidacionController:atenciones_anteriores' => '?',
'App\\Controller\\LiquidacionController:imagenes_cargar' => '?',
'App\\Controller\\LiquidacionController:imagenes_cargar_anteriores' => '?',
'App\\Controller\\LiquidacionController:imagenes_cargar_especialidad' => '?',
'App\\Controller\\LiquidacionController:imagenes_guardar' => '?',
'App\\Controller\\LiquidacionController:index' => '?',
'App\\Controller\\LiquidacionController:plano' => '?',
'App\\Controller\\LiquidacionController:update_new' => '?',
'App\\Controller\\LiquidacionController:valida_existe_planilla' => '?',
'App\\Controller\\LogAntecedentesPersonalesController:delete' => '?',
'App\\Controller\\LogAntecedentesPersonalesController:edit' => '?',
'App\\Controller\\LogAntecedentesPersonalesController:edit_ajax' => '?',
'App\\Controller\\LogAntecedentesPersonalesController:eliminar_ajax' => '?',
'App\\Controller\\LogAntecedentesPersonalesController:index' => '?',
'App\\Controller\\LogAntecedentesPersonalesController:new' => '?',
'App\\Controller\\LogAntecedentesPersonalesController:show' => '?',
'App\\Controller\\MaestroPlantillasController:delete' => '?',
'App\\Controller\\MaestroPlantillasController:edit' => '?',
'App\\Controller\\MaestroPlantillasController:index' => '?',
'App\\Controller\\MaestroPlantillasController:listar' => '?',
'App\\Controller\\MaestroPlantillasController:listar_modal' => '?',
'App\\Controller\\MaestroPlantillasController:listar_modal_estudio' => '?',
'App\\Controller\\MaestroPlantillasController:show' => '?',
'App\\Controller\\MasivoMedicinasController:delete' => '?',
'App\\Controller\\MasivoMedicinasController:edit' => '?',
'App\\Controller\\MasivoMedicinasController:index' => '?',
'App\\Controller\\MasivoMedicinasController:show' => '?',
'App\\Controller\\MedicinaController:buscar_medicina' => '?',
'App\\Controller\\MedicinaController:delete' => '?',
'App\\Controller\\MedicinaController:edit' => '?',
'App\\Controller\\MedicinaController:index' => '?',
'App\\Controller\\MedicinaController:producto_movimiento_cantidad_bodega' => '?',
'App\\Controller\\MedicinaController:show' => '?',
'App\\Controller\\MovimientosProductosController:delete' => '?',
'App\\Controller\\MovimientosProductosController:edit' => '?',
'App\\Controller\\MovimientosProductosController:index' => '?',
'App\\Controller\\MovimientosProductosController:show' => '?',
'App\\Controller\\OdontogramaController:crear_odontograma' => '?',
'App\\Controller\\OdontogramaController:delete' => '?',
'App\\Controller\\OdontogramaController:edit' => '?',
'App\\Controller\\OdontogramaController:guardar_imagen' => '?',
'App\\Controller\\OdontogramaController:guardar_procedimiento_total_dientes' => '?',
'App\\Controller\\OdontogramaController:imprimir_formulario033' => '?',
'App\\Controller\\OdontogramaController:index' => '?',
'App\\Controller\\OdontogramaController:show' => '?',
'App\\Controller\\OdontogramaProcedimientoController:delete' => '?',
'App\\Controller\\OdontogramaProcedimientoController:edit' => '?',
'App\\Controller\\OdontogramaProcedimientoController:html_diente' => '?',
'App\\Controller\\OdontogramaProcedimientoController:html_index' => '?',
'App\\Controller\\OdontogramaProcedimientoController:html_index_copia' => '?',
'App\\Controller\\OdontogramaProcedimientoController:html_new' => '?',
'App\\Controller\\OdontogramaProcedimientoController:html_new_store' => '?',
'App\\Controller\\OdontogramaProcedimientoController:index' => '?',
'App\\Controller\\OdontogramaProcedimientoController:new' => '?',
'App\\Controller\\OdontogramaProcedimientoController:realizado' => '?',
'App\\Controller\\OdontogramaProcedimientoController:show' => '?',
'App\\Controller\\Orden012Controller:delete' => '?',
'App\\Controller\\Orden012Controller:edit' => '?',
'App\\Controller\\Orden012Controller:edit_ajax' => '?',
'App\\Controller\\Orden012Controller:eliminar_ajax' => '?',
'App\\Controller\\Orden012Controller:formulario007_imprimir' => '?',
'App\\Controller\\Orden012Controller:imprimir_053' => '?',
'App\\Controller\\Orden012Controller:imprimir_orden_012' => '?',
'App\\Controller\\Orden012Controller:index' => '?',
'App\\Controller\\Orden012Controller:new' => '?',
'App\\Controller\\Orden012Controller:orden012_imprimir_053_pdf' => '?',
'App\\Controller\\Orden012Controller:orden012_imprimir_pdf' => '?',
'App\\Controller\\Orden012Controller:orden012_orden007_imprimir_pdf' => '?',
'App\\Controller\\Orden012Controller:orden013_imprimir_pdf' => '?',
'App\\Controller\\Orden012Controller:show' => '?',
'App\\Controller\\Orden012DetalleController:delete' => '?',
'App\\Controller\\Orden012DetalleController:delete_ajax' => '?',
'App\\Controller\\Orden012DetalleController:edit' => '?',
'App\\Controller\\Orden012DetalleController:formulario_007' => '?',
'App\\Controller\\Orden012DetalleController:imprimir_012_detalle' => '?',
'App\\Controller\\Orden012DetalleController:imprimir_053_detalle' => '?',
'App\\Controller\\Orden012DetalleController:index' => '?',
'App\\Controller\\Orden012DetalleController:new_ajax' => '?',
'App\\Controller\\Orden012DetalleController:orden012_detalle_servicio_store' => '?',
'App\\Controller\\Orden012DetalleController:show' => '?',
'App\\Controller\\OrdenProcedimientoController:agenda_storage' => '?',
'App\\Controller\\OrdenProcedimientoController:agendar' => '?',
'App\\Controller\\OrdenProcedimientoController:calendar' => '?',
'App\\Controller\\OrdenProcedimientoController:delete' => '?',
'App\\Controller\\OrdenProcedimientoController:edit' => '?',
'App\\Controller\\OrdenProcedimientoController:guardarPaquete' => '?',
'App\\Controller\\OrdenProcedimientoController:guardar_proc' => '?',
'App\\Controller\\OrdenProcedimientoController:index' => '?',
'App\\Controller\\OrdenProcedimientoController:listado' => '?',
'App\\Controller\\OrdenProcedimientoController:new' => '?',
'App\\Controller\\OrdenProcedimientoController:orden_procedimiento_imprimir' => '?',
'App\\Controller\\OrdenProcedimientoController:show' => '?',
'App\\Controller\\OrdenProcedimientoController:valida_orden_proc' => '?',
'App\\Controller\\OrdenVentaController:cotizacion' => '?',
'App\\Controller\\OrdenVentaController:cotizacion_laboratorio_imprimir' => '?',
'App\\Controller\\OrdenVentaController:delete' => '?',
'App\\Controller\\OrdenVentaController:edit' => '?',
'App\\Controller\\OrdenVentaController:editar' => '?',
'App\\Controller\\OrdenVentaController:facturar' => '?',
'App\\Controller\\OrdenVentaController:farmacia_iess' => '?',
'App\\Controller\\OrdenVentaController:farmacia_iess_entregar' => '?',
'App\\Controller\\OrdenVentaController:imprimir' => '?',
'App\\Controller\\OrdenVentaController:imprimir_nota_de_entrega' => '?',
'App\\Controller\\OrdenVentaController:imprimir_termica' => '?',
'App\\Controller\\OrdenVentaController:index' => '?',
'App\\Controller\\OrdenVentaController:nota_de_entrega_excel' => '?',
'App\\Controller\\OrdenVentaController:nuevo_imprimir_laboratorio' => '?',
'App\\Controller\\OrdenVentaController:nuevo_rc_laboratorio' => '?',
'App\\Controller\\OrdenVentaController:nuevo_rc_laboratorio_actualizar' => '?',
'App\\Controller\\OrdenVentaController:orden_venta_editar2' => '?',
'App\\Controller\\OrdenVentaController:recibo_cobro' => '?',
'App\\Controller\\OrdenVentaController:recibo_cobro_laboratorio' => '?',
'App\\Controller\\OrdenVentaController:show' => '?',
'App\\Controller\\OrdenVentaController:update' => '?',
'App\\Controller\\OrdenVentaDetalleController:delete' => '?',
'App\\Controller\\OrdenVentaDetalleController:edit' => '?',
'App\\Controller\\OrdenVentaDetalleController:edit_cantidad' => '?',
'App\\Controller\\OrdenVentaDetalleController:eliminar' => '?',
'App\\Controller\\OrdenVentaDetalleController:index' => '?',
'App\\Controller\\OrdenVentaDetalleController:new_orden' => '?',
'App\\Controller\\OrdenVentaDetalleController:show' => '?',
'App\\Controller\\OrdenVentaDetallePagoController:delete' => '?',
'App\\Controller\\OrdenVentaDetallePagoController:edit' => '?',
'App\\Controller\\OrdenVentaDetallePagoController:eliminar' => '?',
'App\\Controller\\OrdenVentaDetallePagoController:index' => '?',
'App\\Controller\\OrdenVentaDetallePagoController:new_orden' => '?',
'App\\Controller\\OrdenVentaDetallePagoController:show' => '?',
'App\\Controller\\PacienteController:busca_paciente' => '?',
'App\\Controller\\PacienteController:busca_paciente2' => '?',
'App\\Controller\\PacienteController:buscar_paciente_autocomplete_cedula' => '?',
'App\\Controller\\PacienteController:buscar_paciente_autocomplete_nombres' => '?',
'App\\Controller\\PacienteController:delete' => '?',
'App\\Controller\\PacienteController:edit' => '?',
'App\\Controller\\PacienteController:index' => '?',
'App\\Controller\\PacienteController:obtener_antecedente' => '?',
'App\\Controller\\PacienteController:obtener_antecedente_modal' => '?',
'App\\Controller\\PacienteController:paciente_agenda_storage' => '?',
'App\\Controller\\PacienteController:show' => '?',
'App\\Controller\\PacienteController:show_filiacion' => '?',
'App\\Controller\\PacienteController:topaz_firmar' => '?',
'App\\Controller\\PacienteReferenciaController:delete' => '?',
'App\\Controller\\PacienteReferenciaController:edit' => '?',
'App\\Controller\\PacienteReferenciaController:index' => '?',
'App\\Controller\\PacienteReferenciaController:new_ajax' => '?',
'App\\Controller\\PacienteReferenciaController:paciente_referencia_documentos_guardar' => '?',
'App\\Controller\\PacienteReferenciaController:show' => '?',
'App\\Controller\\PantallasAs400Controller:delete' => '?',
'App\\Controller\\PantallasAs400Controller:edit' => '?',
'App\\Controller\\PantallasAs400Controller:index' => '?',
'App\\Controller\\PantallasAs400Controller:new_ajax' => '?',
'App\\Controller\\PantallasAs400Controller:show' => '?',
'App\\Controller\\PaqueteController:buscar_codigo' => '?',
'App\\Controller\\PaqueteController:buscar_producto' => '?',
'App\\Controller\\PaqueteController:delete' => '?',
'App\\Controller\\PaqueteController:edit' => '?',
'App\\Controller\\PaqueteController:index' => '?',
'App\\Controller\\PaqueteController:new' => '?',
'App\\Controller\\PaqueteController:show' => '?',
'App\\Controller\\PaqueteController:store' => '?',
'App\\Controller\\PlanoCabeceraController:actualizar_fechas' => '?',
'App\\Controller\\PlanoCabeceraController:crea_recetas' => '?',
'App\\Controller\\PlanoCabeceraController:delete' => '?',
'App\\Controller\\PlanoCabeceraController:edit' => '?',
'App\\Controller\\PlanoCabeceraController:eliminar_estado' => '?',
'App\\Controller\\PlanoCabeceraController:index' => '?',
'App\\Controller\\PlanoCabeceraController:index_farmacia' => '?',
'App\\Controller\\PlanoCabeceraController:index_fecha' => '?',
'App\\Controller\\PlanoCabeceraController:index_laboratorio' => '?',
'App\\Controller\\PlanoCabeceraController:masivo_eda' => '?',
'App\\Controller\\PlanoCabeceraController:new' => '?',
'App\\Controller\\PlanoCabeceraController:new_historia' => '?',
'App\\Controller\\PlanoCabeceraController:show' => '?',
'App\\Controller\\PlanoDetalleController:agregar_plantilla' => '?',
'App\\Controller\\PlanoDetalleController:archivo_agrupado' => '?',
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado' => '?',
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado_campesino' => '?',
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado_comp' => '?',
'App\\Controller\\PlanoDetalleController:archivo_agrupado_consolidado_privado' => '?',
'App\\Controller\\PlanoDetalleController:archivo_agrupado_total' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano_2023_total_proceso_carpeta' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano_activos' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023_total' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023_total_1' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano_activos_2023_total_2' => '?',
'App\\Controller\\PlanoDetalleController:archivo_plano_campesinos' => '?',
'App\\Controller\\PlanoDetalleController:bulkDelete' => '?',
'App\\Controller\\PlanoDetalleController:buscar' => '?',
'App\\Controller\\PlanoDetalleController:buscar2' => '?',
'App\\Controller\\PlanoDetalleController:buscar_codigo' => '?',
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas' => '?',
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas_detalles' => '?',
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas_detalles_2' => '?',
'App\\Controller\\PlanoDetalleController:cargar_codigos_medicinas_detalles_medicinas' => '?',
'App\\Controller\\PlanoDetalleController:cargar_externo_parentesco' => '?',
'App\\Controller\\PlanoDetalleController:cargar_plantilla' => '?',
'App\\Controller\\PlanoDetalleController:cargar_plantilla_enfermeria' => '?',
'App\\Controller\\PlanoDetalleController:cargar_plantilla_enfermeria_agregar' => '?',
'App\\Controller\\PlanoDetalleController:delete' => '?',
'App\\Controller\\PlanoDetalleController:edit' => '?',
'App\\Controller\\PlanoDetalleController:imprimir_planillapdf' => '?',
'App\\Controller\\PlanoDetalleController:index' => '?',
'App\\Controller\\PlanoDetalleController:index_consolidadas' => '?',
'App\\Controller\\PlanoDetalleController:index_plano' => '?',
'App\\Controller\\PlanoDetalleController:index_reporte' => '?',
'App\\Controller\\PlanoDetalleController:masivo' => '?',
'App\\Controller\\PlanoDetalleController:masivo_consolidada_index' => '?',
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_detalle_subtotal' => '?',
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_detalle_subtotal_iva' => '?',
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_detalle_subtotal_iva_total' => '?',
'App\\Controller\\PlanoDetalleController:masivo_plano_correccion_fecha' => '?',
'App\\Controller\\PlanoDetalleController:masivo_plano_corrige_medicina' => '?',
'App\\Controller\\PlanoDetalleController:new' => '?',
'App\\Controller\\PlanoDetalleController:new_farmacia' => '?',
'App\\Controller\\PlanoDetalleController:new_laboratorio' => '?',
'App\\Controller\\PlanoDetalleController:new_multiple' => '?',
'App\\Controller\\PlanoDetalleController:planilla' => '?',
'App\\Controller\\PlanoDetalleController:planilla_consolidada' => '?',
'App\\Controller\\PlanoDetalleController:planillaconsolidada_pdf' => '?',
'App\\Controller\\PlanoDetalleController:plano_detalle_masivo_consolidada' => '?',
'App\\Controller\\PlanoDetalleController:plano_detalle_nombre_por_apellido' => '?',
'App\\Controller\\PlanoDetalleController:show' => '?',
'App\\Controller\\PlanoDetalleController:v2024_archivo_plano' => '?',
'App\\Controller\\PlanoDetalleController:v2024_imprimir_planillapdf' => '?',
'App\\Controller\\PreparacionController:delete' => '?',
'App\\Controller\\PreparacionController:edit' => '?',
'App\\Controller\\PreparacionController:enfermeria_coordinacion' => '?',
'App\\Controller\\PreparacionController:index' => '?',
'App\\Controller\\PreparacionController:index_search' => '?',
'App\\Controller\\PreparacionController:preparacion_new' => '?',
'App\\Controller\\PreparacionController:preparacion_new_ecografia' => '?',
'App\\Controller\\PreparacionController:save_ajax' => '?',
'App\\Controller\\PreparacionController:show' => '?',
'App\\Controller\\PreparacionEstudioController:cama_guardar' => '?',
'App\\Controller\\PreparacionEstudioController:delete' => '?',
'App\\Controller\\PreparacionEstudioController:edit' => '?',
'App\\Controller\\PreparacionEstudioController:edit_glicemia' => '?',
'App\\Controller\\PreparacionEstudioController:enfermeria_coordinacion' => '?',
'App\\Controller\\PreparacionEstudioController:imprimir_historia' => '?',
'App\\Controller\\PreparacionEstudioController:index' => '?',
'App\\Controller\\PreparacionEstudioController:new' => '?',
'App\\Controller\\PreparacionEstudioController:new_glicemia' => '?',
'App\\Controller\\PreparacionEstudioController:show' => '?',
'App\\Controller\\ProcedimientosController:buscarProcedimientos' => '?',
'App\\Controller\\ProcedimientosController:delete' => '?',
'App\\Controller\\ProcedimientosController:edit' => '?',
'App\\Controller\\ProcedimientosController:index' => '?',
'App\\Controller\\ProcedimientosController:show' => '?',
'App\\Controller\\ProductoController:buscar_producto_descripcion' => '?',
'App\\Controller\\ProductoController:cargar_codigo' => '?',
'App\\Controller\\ProductoController:copiar_procedimiento' => '?',
'App\\Controller\\ProductoController:delete' => '?',
'App\\Controller\\ProductoController:edit' => '?',
'App\\Controller\\ProductoController:index' => '?',
'App\\Controller\\ProductoController:movimiento_producto_agregar' => '?',
'App\\Controller\\ProductoController:movimiento_producto_quitar' => '?',
'App\\Controller\\ProductoController:reporte_productos_excel' => '?',
'App\\Controller\\ProductoController:show' => '?',
'App\\Controller\\ProductoController:suspender' => '?',
'App\\Controller\\ProductoNivelController:delete' => '?',
'App\\Controller\\ProductoNivelController:edit' => '?',
'App\\Controller\\ProductoNivelController:index' => '?',
'App\\Controller\\ProductoNivelController:new' => '?',
'App\\Controller\\ProductoNivelController:show' => '?',
'App\\Controller\\ProductoNivelController:suspender' => '?',
'App\\Controller\\ProductoXlsController:cargaxls' => '?',
'App\\Controller\\ProductoXlsController:delete' => '?',
'App\\Controller\\ProductoXlsController:edit' => '?',
'App\\Controller\\ProductoXlsController:index' => '?',
'App\\Controller\\ProductoXlsController:new' => '?',
'App\\Controller\\ProductoXlsController:show' => '?',
'App\\Controller\\RecetaController:delete' => '?',
'App\\Controller\\RecetaController:edit' => '?',
'App\\Controller\\RecetaController:imprimir_nota_de_entrega_pdf2' => '?',
'App\\Controller\\RecetaController:imprimir_receta' => '?',
'App\\Controller\\RecetaController:imprimir_receta_excel' => '?',
'App\\Controller\\RecetaController:index' => '?',
'App\\Controller\\RecetaController:index_estudio' => '?',
'App\\Controller\\RecetaController:nota_de_entrega_excel2' => '?',
'App\\Controller\\RecetaController:receta_storage_obs' => '?',
'App\\Controller\\RecetaController:show' => '?',
'App\\Controller\\RecetaDetalleController:delete' => '?',
'App\\Controller\\RecetaDetalleController:delete_ajax' => '?',
'App\\Controller\\RecetaDetalleController:edit' => '?',
'App\\Controller\\RecetaDetalleController:index' => '?',
'App\\Controller\\RecetaDetalleController:show' => '?',
'App\\Controller\\RecetaDetalleController:storage' => '?',
'App\\Controller\\RecordController:delete' => '?',
'App\\Controller\\RecordController:edit' => '?',
'App\\Controller\\RecordController:edit_ajax' => '?',
'App\\Controller\\RecordController:generar_018A_rayado' => '?',
'App\\Controller\\RecordController:generar_019_pdf' => '?',
'App\\Controller\\RecordController:generar_pdf' => '?',
'App\\Controller\\RecordController:guardarImagen' => '?',
'App\\Controller\\RecordController:index' => '?',
'App\\Controller\\RecordController:new' => '?',
'App\\Controller\\RecordController:show' => '?',
'App\\Controller\\RecordlaboratorioController:delete' => '?',
'App\\Controller\\RecordlaboratorioController:edit' => '?',
'App\\Controller\\RecordlaboratorioController:edit_ajax' => '?',
'App\\Controller\\RecordlaboratorioController:eliminar_ajax' => '?',
'App\\Controller\\RecordlaboratorioController:index' => '?',
'App\\Controller\\RecordlaboratorioController:new' => '?',
'App\\Controller\\RecordlaboratorioController:show' => '?',
'App\\Controller\\RegistroController:index' => '?',
'App\\Controller\\SecurityController:login' => '?',
'App\\Controller\\SeguroPrivadoController:delete' => '?',
'App\\Controller\\SeguroPrivadoController:edit' => '?',
'App\\Controller\\SeguroPrivadoController:index' => '?',
'App\\Controller\\SeguroPrivadoController:show' => '?',
'App\\Controller\\TarjetasController:delete' => '?',
'App\\Controller\\TarjetasController:edit' => '?',
'App\\Controller\\TarjetasController:index' => '?',
'App\\Controller\\TarjetasController:show' => '?',
'App\\Controller\\TerapiasController:delete' => '?',
'App\\Controller\\TerapiasController:edit' => '?',
'App\\Controller\\TerapiasController:index' => '?',
'App\\Controller\\TerapiasController:new' => '?',
'App\\Controller\\TerapiasController:show' => '?',
'App\\Controller\\TipoAs400Controller:delete' => '?',
'App\\Controller\\TipoAs400Controller:edit' => '?',
'App\\Controller\\TipoAs400Controller:index' => '?',
'App\\Controller\\TipoAs400Controller:show' => '?',
'App\\Controller\\TipoExamenController:delete' => '?',
'App\\Controller\\TipoExamenController:edit' => '?',
'App\\Controller\\TipoExamenController:index' => '?',
'App\\Controller\\TipoExamenController:show' => '?',
'App\\Controller\\TipoSeguroController:delete' => '?',
'App\\Controller\\TipoSeguroController:edit' => '?',
'App\\Controller\\TipoSeguroController:index' => '?',
'App\\Controller\\TipoSeguroController:show' => '?',
'App\\Controller\\TipoServicioController:delete' => '?',
'App\\Controller\\TipoServicioController:edit' => '?',
'App\\Controller\\TipoServicioController:index' => '?',
'App\\Controller\\TipoServicioController:new' => '?',
'App\\Controller\\TipoServicioController:show' => '?',
'App\\Controller\\TipoSubseguroController:delete' => '?',
'App\\Controller\\TipoSubseguroController:edit' => '?',
'App\\Controller\\TipoSubseguroController:index' => '?',
'App\\Controller\\TipoSubseguroController:show' => '?',
'App\\Controller\\TurnoController:delete' => '?',
'App\\Controller\\TurnoController:edit' => '?',
'App\\Controller\\TurnoController:guardar' => '?',
'App\\Controller\\TurnoController:index' => '?',
'App\\Controller\\TurnoController:show' => '?',
'App\\Controller\\UserController:delete' => '?',
'App\\Controller\\UserController:edit' => '?',
'App\\Controller\\UserController:index' => '?',
'App\\Controller\\UserController:new' => '?',
'App\\Controller\\UserController:show' => '?',
'kernel:loadRoutes' => '?',
'kernel:registerContainerConfiguration' => '?',
]);
}
/**
* Gets the private '.service_locator.h5qu31T' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_H5qu31TService()
{
return $this->privates['.service_locator.h5qu31T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaDetalleContificoRepository' => ['privates', 'App\\Repository\\AgendaDetalleContificoRepository', 'getAgendaDetalleContificoRepositoryService', false],
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'cargaContifico' => ['privates', '.errored..service_locator.h5qu31T.App\\Entity\\CargaContifico', NULL, 'Cannot autowire service ".service_locator.h5qu31T": it references class "App\\Entity\\CargaContifico" but no such service exists.'],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'agendaDetalleContificoRepository' => 'App\\Repository\\AgendaDetalleContificoRepository',
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'cargaContifico' => 'App\\Entity\\CargaContifico',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.hBNp2bL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HBNp2bLService()
{
return $this->privates['.service_locator.hBNp2bL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
], [
'estudioRepository' => 'App\\Repository\\EstudioRepository',
]);
}
/**
* Gets the private '.service_locator.hC_R9Gu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HCR9GuService()
{
return $this->privates['.service_locator.hC_R9Gu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
], [
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
]);
}
/**
* Gets the private '.service_locator.hmGRt.J' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_HmGRt_JService()
{
return $this->privates['.service_locator.hmGRt.J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'preparacion' => ['privates', '.errored..service_locator.hmGRt.J.App\\Entity\\Preparacion', NULL, 'Cannot autowire service ".service_locator.hmGRt.J": it references class "App\\Entity\\Preparacion" but no such service exists.'],
], [
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'preparacion' => 'App\\Entity\\Preparacion',
]);
}
/**
* Gets the private '.service_locator.i7TAlW9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_I7TAlW9Service()
{
return $this->privates['.service_locator.i7TAlW9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdSolicitudRepository' => ['privates', 'App\\Repository\\HdSolicitudRepository', 'getHdSolicitudRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'hdSolicitudRepository' => 'App\\Repository\\HdSolicitudRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.iB.lb2o' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IB_Lb2oService()
{
return $this->privates['.service_locator.iB.lb2o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'masivoMedicina' => ['privates', '.errored..service_locator.iB.lb2o.App\\Entity\\MasivoMedicinas', NULL, 'Cannot autowire service ".service_locator.iB.lb2o": it references class "App\\Entity\\MasivoMedicinas" but no such service exists.'],
], [
'masivoMedicina' => 'App\\Entity\\MasivoMedicinas',
]);
}
/**
* Gets the private '.service_locator.iIduej6' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IIduej6Service()
{
return $this->privates['.service_locator.iIduej6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'odontogramaProcedimiento' => ['privates', '.errored..service_locator.iIduej6.App\\Entity\\OdontogramaProcedimiento', NULL, 'Cannot autowire service ".service_locator.iIduej6": it references class "App\\Entity\\OdontogramaProcedimiento" but no such service exists.'],
], [
'odontogramaProcedimiento' => 'App\\Entity\\OdontogramaProcedimiento',
]);
}
/**
* Gets the private '.service_locator.iKeGTeb' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IKeGTebService()
{
return $this->privates['.service_locator.iKeGTeb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosHistoriaClinicaRepository' => ['privates', 'App\\Repository\\DiagnosticosHistoriaClinicaRepository', 'getDiagnosticosHistoriaClinicaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
], [
'diagnosticosHistoriaClinicaRepository' => 'App\\Repository\\DiagnosticosHistoriaClinicaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.iV3yz1e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IV3yz1eService()
{
return $this->privates['.service_locator.iV3yz1e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'odontograma' => ['privates', '.errored..service_locator.iV3yz1e.App\\Entity\\Odontograma', NULL, 'Cannot autowire service ".service_locator.iV3yz1e": it references class "App\\Entity\\Odontograma" but no such service exists.'],
'odontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'odontograma' => 'App\\Entity\\Odontograma',
'odontogramaRepository' => 'App\\Repository\\OdontogramaRepository',
]);
}
/**
* Gets the private '.service_locator.iWHQF4D' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IWHQF4DService()
{
return $this->privates['.service_locator.iWHQF4D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoSeguro' => ['privates', '.errored..service_locator.iWHQF4D.App\\Entity\\TipoSeguro', NULL, 'Cannot autowire service ".service_locator.iWHQF4D": it references class "App\\Entity\\TipoSeguro" but no such service exists.'],
], [
'tipoSeguro' => 'App\\Entity\\TipoSeguro',
]);
}
/**
* Gets the private '.service_locator.iZK6B0X' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IZK6B0XService()
{
return $this->privates['.service_locator.iZK6B0X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.iZK6B0X.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.iZK6B0X": it references class "App\\Entity\\Agenda" but no such service exists.'],
'odontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'odontogramaRepository' => 'App\\Repository\\OdontogramaRepository',
]);
}
/**
* Gets the private '.service_locator.ilI_nKC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_IlINKCService()
{
return $this->privates['.service_locator.ilI_nKC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
'user' => ['privates', '.errored..service_locator.ilI_nKC.App\\Entity\\User', NULL, 'Cannot autowire service ".service_locator.ilI_nKC": it references class "App\\Entity\\User" but no such service exists.'],
], [
'passwordEncoder' => '?',
'user' => 'App\\Entity\\User',
]);
}
/**
* Gets the private '.service_locator.j5MVk9T' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_J5MVk9TService()
{
return $this->privates['.service_locator.j5MVk9T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosEpicrisisRepository' => ['privates', 'App\\Repository\\DiagnosticosEpicrisisRepository', 'getDiagnosticosEpicrisisRepositoryService', false],
], [
'diagnosticosEpicrisisRepository' => 'App\\Repository\\DiagnosticosEpicrisisRepository',
]);
}
/**
* Gets the private '.service_locator.jBCaj3m' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JBCaj3mService()
{
return $this->privates['.service_locator.jBCaj3m'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'orden012Detalle' => ['privates', '.errored..service_locator.jBCaj3m.App\\Entity\\Orden012Detalle', NULL, 'Cannot autowire service ".service_locator.jBCaj3m": it references class "App\\Entity\\Orden012Detalle" but no such service exists.'],
], [
'orden012Detalle' => 'App\\Entity\\Orden012Detalle',
]);
}
/**
* Gets the private '.service_locator.jYltmC2' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JYltmC2Service()
{
return $this->privates['.service_locator.jYltmC2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'insumosEnfermeriaRepository' => ['privates', 'App\\Repository\\InsumosEnfermeriaRepository', 'getInsumosEnfermeriaRepositoryService', false],
], [
'insumosEnfermeriaRepository' => 'App\\Repository\\InsumosEnfermeriaRepository',
]);
}
/**
* Gets the private '.service_locator.jfjHnHv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_JfjHnHvService()
{
return $this->privates['.service_locator.jfjHnHv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenParametroRepository' => ['privates', 'App\\Repository\\ExamenParametroRepository', 'getExamenParametroRepositoryService', false],
'examenReferenciaRepository' => ['privates', 'App\\Repository\\ExamenReferenciaRepository', 'getExamenReferenciaRepositoryService', false],
], [
'examenParametroRepository' => 'App\\Repository\\ExamenParametroRepository',
'examenReferenciaRepository' => 'App\\Repository\\ExamenReferenciaRepository',
]);
}
/**
* Gets the private '.service_locator.jsvg0Au' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Jsvg0AuService()
{
return $this->privates['.service_locator.jsvg0Au'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'planoDetalle' => ['privates', '.errored..service_locator.jsvg0Au.App\\Entity\\PlanoDetalle', NULL, 'Cannot autowire service ".service_locator.jsvg0Au": it references class "App\\Entity\\PlanoDetalle" but no such service exists.'],
], [
'planoDetalle' => 'App\\Entity\\PlanoDetalle',
]);
}
/**
* Gets the private '.service_locator.k6gP3ln' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_K6gP3lnService()
{
return $this->privates['.service_locator.k6gP3ln'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'datosCirugia' => ['privates', '.errored..service_locator.k6gP3ln.App\\Entity\\DatosCirugia', NULL, 'Cannot autowire service ".service_locator.k6gP3ln": it references class "App\\Entity\\DatosCirugia" but no such service exists.'],
'hdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'datosCirugia' => 'App\\Entity\\DatosCirugia',
'hdMaestroPasosRepository' => 'App\\Repository\\HdMaestroPasosRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.kGkAO16' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KGkAO16Service()
{
return $this->privates['.service_locator.kGkAO16'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrden' => ['privates', '.errored..service_locator.kGkAO16.App\\Entity\\ExamenOrden', NULL, 'Cannot autowire service ".service_locator.kGkAO16": it references class "App\\Entity\\ExamenOrden" but no such service exists.'],
], [
'examenOrden' => 'App\\Entity\\ExamenOrden',
]);
}
/**
* Gets the private '.service_locator.kbzTUKL' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_KbzTUKLService()
{
return $this->privates['.service_locator.kbzTUKL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
], [
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
]);
}
/**
* Gets the private '.service_locator.lqGv9z8' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LqGv9z8Service()
{
return $this->privates['.service_locator.lqGv9z8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'imagenesEstudio' => ['privates', '.errored..service_locator.lqGv9z8.App\\Entity\\ImagenesEstudio', NULL, 'Cannot autowire service ".service_locator.lqGv9z8": it references class "App\\Entity\\ImagenesEstudio" but no such service exists.'],
], [
'imagenesEstudio' => 'App\\Entity\\ImagenesEstudio',
]);
}
/**
* Gets the private '.service_locator.lwLXc0n' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_LwLXc0nService()
{
return $this->privates['.service_locator.lwLXc0n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'labProtocoloExaman' => ['privates', '.errored..service_locator.lwLXc0n.App\\Entity\\LabProtocoloExamen', NULL, 'Cannot autowire service ".service_locator.lwLXc0n": it references class "App\\Entity\\LabProtocoloExamen" but no such service exists.'],
], [
'labProtocoloExaman' => 'App\\Entity\\LabProtocoloExamen',
]);
}
/**
* Gets the private '.service_locator.m5P8SPO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M5P8SPOService()
{
return $this->privates['.service_locator.m5P8SPO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinica' => ['privates', '.errored..service_locator.m5P8SPO.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator.m5P8SPO": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.m5yBgzc' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_M5yBgzcService()
{
return $this->privates['.service_locator.m5yBgzc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdMaestroPasosRepository' => ['privates', 'App\\Repository\\HdMaestroPasosRepository', 'getHdMaestroPasosRepositoryService', false],
], [
'hdMaestroPasosRepository' => 'App\\Repository\\HdMaestroPasosRepository',
]);
}
/**
* Gets the private '.service_locator.mbEMFFX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_MbEMFFXService()
{
return $this->privates['.service_locator.mbEMFFX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
], [
'examenRepository' => 'App\\Repository\\ExamenRepository',
]);
}
/**
* Gets the private '.service_locator.mcRAVVC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_McRAVVCService()
{
return $this->privates['.service_locator.mcRAVVC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.mx0UMmY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Mx0UMmYService()
{
return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine' => ['services', 'doctrine', 'getDoctrineService', false],
'form.factory' => ['services', '.container.private.form.factory', 'get_Container_Private_Form_FactoryService', false],
'http_kernel' => ['services', 'http_kernel', 'getHttpKernelService', false],
'parameter_bag' => ['privates', 'parameter_bag', 'getParameterBagService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'router' => ['services', 'router', 'getRouterService', false],
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.csrf.token_manager' => ['services', '.container.private.security.csrf.token_manager', 'get_Container_Private_Security_Csrf_TokenManagerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
'serializer' => ['services', '.container.private.serializer', 'get_Container_Private_SerializerService', false],
'session' => ['privates', '.session.deprecated', 'get_Session_DeprecatedService', false],
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'doctrine' => '?',
'form.factory' => '?',
'http_kernel' => '?',
'parameter_bag' => '?',
'request_stack' => '?',
'router' => '?',
'security.authorization_checker' => '?',
'security.csrf.token_manager' => '?',
'security.token_storage' => '?',
'serializer' => '?',
'session' => '.session.deprecated',
'twig' => '?',
]);
}
/**
* Gets the private '.service_locator.n57xgky' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_N57xgkyService()
{
return $this->privates['.service_locator.n57xgky'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'banco' => ['privates', '.errored..service_locator.n57xgky.App\\Entity\\Bancos', NULL, 'Cannot autowire service ".service_locator.n57xgky": it references class "App\\Entity\\Bancos" but no such service exists.'],
], [
'banco' => 'App\\Entity\\Bancos',
]);
}
/**
* Gets the private '.service_locator.nAn3yuS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NAn3yuSService()
{
return $this->privates['.service_locator.nAn3yuS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosOrden012' => ['privates', '.errored..service_locator.nAn3yuS.App\\Entity\\DiagnosticosOrden012', NULL, 'Cannot autowire service ".service_locator.nAn3yuS": it references class "App\\Entity\\DiagnosticosOrden012" but no such service exists.'],
], [
'diagnosticosOrden012' => 'App\\Entity\\DiagnosticosOrden012',
]);
}
/**
* Gets the private '.service_locator.nbm8nlH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Nbm8nlHService()
{
return $this->privates['.service_locator.nbm8nlH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenVentaDetallePago' => ['privates', '.errored..service_locator.nbm8nlH.App\\Entity\\OrdenVentaDetallePago', NULL, 'Cannot autowire service ".service_locator.nbm8nlH": it references class "App\\Entity\\OrdenVentaDetallePago" but no such service exists.'],
], [
'ordenVentaDetallePago' => 'App\\Entity\\OrdenVentaDetallePago',
]);
}
/**
* Gets the private '.service_locator.nglQMUO' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_NglQMUOService()
{
return $this->privates['.service_locator.nglQMUO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'terapiasRepository' => ['privates', 'App\\Repository\\TerapiasRepository', 'getTerapiasRepositoryService', false],
], [
'terapiasRepository' => 'App\\Repository\\TerapiasRepository',
]);
}
/**
* Gets the private '.service_locator.o0qrMDD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_O0qrMDDService()
{
return $this->privates['.service_locator.o0qrMDD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinica' => ['privates', '.errored..service_locator.o0qrMDD.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator.o0qrMDD": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
], [
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
]);
}
/**
* Gets the private '.service_locator.oTWHXho' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OTWHXhoService()
{
return $this->privates['.service_locator.oTWHXho'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
]);
}
/**
* Gets the private '.service_locator.ocNVydf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OcNVydfService()
{
return $this->privates['.service_locator.ocNVydf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'labProtocoloRepository' => ['privates', 'App\\Repository\\LabProtocoloRepository', 'getLabProtocoloRepositoryService', false],
], [
'labProtocoloRepository' => 'App\\Repository\\LabProtocoloRepository',
]);
}
/**
* Gets the private '.service_locator.ojSj0s0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OjSj0s0Service()
{
return $this->privates['.service_locator.ojSj0s0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.oliDKEN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_OliDKENService()
{
return $this->privates['.service_locator.oliDKEN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
]);
}
/**
* Gets the private '.service_locator.ov0pkMf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Ov0pkMfService()
{
return $this->privates['.service_locator.ov0pkMf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaDetalleContificoRepository' => ['privates', 'App\\Repository\\AgendaDetalleContificoRepository', 'getAgendaDetalleContificoRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'agendaDetalleContificoRepository' => 'App\\Repository\\AgendaDetalleContificoRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.p04JR3P' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P04JR3PService()
{
return $this->privates['.service_locator.p04JR3P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'especialidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'procedimientosRepository' => ['privates', 'App\\Repository\\ProcedimientosRepository', 'getProcedimientosRepositoryService', false],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
'seguroPrivadoRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'especialidadRepository' => 'App\\Repository\\EspecialidadRepository',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'procedimientosRepository' => 'App\\Repository\\ProcedimientosRepository',
'salaRepository' => 'App\\Repository\\SalaRepository',
'seguroPrivadoRepository' => 'App\\Repository\\SeguroPrivadoRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.p5vkHPN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_P5vkHPNService()
{
return $this->privates['.service_locator.p5vkHPN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'dientesRepository' => ['privates', 'App\\Repository\\DientesRepository', 'getDientesRepositoryService', false],
'odontograma' => ['privates', '.errored..service_locator.p5vkHPN.App\\Entity\\Odontograma', NULL, 'Cannot autowire service ".service_locator.p5vkHPN": it references class "App\\Entity\\Odontograma" but no such service exists.'],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'dientesRepository' => 'App\\Repository\\DientesRepository',
'odontograma' => 'App\\Entity\\Odontograma',
]);
}
/**
* Gets the private '.service_locator.pLSjJMP' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PLSjJMPService()
{
return $this->privates['.service_locator.pLSjJMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'paqueteRepository' => ['privates', 'App\\Repository\\PaqueteRepository', 'getPaqueteRepositoryService', false],
'producto' => ['privates', '.errored..service_locator.pLSjJMP.App\\Entity\\Producto', NULL, 'Cannot autowire service ".service_locator.pLSjJMP": it references class "App\\Entity\\Producto" but no such service exists.'],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'paqueteRepository' => 'App\\Repository\\PaqueteRepository',
'producto' => 'App\\Entity\\Producto',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.pnH2ETv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PnH2ETvService()
{
return $this->privates['.service_locator.pnH2ETv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenParametro' => ['privates', '.errored..service_locator.pnH2ETv.App\\Entity\\ExamenParametro', NULL, 'Cannot autowire service ".service_locator.pnH2ETv": it references class "App\\Entity\\ExamenParametro" but no such service exists.'],
], [
'examenParametro' => 'App\\Entity\\ExamenParametro',
]);
}
/**
* Gets the private '.service_locator.prqTLpa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_PrqTLpaService()
{
return $this->privates['.service_locator.prqTLpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'labProtocoloRepository' => ['privates', 'App\\Repository\\LabProtocoloRepository', 'getLabProtocoloRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'labProtocoloRepository' => 'App\\Repository\\LabProtocoloRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.service_locator.pswu058' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Pswu058Service()
{
return $this->privates['.service_locator.pswu058'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'receta' => ['privates', '.errored..service_locator.pswu058.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator.pswu058": it references class "App\\Entity\\Receta" but no such service exists.'],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'receta' => 'App\\Entity\\Receta',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.qHZ7tzW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QHZ7tzWService()
{
return $this->privates['.service_locator.qHZ7tzW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planoDetalleRepository' => ['privates', 'App\\Repository\\PlanoDetalleRepository', 'getPlanoDetalleRepositoryService', false],
], [
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planoDetalleRepository' => 'App\\Repository\\PlanoDetalleRepository',
]);
}
/**
* Gets the private '.service_locator.qTKlar4' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QTKlar4Service()
{
return $this->privates['.service_locator.qTKlar4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tipoServicio' => ['privates', '.errored..service_locator.qTKlar4.App\\Entity\\TipoServicio', NULL, 'Cannot autowire service ".service_locator.qTKlar4": it references class "App\\Entity\\TipoServicio" but no such service exists.'],
'tipoServicioRepository' => ['privates', 'App\\Repository\\TipoServicioRepository', 'getTipoServicioRepositoryService', false],
], [
'tipoServicio' => 'App\\Entity\\TipoServicio',
'tipoServicioRepository' => 'App\\Repository\\TipoServicioRepository',
]);
}
/**
* Gets the private '.service_locator.qt7nKbm' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Qt7nKbmService()
{
return $this->privates['.service_locator.qt7nKbm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
], [
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'examenRepository' => 'App\\Repository\\ExamenRepository',
]);
}
/**
* Gets the private '.service_locator.qzXHBZ7' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_QzXHBZ7Service()
{
return $this->privates['.service_locator.qzXHBZ7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'orden012Detalle' => ['privates', '.errored..service_locator.qzXHBZ7.App\\Entity\\Orden012Detalle', NULL, 'Cannot autowire service ".service_locator.qzXHBZ7": it references class "App\\Entity\\Orden012Detalle" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'orden012Detalle' => 'App\\Entity\\Orden012Detalle',
]);
}
/**
* Gets the private '.service_locator.rIa3p2z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RIa3p2zService()
{
return $this->privates['.service_locator.rIa3p2z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examan' => ['privates', '.errored..service_locator.rIa3p2z.App\\Entity\\Examen', NULL, 'Cannot autowire service ".service_locator.rIa3p2z": it references class "App\\Entity\\Examen" but no such service exists.'],
], [
'examan' => 'App\\Entity\\Examen',
]);
}
/**
* Gets the private '.service_locator.rMLIsBv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RMLIsBvService()
{
return $this->privates['.service_locator.rMLIsBv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detalleCargaContificoRepository' => ['privates', 'App\\Repository\\DetalleCargaContificoRepository', 'getDetalleCargaContificoRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'detalleCargaContificoRepository' => 'App\\Repository\\DetalleCargaContificoRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.rXB.sW9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RXB_SW9Service()
{
return $this->privates['.service_locator.rXB.sW9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'orden012Repository' => ['privates', 'App\\Repository\\Orden012Repository', 'getOrden012RepositoryService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
'orden012Repository' => 'App\\Repository\\Orden012Repository',
]);
}
/**
* Gets the private '.service_locator.rbyfLJd' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RbyfLJdService()
{
return $this->privates['.service_locator.rbyfLJd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
], [
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
]);
}
/**
* Gets the private '.service_locator.ryVsE9E' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_RyVsE9EService()
{
return $this->privates['.service_locator.ryVsE9E'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRecesionMovilidad' => ['privates', '.errored..service_locator.ryVsE9E.App\\Entity\\AgendaRecesionMovilidad', NULL, 'Cannot autowire service ".service_locator.ryVsE9E": it references class "App\\Entity\\AgendaRecesionMovilidad" but no such service exists.'],
], [
'agendaRecesionMovilidad' => 'App\\Entity\\AgendaRecesionMovilidad',
]);
}
/**
* Gets the private '.service_locator.s8kIE2e' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S8kIE2eService()
{
return $this->privates['.service_locator.s8kIE2e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'ordenProcedimiento' => ['privates', '.errored..service_locator.s8kIE2e.App\\Entity\\OrdenProcedimiento', NULL, 'Cannot autowire service ".service_locator.s8kIE2e": it references class "App\\Entity\\OrdenProcedimiento" but no such service exists.'],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
], [
'ordenProcedimiento' => 'App\\Entity\\OrdenProcedimiento',
'salaRepository' => 'App\\Repository\\SalaRepository',
]);
}
/**
* Gets the private '.service_locator.s94QMRB' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_S94QMRBService()
{
return $this->privates['.service_locator.s94QMRB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cierreCajaDetalleRepository' => ['privates', 'App\\Repository\\CierreCajaDetalleRepository', 'getCierreCajaDetalleRepositoryService', false],
'cierreCajaRepository' => ['privates', 'App\\Repository\\CierreCajaRepository', 'getCierreCajaRepositoryService', false],
'numeroFacturaRepository' => ['privates', 'App\\Repository\\NumeroFacturaRepository', 'getNumeroFacturaRepositoryService', false],
'ordenVenta' => ['privates', '.errored..service_locator.s94QMRB.App\\Entity\\OrdenVenta', NULL, 'Cannot autowire service ".service_locator.s94QMRB": it references class "App\\Entity\\OrdenVenta" but no such service exists.'],
], [
'cierreCajaDetalleRepository' => 'App\\Repository\\CierreCajaDetalleRepository',
'cierreCajaRepository' => 'App\\Repository\\CierreCajaRepository',
'numeroFacturaRepository' => 'App\\Repository\\NumeroFacturaRepository',
'ordenVenta' => 'App\\Entity\\OrdenVenta',
]);
}
/**
* Gets the private '.service_locator.sEb37Gx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SEb37GxService()
{
return $this->privates['.service_locator.sEb37Gx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'imagenesEstudioRepository' => ['privates', 'App\\Repository\\ImagenesEstudioRepository', 'getImagenesEstudioRepositoryService', false],
], [
'imagenesEstudioRepository' => 'App\\Repository\\ImagenesEstudioRepository',
]);
}
/**
* Gets the private '.service_locator.sR9Zkzg' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SR9ZkzgService()
{
return $this->privates['.service_locator.sR9Zkzg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.sR9Zkzg.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.sR9Zkzg": it references class "App\\Entity\\Agenda" but no such service exists.'],
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'agendaRepository' => 'App\\Repository\\AgendaRepository',
]);
}
/**
* Gets the private '.service_locator.sRGx2lV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SRGx2lVService()
{
return $this->privates['.service_locator.sRGx2lV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'record' => ['privates', '.errored..service_locator.sRGx2lV.App\\Entity\\Record', NULL, 'Cannot autowire service ".service_locator.sRGx2lV": it references class "App\\Entity\\Record" but no such service exists.'],
'recordlaboratorioRepository' => ['privates', 'App\\Repository\\RecordlaboratorioRepository', 'getRecordlaboratorioRepositoryService', false],
], [
'record' => 'App\\Entity\\Record',
'recordlaboratorioRepository' => 'App\\Repository\\RecordlaboratorioRepository',
]);
}
/**
* Gets the private '.service_locator.siuDucY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SiuDucYService()
{
return $this->privates['.service_locator.siuDucY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cierreCaja' => ['privates', '.errored..service_locator.siuDucY.App\\Entity\\CierreCaja', NULL, 'Cannot autowire service ".service_locator.siuDucY": it references class "App\\Entity\\CierreCaja" but no such service exists.'],
], [
'cierreCaja' => 'App\\Entity\\CierreCaja',
]);
}
/**
* Gets the private '.service_locator.smoF0oF' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_SmoF0oFService()
{
return $this->privates['.service_locator.smoF0oF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'dependencium' => ['privates', '.errored..service_locator.smoF0oF.App\\Entity\\Dependencia', NULL, 'Cannot autowire service ".service_locator.smoF0oF": it references class "App\\Entity\\Dependencia" but no such service exists.'],
], [
'dependencium' => 'App\\Entity\\Dependencia',
]);
}
/**
* Gets the private '.service_locator.t.XgU3s' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T_XgU3sService()
{
return $this->privates['.service_locator.t.XgU3s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'tarjeta' => ['privates', '.errored..service_locator.t.XgU3s.App\\Entity\\Tarjetas', NULL, 'Cannot autowire service ".service_locator.t.XgU3s": it references class "App\\Entity\\Tarjetas" but no such service exists.'],
], [
'tarjeta' => 'App\\Entity\\Tarjetas',
]);
}
/**
* Gets the private '.service_locator.t0aasGW' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T0aasGWService()
{
return $this->privates['.service_locator.t0aasGW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'labProtocolo' => ['privates', '.errored..service_locator.t0aasGW.App\\Entity\\LabProtocolo', NULL, 'Cannot autowire service ".service_locator.t0aasGW": it references class "App\\Entity\\LabProtocolo" but no such service exists.'],
], [
'labProtocolo' => 'App\\Entity\\LabProtocolo',
]);
}
/**
* Gets the private '.service_locator.t6EnLXI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_T6EnLXIService()
{
return $this->privates['.service_locator.t6EnLXI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'diagnosticosInterconsultaRepository' => ['privates', 'App\\Repository\\DiagnosticosInterconsultaRepository', 'getDiagnosticosInterconsultaRepositoryService', false],
], [
'diagnosticosInterconsultaRepository' => 'App\\Repository\\DiagnosticosInterconsultaRepository',
]);
}
/**
* Gets the private '.service_locator.tXM58lC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TXM58lCService()
{
return $this->privates['.service_locator.tXM58lC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'passwordEncoder' => ['services', '.container.private.security.password_encoder', 'get_Container_Private_Security_PasswordEncoderService', false],
], [
'passwordEncoder' => '?',
]);
}
/**
* Gets the private '.service_locator.tXyeBg0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TXyeBg0Service()
{
return $this->privates['.service_locator.tXyeBg0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'labProtocoloExamenRepository' => ['privates', 'App\\Repository\\LabProtocoloExamenRepository', 'getLabProtocoloExamenRepositoryService', false],
'labProtocoloRepository' => ['privates', 'App\\Repository\\LabProtocoloRepository', 'getLabProtocoloRepositoryService', false],
], [
'labProtocoloExamenRepository' => 'App\\Repository\\LabProtocoloExamenRepository',
'labProtocoloRepository' => 'App\\Repository\\LabProtocoloRepository',
]);
}
/**
* Gets the private '.service_locator.tquCaM9' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TquCaM9Service()
{
return $this->privates['.service_locator.tquCaM9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
'estudioRepository' => 'App\\Repository\\EstudioRepository',
]);
}
/**
* Gets the private '.service_locator.tzmtOFV' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_TzmtOFVService()
{
return $this->privates['.service_locator.tzmtOFV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'odontograma' => ['privates', '.errored..service_locator.tzmtOFV.App\\Entity\\Odontograma', NULL, 'Cannot autowire service ".service_locator.tzmtOFV": it references class "App\\Entity\\Odontograma" but no such service exists.'],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'odontograma' => 'App\\Entity\\Odontograma',
]);
}
/**
* Gets the private '.service_locator.u1C.eKU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U1C_EKUService()
{
return $this->privates['.service_locator.u1C.eKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cargaContificoRepository' => ['privates', 'App\\Repository\\CargaContificoRepository', 'getCargaContificoRepositoryService', false],
], [
'cargaContificoRepository' => 'App\\Repository\\CargaContificoRepository',
]);
}
/**
* Gets the private '.service_locator.u87HBwv' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_U87HBwvService()
{
return $this->privates['.service_locator.u87HBwv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'bancosRepository' => ['privates', 'App\\Repository\\BancosRepository', 'getBancosRepositoryService', false],
], [
'bancosRepository' => 'App\\Repository\\BancosRepository',
]);
}
/**
* Gets the private '.service_locator.uDPBgLu' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UDPBgLuService()
{
return $this->privates['.service_locator.uDPBgLu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'receta' => ['privates', '.errored..service_locator.uDPBgLu.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator.uDPBgLu": it references class "App\\Entity\\Receta" but no such service exists.'],
], [
'receta' => 'App\\Entity\\Receta',
]);
}
/**
* Gets the private '.service_locator.uDVImdi' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UDVImdiService()
{
return $this->privates['.service_locator.uDVImdi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudioRespository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
], [
'estudioRespository' => 'App\\Repository\\EstudioRepository',
]);
}
/**
* Gets the private '.service_locator.uF_6hFa' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UF6hFaService()
{
return $this->privates['.service_locator.uF_6hFa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
'interconsultaRepository' => ['privates', 'App\\Repository\\InterconsultaRepository', 'getInterconsultaRepositoryService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
'interconsultaRepository' => 'App\\Repository\\InterconsultaRepository',
]);
}
/**
* Gets the private '.service_locator.uIKtvHf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UIKtvHfService()
{
return $this->privates['.service_locator.uIKtvHf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detalleTerapia' => ['privates', '.errored..service_locator.uIKtvHf.App\\Entity\\DetalleTerapias', NULL, 'Cannot autowire service ".service_locator.uIKtvHf": it references class "App\\Entity\\DetalleTerapias" but no such service exists.'],
], [
'detalleTerapia' => 'App\\Entity\\DetalleTerapias',
]);
}
/**
* Gets the private '.service_locator.uNOPzrx' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UNOPzrxService()
{
return $this->privates['.service_locator.uNOPzrx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'examenDetalleRepository' => ['privates', 'App\\Repository\\ExamenDetalleRepository', 'getExamenDetalleRepositoryService', false],
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'planocabecerarepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
'tipoAs400Repository' => ['privates', 'App\\Repository\\TipoAs400Repository', 'getTipoAs400RepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'examenDetalleRepository' => 'App\\Repository\\ExamenDetalleRepository',
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'planocabecerarepository' => 'App\\Repository\\PlanoCabeceraRepository',
'tipoAs400Repository' => 'App\\Repository\\TipoAs400Repository',
]);
}
/**
* Gets the private '.service_locator.uvrrPJK' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_UvrrPJKService()
{
return $this->privates['.service_locator.uvrrPJK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaArchivosRepository' => ['privates', 'App\\Repository\\AgendaArchivosRepository', 'getAgendaArchivosRepositoryService', false],
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'maestroDocumentosRepository' => ['privates', 'App\\Repository\\MaestroDocumentosRepository', 'getMaestroDocumentosRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'agendaArchivosRepository' => 'App\\Repository\\AgendaArchivosRepository',
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'maestroDocumentosRepository' => 'App\\Repository\\MaestroDocumentosRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.v6XnL94' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_V6XnL94Service()
{
return $this->privates['.service_locator.v6XnL94'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'recetaRepository' => ['privates', 'App\\Repository\\RecetaRepository', 'getRecetaRepositoryService', false],
'recetum' => ['privates', '.errored..service_locator.v6XnL94.App\\Entity\\Receta', NULL, 'Cannot autowire service ".service_locator.v6XnL94": it references class "App\\Entity\\Receta" but no such service exists.'],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'recetaRepository' => 'App\\Repository\\RecetaRepository',
'recetum' => 'App\\Entity\\Receta',
]);
}
/**
* Gets the private '.service_locator.vFLyZbk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VFLyZbkService()
{
return $this->privates['.service_locator.vFLyZbk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudio' => ['privates', '.errored..service_locator.vFLyZbk.App\\Entity\\Estudio', NULL, 'Cannot autowire service ".service_locator.vFLyZbk": it references class "App\\Entity\\Estudio" but no such service exists.'],
], [
'estudio' => 'App\\Entity\\Estudio',
]);
}
/**
* Gets the private '.service_locator.vI89KRe' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VI89KReService()
{
return $this->privates['.service_locator.vI89KRe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'historiaClinica' => ['privates', '.errored..service_locator.vI89KRe.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator.vI89KRe": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
]);
}
/**
* Gets the private '.service_locator.vo3flOM' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Vo3flOMService()
{
return $this->privates['.service_locator.vo3flOM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10' => ['privates', '.errored..service_locator.vo3flOM.App\\Entity\\Cie10', NULL, 'Cannot autowire service ".service_locator.vo3flOM": it references class "App\\Entity\\Cie10" but no such service exists.'],
], [
'cie10' => 'App\\Entity\\Cie10',
]);
}
/**
* Gets the private '.service_locator.vslGi3F' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_VslGi3FService()
{
return $this->privates['.service_locator.vslGi3F'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'planoCabeceraRepository' => ['privates', 'App\\Repository\\PlanoCabeceraRepository', 'getPlanoCabeceraRepositoryService', false],
], [
'itemsCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'planoCabeceraRepository' => 'App\\Repository\\PlanoCabeceraRepository',
]);
}
/**
* Gets the private '.service_locator.wA9VCrC' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WA9VCrCService()
{
return $this->privates['.service_locator.wA9VCrC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'recetaDetalle' => ['privates', '.errored..service_locator.wA9VCrC.App\\Entity\\RecetaDetalle', NULL, 'Cannot autowire service ".service_locator.wA9VCrC": it references class "App\\Entity\\RecetaDetalle" but no such service exists.'],
], [
'recetaDetalle' => 'App\\Entity\\RecetaDetalle',
]);
}
/**
* Gets the private '.service_locator.wBzK41V' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WBzK41VService()
{
return $this->privates['.service_locator.wBzK41V'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.wKl.kai' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WKl_KaiService()
{
return $this->privates['.service_locator.wKl.kai'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
], [
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
]);
}
/**
* Gets the private '.service_locator.wZ4uqyk' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WZ4uqykService()
{
return $this->privates['.service_locator.wZ4uqyk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdOrdenesRepository' => ['privates', 'App\\Repository\\HdOrdenesRepository', 'getHdOrdenesRepositoryService', false],
], [
'hdOrdenesRepository' => 'App\\Repository\\HdOrdenesRepository',
]);
}
/**
* Gets the private '.service_locator.wa.ZznD' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Wa_ZznDService()
{
return $this->privates['.service_locator.wa.ZznD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'insumosEnfermeriaRepository' => ['privates', 'App\\Repository\\InsumosEnfermeriaRepository', 'getInsumosEnfermeriaRepositoryService', false],
'planoCabecera' => ['privates', '.errored..service_locator.wa.ZznD.App\\Entity\\PlanoCabecera', NULL, 'Cannot autowire service ".service_locator.wa.ZznD": it references class "App\\Entity\\PlanoCabecera" but no such service exists.'],
], [
'insumosEnfermeriaRepository' => 'App\\Repository\\InsumosEnfermeriaRepository',
'planoCabecera' => 'App\\Entity\\PlanoCabecera',
]);
}
/**
* Gets the private '.service_locator.wi_j08R' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_WiJ08RService()
{
return $this->privates['.service_locator.wi_j08R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresa' => ['privates', '.errored..service_locator.wi_j08R.App\\Entity\\Empresa', NULL, 'Cannot autowire service ".service_locator.wi_j08R": it references class "App\\Entity\\Empresa" but no such service exists.'],
], [
'empresa' => 'App\\Entity\\Empresa',
]);
}
/**
* Gets the private '.service_locator.x2Dtz2z' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X2Dtz2zService()
{
return $this->privates['.service_locator.x2Dtz2z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'estudioRepository' => ['privates', 'App\\Repository\\EstudioRepository', 'getEstudioRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
], [
'estudioRepository' => 'App\\Repository\\EstudioRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
]);
}
/**
* Gets the private '.service_locator.x9QN07b' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_X9QN07bService()
{
return $this->privates['.service_locator.x9QN07b'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'logAntecedentesPersonales' => ['privates', '.errored..service_locator.x9QN07b.App\\Entity\\LogAntecedentesPersonales', NULL, 'Cannot autowire service ".service_locator.x9QN07b": it references class "App\\Entity\\LogAntecedentesPersonales" but no such service exists.'],
], [
'logAntecedentesPersonales' => 'App\\Entity\\LogAntecedentesPersonales',
]);
}
/**
* Gets the private '.service_locator.xGTdlZI' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XGTdlZIService()
{
return $this->privates['.service_locator.xGTdlZI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'salaRepository' => 'App\\Repository\\SalaRepository',
]);
}
/**
* Gets the private '.service_locator.xGYzs64' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XGYzs64Service()
{
return $this->privates['.service_locator.xGYzs64'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'productoXlsRepository' => ['privates', 'App\\Repository\\ProductoXlsRepository', 'getProductoXlsRepositoryService', false],
'tipoServicioRepository' => ['privates', 'App\\Repository\\TipoServicioRepository', 'getTipoServicioRepositoryService', false],
], [
'productoXlsRepository' => 'App\\Repository\\ProductoXlsRepository',
'tipoServicioRepository' => 'App\\Repository\\TipoServicioRepository',
]);
}
/**
* Gets the private '.service_locator.xKfaEYY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XKfaEYYService()
{
return $this->privates['.service_locator.xKfaEYY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenRepository' => ['privates', 'App\\Repository\\ExamenRepository', 'getExamenRepositoryService', false],
'examenordenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
], [
'examenRepository' => 'App\\Repository\\ExamenRepository',
'examenordenRepository' => 'App\\Repository\\ExamenOrdenRepository',
]);
}
/**
* Gets the private '.service_locator.xRyE0Vf' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XRyE0VfService()
{
return $this->privates['.service_locator.xRyE0Vf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'derivacion' => ['privates', '.errored..service_locator.xRyE0Vf.App\\Entity\\Derivacion', NULL, 'Cannot autowire service ".service_locator.xRyE0Vf": it references class "App\\Entity\\Derivacion" but no such service exists.'],
], [
'derivacion' => 'App\\Entity\\Derivacion',
]);
}
/**
* Gets the private '.service_locator.xTev3fH' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XTev3fHService()
{
return $this->privates['.service_locator.xTev3fH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.xUrKPVU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XUrKPVUService()
{
return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'loader' => ['privates', '.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface', NULL, 'Cannot autowire service ".service_locator.xUrKPVU": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
], [
'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
]);
}
/**
* Gets the private '.service_locator.xd_jThG' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XdJThGService()
{
return $this->privates['.service_locator.xd_jThG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'convenioRepository' => ['privates', 'App\\Repository\\ConvenioRepository', 'getConvenioRepositoryService', false],
'itemConveniosRepository' => ['privates', 'App\\Repository\\ItemConveniosRepository', 'getItemConveniosRepositoryService', false],
'maestroPlantillasRepository' => ['privates', 'App\\Repository\\MaestroPlantillasRepository', 'getMaestroPlantillasRepositoryService', false],
'planoCabecera' => ['privates', '.errored..service_locator.xd_jThG.App\\Entity\\PlanoCabecera', NULL, 'Cannot autowire service ".service_locator.xd_jThG": it references class "App\\Entity\\PlanoCabecera" but no such service exists.'],
], [
'convenioRepository' => 'App\\Repository\\ConvenioRepository',
'itemConveniosRepository' => 'App\\Repository\\ItemConveniosRepository',
'maestroPlantillasRepository' => 'App\\Repository\\MaestroPlantillasRepository',
'planoCabecera' => 'App\\Entity\\PlanoCabecera',
]);
}
/**
* Gets the private '.service_locator.xipOYQr' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_XipOYQrService()
{
return $this->privates['.service_locator.xipOYQr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'examenOrden' => ['privates', '.errored..service_locator.xipOYQr.App\\Entity\\ExamenOrden', NULL, 'Cannot autowire service ".service_locator.xipOYQr": it references class "App\\Entity\\ExamenOrden" but no such service exists.'],
'examenOrdenResultadoRepository' => ['privates', 'App\\Repository\\ExamenOrdenResultadoRepository', 'getExamenOrdenResultadoRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
], [
'examenOrden' => 'App\\Entity\\ExamenOrden',
'examenOrdenResultadoRepository' => 'App\\Repository\\ExamenOrdenResultadoRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
]);
}
/**
* Gets the private '.service_locator.xr.koNU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_Xr_KoNUService()
{
return $this->privates['.service_locator.xr.koNU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemsCArgosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'masivoMedicinasRepository' => ['privates', 'App\\Repository\\MasivoMedicinasRepository', 'getMasivoMedicinasRepositoryService', false],
'medicinaRepository' => ['privates', 'App\\Repository\\MedicinaRepository', 'getMedicinaRepositoryService', false],
'ordenVentaDetalleRepository' => ['privates', 'App\\Repository\\OrdenVentaDetalleRepository', 'getOrdenVentaDetalleRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'itemsCArgosRepository' => 'App\\Repository\\ItemsCargosRepository',
'masivoMedicinasRepository' => 'App\\Repository\\MasivoMedicinasRepository',
'medicinaRepository' => 'App\\Repository\\MedicinaRepository',
'ordenVentaDetalleRepository' => 'App\\Repository\\OrdenVentaDetalleRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.yWVwbq0' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YWVwbq0Service()
{
return $this->privates['.service_locator.yWVwbq0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdSolicitudDiagnosticosRepository' => ['privates', 'App\\Repository\\HdSolicitudDiagnosticosRepository', 'getHdSolicitudDiagnosticosRepositoryService', false],
], [
'hdSolicitudDiagnosticosRepository' => 'App\\Repository\\HdSolicitudDiagnosticosRepository',
]);
}
/**
* Gets the private '.service_locator.yqIrC_x' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YqIrCXService()
{
return $this->privates['.service_locator.yqIrC_x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'clientesRepository' => ['privates', 'App\\Repository\\ClientesRepository', 'getClientesRepositoryService', false],
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'ordenVentaDetalleRepository' => ['privates', 'App\\Repository\\OrdenVentaDetalleRepository', 'getOrdenVentaDetalleRepositoryService', false],
'ordenVentaRepository' => ['privates', 'App\\Repository\\OrdenVentaRepository', 'getOrdenVentaRepositoryService', false],
'productoRepository' => ['privates', 'App\\Repository\\ProductoRepository', 'getProductoRepositoryService', false],
], [
'clientesRepository' => 'App\\Repository\\ClientesRepository',
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'ordenVentaDetalleRepository' => 'App\\Repository\\OrdenVentaDetalleRepository',
'ordenVentaRepository' => 'App\\Repository\\OrdenVentaRepository',
'productoRepository' => 'App\\Repository\\ProductoRepository',
]);
}
/**
* Gets the private '.service_locator.yrHsatA' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YrHsatAService()
{
return $this->privates['.service_locator.yrHsatA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'hdSolicitudDiagnosticosRepository' => ['privates', 'App\\Repository\\HdSolicitudDiagnosticosRepository', 'getHdSolicitudDiagnosticosRepositoryService', false],
'hdsolicitudRepository' => ['privates', 'App\\Repository\\HdSolicitudRepository', 'getHdSolicitudRepositoryService', false],
], [
'hdSolicitudDiagnosticosRepository' => 'App\\Repository\\HdSolicitudDiagnosticosRepository',
'hdsolicitudRepository' => 'App\\Repository\\HdSolicitudRepository',
]);
}
/**
* Gets the private '.service_locator.yvzfTkz' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_YvzfTkzService()
{
return $this->privates['.service_locator.yvzfTkz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'terapia' => ['privates', '.errored..service_locator.yvzfTkz.App\\Entity\\Terapias', NULL, 'Cannot autowire service ".service_locator.yvzfTkz": it references class "App\\Entity\\Terapias" but no such service exists.'],
'terapiasRepository' => ['privates', 'App\\Repository\\TerapiasRepository', 'getTerapiasRepositoryService', false],
], [
'terapia' => 'App\\Entity\\Terapias',
'terapiasRepository' => 'App\\Repository\\TerapiasRepository',
]);
}
/**
* Gets the private '.service_locator.zFcJjKU' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZFcJjKUService()
{
return $this->privates['.service_locator.zFcJjKU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'authenticationUtils' => ['privates', 'security.authentication_utils', 'getSecurity_AuthenticationUtilsService', false],
], [
'authenticationUtils' => '?',
]);
}
/**
* Gets the private '.service_locator.zJyh7qS' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZJyh7qSService()
{
return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.firewall.map.context.dev' => ['privates', 'security.firewall.map.context.dev', 'getSecurity_Firewall_Map_Context_DevService', false],
'security.firewall.map.context.main' => ['privates', 'security.firewall.map.context.main', 'getSecurity_Firewall_Map_Context_MainService', false],
], [
'security.firewall.map.context.dev' => '?',
'security.firewall.map.context.main' => '?',
]);
}
/**
* Gets the private '.service_locator.zKRSaxR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZKRSaxRService()
{
return $this->privates['.service_locator.zKRSaxR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'detallePlantillasRepository' => ['privates', 'App\\Repository\\DetallePlantillasRepository', 'getDetallePlantillasRepositoryService', false],
'itemCargosRepository' => ['privates', 'App\\Repository\\ItemsCargosRepository', 'getItemsCargosRepositoryService', false],
'maestroPlantillasRepository' => ['privates', 'App\\Repository\\MaestroPlantillasRepository', 'getMaestroPlantillasRepositoryService', false],
], [
'detallePlantillasRepository' => 'App\\Repository\\DetallePlantillasRepository',
'itemCargosRepository' => 'App\\Repository\\ItemsCargosRepository',
'maestroPlantillasRepository' => 'App\\Repository\\MaestroPlantillasRepository',
]);
}
/**
* Gets the private '.service_locator.zNjYVsY' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZNjYVsYService()
{
return $this->privates['.service_locator.zNjYVsY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'cie10Repository' => ['privates', 'App\\Repository\\Cie10Repository', 'getCie10RepositoryService', false],
], [
'cie10Repository' => 'App\\Repository\\Cie10Repository',
]);
}
/**
* Gets the private '.service_locator.zStgsxJ' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZStgsxJService()
{
return $this->privates['.service_locator.zStgsxJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'itemConvenio' => ['privates', '.errored..service_locator.zStgsxJ.App\\Entity\\ItemConvenios', NULL, 'Cannot autowire service ".service_locator.zStgsxJ": it references class "App\\Entity\\ItemConvenios" but no such service exists.'],
], [
'itemConvenio' => 'App\\Entity\\ItemConvenios',
]);
}
/**
* Gets the private '.service_locator.zWscnn3' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZWscnn3Service()
{
return $this->privates['.service_locator.zWscnn3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'historiaClinica' => ['privates', '.errored..service_locator.zWscnn3.App\\Entity\\HistoriaClinica', NULL, 'Cannot autowire service ".service_locator.zWscnn3": it references class "App\\Entity\\HistoriaClinica" but no such service exists.'],
'odontogramaRepository' => ['privates', 'App\\Repository\\OdontogramaRepository', 'getOdontogramaRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'historiaClinica' => 'App\\Entity\\HistoriaClinica',
'odontogramaRepository' => 'App\\Repository\\OdontogramaRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.zZtX6PR' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZZtX6PRService()
{
return $this->privates['.service_locator.zZtX6PR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agenda' => ['privates', '.errored..service_locator.zZtX6PR.App\\Entity\\Agenda', NULL, 'Cannot autowire service ".service_locator.zZtX6PR": it references class "App\\Entity\\Agenda" but no such service exists.'],
'pacienteRepository' => ['privates', 'App\\Repository\\PacienteRepository', 'getPacienteRepositoryService', false],
'salaRepository' => ['privates', 'App\\Repository\\SalaRepository', 'getSalaRepositoryService', false],
'seguroRepository' => ['privates', 'App\\Repository\\SeguroPrivadoRepository', 'getSeguroPrivadoRepositoryService', false],
'unidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'userRepository' => ['privates', 'App\\Repository\\UserRepository', 'getUserRepositoryService', false],
], [
'agenda' => 'App\\Entity\\Agenda',
'pacienteRepository' => 'App\\Repository\\PacienteRepository',
'salaRepository' => 'App\\Repository\\SalaRepository',
'seguroRepository' => 'App\\Repository\\SeguroPrivadoRepository',
'unidadRepository' => 'App\\Repository\\EspecialidadRepository',
'userRepository' => 'App\\Repository\\UserRepository',
]);
}
/**
* Gets the private '.service_locator.zfORuDN' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZfORuDNService()
{
return $this->privates['.service_locator.zfORuDN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'empresaRepository' => ['privates', 'App\\Repository\\EmpresaRepository', 'getEmpresaRepositoryService', false],
'examenOrdenRepository' => ['privates', 'App\\Repository\\ExamenOrdenRepository', 'getExamenOrdenRepositoryService', false],
'orden' => ['privates', '.errored..service_locator.zfORuDN.App\\Entity\\OrdenVenta', NULL, 'Cannot autowire service ".service_locator.zfORuDN": it references class "App\\Entity\\OrdenVenta" but no such service exists.'],
], [
'empresaRepository' => 'App\\Repository\\EmpresaRepository',
'examenOrdenRepository' => 'App\\Repository\\ExamenOrdenRepository',
'orden' => 'App\\Entity\\OrdenVenta',
]);
}
/**
* Gets the private '.service_locator.zwCCS0K' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZwCCS0KService()
{
return $this->privates['.service_locator.zwCCS0K'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'pacienteReferenciaRepository' => ['privates', 'App\\Repository\\PacienteReferenciaRepository', 'getPacienteReferenciaRepositoryService', false],
], [
'pacienteReferenciaRepository' => 'App\\Repository\\PacienteReferenciaRepository',
]);
}
/**
* Gets the private '.service_locator.zwgYXFX' shared service.
*
* @return \Symfony\Component\DependencyInjection\ServiceLocator
*/
protected function get_ServiceLocator_ZwgYXFXService()
{
return $this->privates['.service_locator.zwgYXFX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'agendaRepository' => ['privates', 'App\\Repository\\AgendaRepository', 'getAgendaRepositoryService', false],
'especialidadRepository' => ['privates', 'App\\Repository\\EspecialidadRepository', 'getEspecialidadRepositoryService', false],
'historiaClinicaRepository' => ['privates', 'App\\Repository\\HistoriaClinicaRepository', 'getHistoriaClinicaRepositoryService', false],
'paginator' => ['services', 'knp_paginator', 'getKnpPaginatorService', false],
], [
'agendaRepository' => 'App\\Repository\\AgendaRepository',
'especialidadRepository' => 'App\\Repository\\EspecialidadRepository',
'historiaClinicaRepository' => 'App\\Repository\\HistoriaClinicaRepository',
'paginator' => '?',
]);
}
/**
* Gets the private '.session.deprecated' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionInterface
*/
protected function get_Session_DeprecatedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
}
/**
* Gets the private '.twig.command.debug.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Debug_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests', false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
});
}
/**
* Gets the private '.twig.command.lint.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_Twig_Command_Lint_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors', false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
});
}
/**
* Gets the private '.var_dumper.command.server_dump.lazy' shared service.
*
* @return \Symfony\Component\Console\Command\LazyCommand
*/
protected function get_VarDumper_Command_ServerDump_LazyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/LazyCommand.php';
return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place', false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
});
}
/**
* Gets the private 'App\EventSubscriber\CalendarSubscriber' shared autowired service.
*
* @return \App\EventSubscriber\CalendarSubscriber
*/
protected function getCalendarSubscriberService()
{
include_once \dirname(__DIR__, 4).'/src/EventSubscriber/CalendarSubscriber.php';
return $this->privates['App\\EventSubscriber\\CalendarSubscriber'] = new \App\EventSubscriber\CalendarSubscriber(($this->privates['App\\Repository\\AgendaRepository'] ?? $this->getAgendaRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
}
/**
* Gets the private 'App\Form\AgendaDetalleContificoType' shared autowired service.
*
* @return \App\Form\AgendaDetalleContificoType
*/
protected function getAgendaDetalleContificoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaDetalleContificoType.php';
return $this->privates['App\\Form\\AgendaDetalleContificoType'] = new \App\Form\AgendaDetalleContificoType();
}
/**
* Gets the private 'App\Form\AgendaOrdenProcType' shared autowired service.
*
* @return \App\Form\AgendaOrdenProcType
*/
protected function getAgendaOrdenProcTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaOrdenProcType.php';
return $this->privates['App\\Form\\AgendaOrdenProcType'] = new \App\Form\AgendaOrdenProcType();
}
/**
* Gets the private 'App\Form\AgendaRecesionMovilidadType' shared autowired service.
*
* @return \App\Form\AgendaRecesionMovilidadType
*/
protected function getAgendaRecesionMovilidadTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaRecesionMovilidadType.php';
return $this->privates['App\\Form\\AgendaRecesionMovilidadType'] = new \App\Form\AgendaRecesionMovilidadType();
}
/**
* Gets the private 'App\Form\AgendaType' shared autowired service.
*
* @return \App\Form\AgendaType
*/
protected function getAgendaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaType.php';
return $this->privates['App\\Form\\AgendaType'] = new \App\Form\AgendaType();
}
/**
* Gets the private 'App\Form\AgendaTypeAdmision' shared autowired service.
*
* @return \App\Form\AgendaTypeAdmision
*/
protected function getAgendaTypeAdmisionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaTypeAdmision.php';
return $this->privates['App\\Form\\AgendaTypeAdmision'] = new \App\Form\AgendaTypeAdmision();
}
/**
* Gets the private 'App\Form\AgendaTypeConfirm' shared autowired service.
*
* @return \App\Form\AgendaTypeConfirm
*/
protected function getAgendaTypeConfirmService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaTypeConfirm.php';
return $this->privates['App\\Form\\AgendaTypeConfirm'] = new \App\Form\AgendaTypeConfirm();
}
/**
* Gets the private 'App\Form\AgendaTypeEdit' shared autowired service.
*
* @return \App\Form\AgendaTypeEdit
*/
protected function getAgendaTypeEditService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendaTypeEdit.php';
return $this->privates['App\\Form\\AgendaTypeEdit'] = new \App\Form\AgendaTypeEdit();
}
/**
* Gets the private 'App\Form\AgendarCirugiaType' shared autowired service.
*
* @return \App\Form\AgendarCirugiaType
*/
protected function getAgendarCirugiaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AgendarCirugiaType.php';
return $this->privates['App\\Form\\AgendarCirugiaType'] = new \App\Form\AgendarCirugiaType();
}
/**
* Gets the private 'App\Form\AntecedenteType' shared autowired service.
*
* @return \App\Form\AntecedenteType
*/
protected function getAntecedenteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/AntecedenteType.php';
return $this->privates['App\\Form\\AntecedenteType'] = new \App\Form\AntecedenteType();
}
/**
* Gets the private 'App\Form\BancosType' shared autowired service.
*
* @return \App\Form\BancosType
*/
protected function getBancosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BancosType.php';
return $this->privates['App\\Form\\BancosType'] = new \App\Form\BancosType();
}
/**
* Gets the private 'App\Form\BuscaCabeceraType' shared autowired service.
*
* @return \App\Form\BuscaCabeceraType
*/
protected function getBuscaCabeceraTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaCabeceraType.php';
return $this->privates['App\\Form\\BuscaCabeceraType'] = new \App\Form\BuscaCabeceraType();
}
/**
* Gets the private 'App\Form\BuscaCabeceraType2' shared autowired service.
*
* @return \App\Form\BuscaCabeceraType2
*/
protected function getBuscaCabeceraType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaCabeceraType2.php';
return $this->privates['App\\Form\\BuscaCabeceraType2'] = new \App\Form\BuscaCabeceraType2();
}
/**
* Gets the private 'App\Form\BuscaConsolidadaType' shared autowired service.
*
* @return \App\Form\BuscaConsolidadaType
*/
protected function getBuscaConsolidadaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaConsolidadaType.php';
return $this->privates['App\\Form\\BuscaConsolidadaType'] = new \App\Form\BuscaConsolidadaType();
}
/**
* Gets the private 'App\Form\BuscaEspecialidad' shared autowired service.
*
* @return \App\Form\BuscaEspecialidad
*/
protected function getBuscaEspecialidadService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaEspecialidad.php';
return $this->privates['App\\Form\\BuscaEspecialidad'] = new \App\Form\BuscaEspecialidad();
}
/**
* Gets the private 'App\Form\BuscaFarmaciaType' shared autowired service.
*
* @return \App\Form\BuscaFarmaciaType
*/
protected function getBuscaFarmaciaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaFarmaciaType.php';
return $this->privates['App\\Form\\BuscaFarmaciaType'] = new \App\Form\BuscaFarmaciaType();
}
/**
* Gets the private 'App\Form\BuscaLiquidacionType' shared autowired service.
*
* @return \App\Form\BuscaLiquidacionType
*/
protected function getBuscaLiquidacionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaLiquidacionType.php';
return $this->privates['App\\Form\\BuscaLiquidacionType'] = new \App\Form\BuscaLiquidacionType();
}
/**
* Gets the private 'App\Form\BuscaLiquidacionType2' shared autowired service.
*
* @return \App\Form\BuscaLiquidacionType2
*/
protected function getBuscaLiquidacionType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaLiquidacionType2.php';
return $this->privates['App\\Form\\BuscaLiquidacionType2'] = new \App\Form\BuscaLiquidacionType2();
}
/**
* Gets the private 'App\Form\BuscaOrdenType_pac' shared autowired service.
*
* @return \App\Form\BuscaOrdenType_pac
*/
protected function getBuscaOrdenTypePacService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaOrdenType_pac.php';
return $this->privates['App\\Form\\BuscaOrdenType_pac'] = new \App\Form\BuscaOrdenType_pac();
}
/**
* Gets the private 'App\Form\BuscaPlanoType' shared autowired service.
*
* @return \App\Form\BuscaPlanoType
*/
protected function getBuscaPlanoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPlanoType.php';
return $this->privates['App\\Form\\BuscaPlanoType'] = new \App\Form\BuscaPlanoType();
}
/**
* Gets the private 'App\Form\BuscaPreparacionType' shared autowired service.
*
* @return \App\Form\BuscaPreparacionType
*/
protected function getBuscaPreparacionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionType.php';
return $this->privates['App\\Form\\BuscaPreparacionType'] = new \App\Form\BuscaPreparacionType();
}
/**
* Gets the private 'App\Form\BuscaPreparacionType2' shared autowired service.
*
* @return \App\Form\BuscaPreparacionType2
*/
protected function getBuscaPreparacionType2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionType2.php';
return $this->privates['App\\Form\\BuscaPreparacionType2'] = new \App\Form\BuscaPreparacionType2();
}
/**
* Gets the private 'App\Form\BuscaPreparacionTypeNew' shared autowired service.
*
* @return \App\Form\BuscaPreparacionTypeNew
*/
protected function getBuscaPreparacionTypeNewService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionTypeNew.php';
return $this->privates['App\\Form\\BuscaPreparacionTypeNew'] = new \App\Form\BuscaPreparacionTypeNew();
}
/**
* Gets the private 'App\Form\BuscaPreparacionType_pac' shared autowired service.
*
* @return \App\Form\BuscaPreparacionType_pac
*/
protected function getBuscaPreparacionTypePacService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionType_pac.php';
return $this->privates['App\\Form\\BuscaPreparacionType_pac'] = new \App\Form\BuscaPreparacionType_pac();
}
/**
* Gets the private 'App\Form\BuscaPreparacionType_pac2' shared autowired service.
*
* @return \App\Form\BuscaPreparacionType_pac2
*/
protected function getBuscaPreparacionTypePac2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionType_pac2.php';
return $this->privates['App\\Form\\BuscaPreparacionType_pac2'] = new \App\Form\BuscaPreparacionType_pac2();
}
/**
* Gets the private 'App\Form\BuscaPreparacionType_pac_rpt' shared autowired service.
*
* @return \App\Form\BuscaPreparacionType_pac_rpt
*/
protected function getBuscaPreparacionTypePacRptService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionType_pac_rpt.php';
return $this->privates['App\\Form\\BuscaPreparacionType_pac_rpt'] = new \App\Form\BuscaPreparacionType_pac_rpt();
}
/**
* Gets the private 'App\Form\BuscaPreparacionType_pac_rpt_lab' shared autowired service.
*
* @return \App\Form\BuscaPreparacionType_pac_rpt_lab
*/
protected function getBuscaPreparacionTypePacRptLabService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionType_pac_rpt_lab.php';
return $this->privates['App\\Form\\BuscaPreparacionType_pac_rpt_lab'] = new \App\Form\BuscaPreparacionType_pac_rpt_lab();
}
/**
* Gets the private 'App\Form\BuscaPreparacionType_paciente' shared autowired service.
*
* @return \App\Form\BuscaPreparacionType_paciente
*/
protected function getBuscaPreparacionTypePacienteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaPreparacionType_paciente.php';
return $this->privates['App\\Form\\BuscaPreparacionType_paciente'] = new \App\Form\BuscaPreparacionType_paciente();
}
/**
* Gets the private 'App\Form\BuscaProductoType' shared autowired service.
*
* @return \App\Form\BuscaProductoType
*/
protected function getBuscaProductoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaProductoType.php';
return $this->privates['App\\Form\\BuscaProductoType'] = new \App\Form\BuscaProductoType();
}
/**
* Gets the private 'App\Form\BuscaReporteType' shared autowired service.
*
* @return \App\Form\BuscaReporteType
*/
protected function getBuscaReporteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaReporteType.php';
return $this->privates['App\\Form\\BuscaReporteType'] = new \App\Form\BuscaReporteType();
}
/**
* Gets the private 'App\Form\BuscaSolicitudType' shared autowired service.
*
* @return \App\Form\BuscaSolicitudType
*/
protected function getBuscaSolicitudTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscaSolicitudType.php';
return $this->privates['App\\Form\\BuscaSolicitudType'] = new \App\Form\BuscaSolicitudType();
}
/**
* Gets the private 'App\Form\BuscarItemType' shared autowired service.
*
* @return \App\Form\BuscarItemType
*/
protected function getBuscarItemTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscarItemType.php';
return $this->privates['App\\Form\\BuscarItemType'] = new \App\Form\BuscarItemType();
}
/**
* Gets the private 'App\Form\BuscarPacienteType' shared autowired service.
*
* @return \App\Form\BuscarPacienteType
*/
protected function getBuscarPacienteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/BuscarPacienteType.php';
return $this->privates['App\\Form\\BuscarPacienteType'] = new \App\Form\BuscarPacienteType();
}
/**
* Gets the private 'App\Form\CargaContificoType' shared autowired service.
*
* @return \App\Form\CargaContificoType
*/
protected function getCargaContificoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CargaContificoType.php';
return $this->privates['App\\Form\\CargaContificoType'] = new \App\Form\CargaContificoType();
}
/**
* Gets the private 'App\Form\Cie10Type' shared autowired service.
*
* @return \App\Form\Cie10Type
*/
protected function getCie10TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Cie10Type.php';
return $this->privates['App\\Form\\Cie10Type'] = new \App\Form\Cie10Type();
}
/**
* Gets the private 'App\Form\CierreCajaFacturaType' shared autowired service.
*
* @return \App\Form\CierreCajaFacturaType
*/
protected function getCierreCajaFacturaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CierreCajaFacturaType.php';
return $this->privates['App\\Form\\CierreCajaFacturaType'] = new \App\Form\CierreCajaFacturaType();
}
/**
* Gets the private 'App\Form\CierreCajaType' shared autowired service.
*
* @return \App\Form\CierreCajaType
*/
protected function getCierreCajaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CierreCajaType.php';
return $this->privates['App\\Form\\CierreCajaType'] = new \App\Form\CierreCajaType();
}
/**
* Gets the private 'App\Form\ClientesType' shared autowired service.
*
* @return \App\Form\ClientesType
*/
protected function getClientesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ClientesType.php';
return $this->privates['App\\Form\\ClientesType'] = new \App\Form\ClientesType();
}
/**
* Gets the private 'App\Form\CotizacionType' shared autowired service.
*
* @return \App\Form\CotizacionType
*/
protected function getCotizacionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/CotizacionType.php';
return $this->privates['App\\Form\\CotizacionType'] = new \App\Form\CotizacionType();
}
/**
* Gets the private 'App\Form\DatosCirugia2Type' shared autowired service.
*
* @return \App\Form\DatosCirugia2Type
*/
protected function getDatosCirugia2TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DatosCirugia2Type.php';
return $this->privates['App\\Form\\DatosCirugia2Type'] = new \App\Form\DatosCirugia2Type();
}
/**
* Gets the private 'App\Form\DatosCirugiaType' shared autowired service.
*
* @return \App\Form\DatosCirugiaType
*/
protected function getDatosCirugiaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DatosCirugiaType.php';
return $this->privates['App\\Form\\DatosCirugiaType'] = new \App\Form\DatosCirugiaType();
}
/**
* Gets the private 'App\Form\DependenciaType' shared autowired service.
*
* @return \App\Form\DependenciaType
*/
protected function getDependenciaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DependenciaType.php';
return $this->privates['App\\Form\\DependenciaType'] = new \App\Form\DependenciaType();
}
/**
* Gets the private 'App\Form\DerivacionType' shared autowired service.
*
* @return \App\Form\DerivacionType
*/
protected function getDerivacionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DerivacionType.php';
return $this->privates['App\\Form\\DerivacionType'] = new \App\Form\DerivacionType();
}
/**
* Gets the private 'App\Form\DetalleCargaContificoType' shared autowired service.
*
* @return \App\Form\DetalleCargaContificoType
*/
protected function getDetalleCargaContificoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DetalleCargaContificoType.php';
return $this->privates['App\\Form\\DetalleCargaContificoType'] = new \App\Form\DetalleCargaContificoType();
}
/**
* Gets the private 'App\Form\DetallePlantillas2Type' shared autowired service.
*
* @return \App\Form\DetallePlantillas2Type
*/
protected function getDetallePlantillas2TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DetallePlantillas2Type.php';
return $this->privates['App\\Form\\DetallePlantillas2Type'] = new \App\Form\DetallePlantillas2Type();
}
/**
* Gets the private 'App\Form\DetallePlantillasType' shared autowired service.
*
* @return \App\Form\DetallePlantillasType
*/
protected function getDetallePlantillasTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DetallePlantillasType.php';
return $this->privates['App\\Form\\DetallePlantillasType'] = new \App\Form\DetallePlantillasType();
}
/**
* Gets the private 'App\Form\DetalleTerapiasType' shared autowired service.
*
* @return \App\Form\DetalleTerapiasType
*/
protected function getDetalleTerapiasTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DetalleTerapiasType.php';
return $this->privates['App\\Form\\DetalleTerapiasType'] = new \App\Form\DetalleTerapiasType();
}
/**
* Gets the private 'App\Form\DiagnosticosEpicrisisType' shared autowired service.
*
* @return \App\Form\DiagnosticosEpicrisisType
*/
protected function getDiagnosticosEpicrisisTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DiagnosticosEpicrisisType.php';
return $this->privates['App\\Form\\DiagnosticosEpicrisisType'] = new \App\Form\DiagnosticosEpicrisisType();
}
/**
* Gets the private 'App\Form\DiagnosticosGastroType' shared autowired service.
*
* @return \App\Form\DiagnosticosGastroType
*/
protected function getDiagnosticosGastroTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DiagnosticosGastroType.php';
return $this->privates['App\\Form\\DiagnosticosGastroType'] = new \App\Form\DiagnosticosGastroType();
}
/**
* Gets the private 'App\Form\DiagnosticosHistoriaClinicaType' shared autowired service.
*
* @return \App\Form\DiagnosticosHistoriaClinicaType
*/
protected function getDiagnosticosHistoriaClinicaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DiagnosticosHistoriaClinicaType.php';
return $this->privates['App\\Form\\DiagnosticosHistoriaClinicaType'] = new \App\Form\DiagnosticosHistoriaClinicaType();
}
/**
* Gets the private 'App\Form\DiagnosticosInterconsultaType' shared autowired service.
*
* @return \App\Form\DiagnosticosInterconsultaType
*/
protected function getDiagnosticosInterconsultaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DiagnosticosInterconsultaType.php';
return $this->privates['App\\Form\\DiagnosticosInterconsultaType'] = new \App\Form\DiagnosticosInterconsultaType();
}
/**
* Gets the private 'App\Form\DiagnosticosOrden012Type' shared autowired service.
*
* @return \App\Form\DiagnosticosOrden012Type
*/
protected function getDiagnosticosOrden012TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DiagnosticosOrden012Type.php';
return $this->privates['App\\Form\\DiagnosticosOrden012Type'] = new \App\Form\DiagnosticosOrden012Type();
}
/**
* Gets the private 'App\Form\DientesType' shared autowired service.
*
* @return \App\Form\DientesType
*/
protected function getDientesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DientesType.php';
return $this->privates['App\\Form\\DientesType'] = new \App\Form\DientesType();
}
/**
* Gets the private 'App\Form\DocumentosAType' shared autowired service.
*
* @return \App\Form\DocumentosAType
*/
protected function getDocumentosATypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/DocumentosAType.php';
return $this->privates['App\\Form\\DocumentosAType'] = new \App\Form\DocumentosAType();
}
/**
* Gets the private 'App\Form\EmpresaType' shared autowired service.
*
* @return \App\Form\EmpresaType
*/
protected function getEmpresaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/EmpresaType.php';
return $this->privates['App\\Form\\EmpresaType'] = new \App\Form\EmpresaType();
}
/**
* Gets the private 'App\Form\EpicrisisType' shared autowired service.
*
* @return \App\Form\EpicrisisType
*/
protected function getEpicrisisTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/EpicrisisType.php';
return $this->privates['App\\Form\\EpicrisisType'] = new \App\Form\EpicrisisType();
}
/**
* Gets the private 'App\Form\Estudio2Type' shared autowired service.
*
* @return \App\Form\Estudio2Type
*/
protected function getEstudio2TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Estudio2Type.php';
return $this->privates['App\\Form\\Estudio2Type'] = new \App\Form\Estudio2Type();
}
/**
* Gets the private 'App\Form\Estudio4Type' shared autowired service.
*
* @return \App\Form\Estudio4Type
*/
protected function getEstudio4TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Estudio4Type.php';
return $this->privates['App\\Form\\Estudio4Type'] = new \App\Form\Estudio4Type();
}
/**
* Gets the private 'App\Form\Estudio5Type' shared autowired service.
*
* @return \App\Form\Estudio5Type
*/
protected function getEstudio5TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Estudio5Type.php';
return $this->privates['App\\Form\\Estudio5Type'] = new \App\Form\Estudio5Type();
}
/**
* Gets the private 'App\Form\Estudio6Type' shared autowired service.
*
* @return \App\Form\Estudio6Type
*/
protected function getEstudio6TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Estudio6Type.php';
return $this->privates['App\\Form\\Estudio6Type'] = new \App\Form\Estudio6Type();
}
/**
* Gets the private 'App\Form\Estudio7Type' shared autowired service.
*
* @return \App\Form\Estudio7Type
*/
protected function getEstudio7TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Estudio7Type.php';
return $this->privates['App\\Form\\Estudio7Type'] = new \App\Form\Estudio7Type();
}
/**
* Gets the private 'App\Form\Estudio8Type' shared autowired service.
*
* @return \App\Form\Estudio8Type
*/
protected function getEstudio8TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Estudio8Type.php';
return $this->privates['App\\Form\\Estudio8Type'] = new \App\Form\Estudio8Type();
}
/**
* Gets the private 'App\Form\Estudio9Type' shared autowired service.
*
* @return \App\Form\Estudio9Type
*/
protected function getEstudio9TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Estudio9Type.php';
return $this->privates['App\\Form\\Estudio9Type'] = new \App\Form\Estudio9Type();
}
/**
* Gets the private 'App\Form\EstudioType' shared autowired service.
*
* @return \App\Form\EstudioType
*/
protected function getEstudioTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/EstudioType.php';
return $this->privates['App\\Form\\EstudioType'] = new \App\Form\EstudioType();
}
/**
* Gets the private 'App\Form\ExamenBuscarType' shared autowired service.
*
* @return \App\Form\ExamenBuscarType
*/
protected function getExamenBuscarTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenBuscarType.php';
return $this->privates['App\\Form\\ExamenBuscarType'] = new \App\Form\ExamenBuscarType();
}
/**
* Gets the private 'App\Form\ExamenDetalleCotizacionType' shared autowired service.
*
* @return \App\Form\ExamenDetalleCotizacionType
*/
protected function getExamenDetalleCotizacionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenDetalleCotizacionType.php';
return $this->privates['App\\Form\\ExamenDetalleCotizacionType'] = new \App\Form\ExamenDetalleCotizacionType();
}
/**
* Gets the private 'App\Form\ExamenDetalleType' shared autowired service.
*
* @return \App\Form\ExamenDetalleType
*/
protected function getExamenDetalleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenDetalleType.php';
return $this->privates['App\\Form\\ExamenDetalleType'] = new \App\Form\ExamenDetalleType();
}
/**
* Gets the private 'App\Form\ExamenOrdenAgendarType' shared autowired service.
*
* @return \App\Form\ExamenOrdenAgendarType
*/
protected function getExamenOrdenAgendarTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenOrdenAgendarType.php';
return $this->privates['App\\Form\\ExamenOrdenAgendarType'] = new \App\Form\ExamenOrdenAgendarType();
}
/**
* Gets the private 'App\Form\ExamenOrdenResultadoType' shared autowired service.
*
* @return \App\Form\ExamenOrdenResultadoType
*/
protected function getExamenOrdenResultadoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenOrdenResultadoType.php';
return $this->privates['App\\Form\\ExamenOrdenResultadoType'] = new \App\Form\ExamenOrdenResultadoType();
}
/**
* Gets the private 'App\Form\ExamenOrdenType' shared autowired service.
*
* @return \App\Form\ExamenOrdenType
*/
protected function getExamenOrdenTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenOrdenType.php';
return $this->privates['App\\Form\\ExamenOrdenType'] = new \App\Form\ExamenOrdenType();
}
/**
* Gets the private 'App\Form\ExamenOrdenTypeRecepcion' shared autowired service.
*
* @return \App\Form\ExamenOrdenTypeRecepcion
*/
protected function getExamenOrdenTypeRecepcionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenOrdenTypeRecepcion.php';
return $this->privates['App\\Form\\ExamenOrdenTypeRecepcion'] = new \App\Form\ExamenOrdenTypeRecepcion();
}
/**
* Gets the private 'App\Form\ExamenParametroType' shared autowired service.
*
* @return \App\Form\ExamenParametroType
*/
protected function getExamenParametroTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenParametroType.php';
return $this->privates['App\\Form\\ExamenParametroType'] = new \App\Form\ExamenParametroType();
}
/**
* Gets the private 'App\Form\ExamenReferenciaType' shared autowired service.
*
* @return \App\Form\ExamenReferenciaType
*/
protected function getExamenReferenciaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenReferenciaType.php';
return $this->privates['App\\Form\\ExamenReferenciaType'] = new \App\Form\ExamenReferenciaType();
}
/**
* Gets the private 'App\Form\ExamenType' shared autowired service.
*
* @return \App\Form\ExamenType
*/
protected function getExamenTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenType.php';
return $this->privates['App\\Form\\ExamenType'] = new \App\Form\ExamenType();
}
/**
* Gets the private 'App\Form\ExamenType_Lab' shared autowired service.
*
* @return \App\Form\ExamenType_Lab
*/
protected function getExamenTypeLabService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenType_Lab.php';
return $this->privates['App\\Form\\ExamenType_Lab'] = new \App\Form\ExamenType_Lab();
}
/**
* Gets the private 'App\Form\ExamenType_maquina' shared autowired service.
*
* @return \App\Form\ExamenType_maquina
*/
protected function getExamenTypeMaquinaService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ExamenType_maquina.php';
return $this->privates['App\\Form\\ExamenType_maquina'] = new \App\Form\ExamenType_maquina();
}
/**
* Gets the private 'App\Form\FormaPagoType' shared autowired service.
*
* @return \App\Form\FormaPagoType
*/
protected function getFormaPagoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/FormaPagoType.php';
return $this->privates['App\\Form\\FormaPagoType'] = new \App\Form\FormaPagoType();
}
/**
* Gets the private 'App\Form\GastroDetalleType' shared autowired service.
*
* @return \App\Form\GastroDetalleType
*/
protected function getGastroDetalleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/GastroDetalleType.php';
return $this->privates['App\\Form\\GastroDetalleType'] = new \App\Form\GastroDetalleType();
}
/**
* Gets the private 'App\Form\GastroType' shared autowired service.
*
* @return \App\Form\GastroType
*/
protected function getGastroTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/GastroType.php';
return $this->privates['App\\Form\\GastroType'] = new \App\Form\GastroType();
}
/**
* Gets the private 'App\Form\HdArchivosType' shared autowired service.
*
* @return \App\Form\HdArchivosType
*/
protected function getHdArchivosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdArchivosType.php';
return $this->privates['App\\Form\\HdArchivosType'] = new \App\Form\HdArchivosType();
}
/**
* Gets the private 'App\Form\HdEmergencia2Type' shared autowired service.
*
* @return \App\Form\HdEmergencia2Type
*/
protected function getHdEmergencia2TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdEmergencia2Type.php';
return $this->privates['App\\Form\\HdEmergencia2Type'] = new \App\Form\HdEmergencia2Type();
}
/**
* Gets the private 'App\Form\HdEmergencia3Type' shared autowired service.
*
* @return \App\Form\HdEmergencia3Type
*/
protected function getHdEmergencia3TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdEmergencia3Type.php';
return $this->privates['App\\Form\\HdEmergencia3Type'] = new \App\Form\HdEmergencia3Type();
}
/**
* Gets the private 'App\Form\HdEmergencia4Type' shared autowired service.
*
* @return \App\Form\HdEmergencia4Type
*/
protected function getHdEmergencia4TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdEmergencia4Type.php';
return $this->privates['App\\Form\\HdEmergencia4Type'] = new \App\Form\HdEmergencia4Type();
}
/**
* Gets the private 'App\Form\HdEmergenciaType' shared autowired service.
*
* @return \App\Form\HdEmergenciaType
*/
protected function getHdEmergenciaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdEmergenciaType.php';
return $this->privates['App\\Form\\HdEmergenciaType'] = new \App\Form\HdEmergenciaType();
}
/**
* Gets the private 'App\Form\HdMaestroPasosType' shared autowired service.
*
* @return \App\Form\HdMaestroPasosType
*/
protected function getHdMaestroPasosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdMaestroPasosType.php';
return $this->privates['App\\Form\\HdMaestroPasosType'] = new \App\Form\HdMaestroPasosType();
}
/**
* Gets the private 'App\Form\HdOrdenesType' shared autowired service.
*
* @return \App\Form\HdOrdenesType
*/
protected function getHdOrdenesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdOrdenesType.php';
return $this->privates['App\\Form\\HdOrdenesType'] = new \App\Form\HdOrdenesType();
}
/**
* Gets the private 'App\Form\HdPasoType' shared autowired service.
*
* @return \App\Form\HdPasoType
*/
protected function getHdPasoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdPasoType.php';
return $this->privates['App\\Form\\HdPasoType'] = new \App\Form\HdPasoType();
}
/**
* Gets the private 'App\Form\HdSolicitudDiagnosticosType' shared autowired service.
*
* @return \App\Form\HdSolicitudDiagnosticosType
*/
protected function getHdSolicitudDiagnosticosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdSolicitudDiagnosticosType.php';
return $this->privates['App\\Form\\HdSolicitudDiagnosticosType'] = new \App\Form\HdSolicitudDiagnosticosType();
}
/**
* Gets the private 'App\Form\HdSolicitudType' shared autowired service.
*
* @return \App\Form\HdSolicitudType
*/
protected function getHdSolicitudTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HdSolicitudType.php';
return $this->privates['App\\Form\\HdSolicitudType'] = new \App\Form\HdSolicitudType();
}
/**
* Gets the private 'App\Form\HistoriaCertificadoType' shared autowired service.
*
* @return \App\Form\HistoriaCertificadoType
*/
protected function getHistoriaCertificadoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HistoriaCertificadoType.php';
return $this->privates['App\\Form\\HistoriaCertificadoType'] = new \App\Form\HistoriaCertificadoType();
}
/**
* Gets the private 'App\Form\HistoriaCertificadoType_old' shared autowired service.
*
* @return \App\Form\HistoriaCertificadoType_old
*/
protected function getHistoriaCertificadoTypeOldService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HistoriaCertificadoType_old.php';
return $this->privates['App\\Form\\HistoriaCertificadoType_old'] = new \App\Form\HistoriaCertificadoType_old();
}
/**
* Gets the private 'App\Form\HistoriaClinicaCardioType' shared autowired service.
*
* @return \App\Form\HistoriaClinicaCardioType
*/
protected function getHistoriaClinicaCardioTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HistoriaClinicaCardioType.php';
return $this->privates['App\\Form\\HistoriaClinicaCardioType'] = new \App\Form\HistoriaClinicaCardioType();
}
/**
* Gets the private 'App\Form\HistoriaClinicaTerapiaType' shared autowired service.
*
* @return \App\Form\HistoriaClinicaTerapiaType
*/
protected function getHistoriaClinicaTerapiaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HistoriaClinicaTerapiaType.php';
return $this->privates['App\\Form\\HistoriaClinicaTerapiaType'] = new \App\Form\HistoriaClinicaTerapiaType();
}
/**
* Gets the private 'App\Form\HistoriaClinicaType' shared autowired service.
*
* @return \App\Form\HistoriaClinicaType
*/
protected function getHistoriaClinicaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HistoriaClinicaType.php';
return $this->privates['App\\Form\\HistoriaClinicaType'] = new \App\Form\HistoriaClinicaType();
}
/**
* Gets the private 'App\Form\HistoriaClinicaValoracionType' shared autowired service.
*
* @return \App\Form\HistoriaClinicaValoracionType
*/
protected function getHistoriaClinicaValoracionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/HistoriaClinicaValoracionType.php';
return $this->privates['App\\Form\\HistoriaClinicaValoracionType'] = new \App\Form\HistoriaClinicaValoracionType();
}
/**
* Gets the private 'App\Form\ImagenesEstudioType' shared autowired service.
*
* @return \App\Form\ImagenesEstudioType
*/
protected function getImagenesEstudioTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ImagenesEstudioType.php';
return $this->privates['App\\Form\\ImagenesEstudioType'] = new \App\Form\ImagenesEstudioType();
}
/**
* Gets the private 'App\Form\ImagenesEstudioType_org' shared autowired service.
*
* @return \App\Form\ImagenesEstudioType_org
*/
protected function getImagenesEstudioTypeOrgService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ImagenesEstudioType_org.php';
return $this->privates['App\\Form\\ImagenesEstudioType_org'] = new \App\Form\ImagenesEstudioType_org();
}
/**
* Gets the private 'App\Form\InsumosEnfermeriaType' shared autowired service.
*
* @return \App\Form\InsumosEnfermeriaType
*/
protected function getInsumosEnfermeriaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/InsumosEnfermeriaType.php';
return $this->privates['App\\Form\\InsumosEnfermeriaType'] = new \App\Form\InsumosEnfermeriaType();
}
/**
* Gets the private 'App\Form\InsumosType' shared autowired service.
*
* @return \App\Form\InsumosType
*/
protected function getInsumosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/InsumosType.php';
return $this->privates['App\\Form\\InsumosType'] = new \App\Form\InsumosType();
}
/**
* Gets the private 'App\Form\InterconsultaType' shared autowired service.
*
* @return \App\Form\InterconsultaType
*/
protected function getInterconsultaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/InterconsultaType.php';
return $this->privates['App\\Form\\InterconsultaType'] = new \App\Form\InterconsultaType();
}
/**
* Gets the private 'App\Form\ItemConveniosType' shared autowired service.
*
* @return \App\Form\ItemConveniosType
*/
protected function getItemConveniosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ItemConveniosType.php';
return $this->privates['App\\Form\\ItemConveniosType'] = new \App\Form\ItemConveniosType();
}
/**
* Gets the private 'App\Form\ItemsCargosType' shared autowired service.
*
* @return \App\Form\ItemsCargosType
*/
protected function getItemsCargosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ItemsCargosType.php';
return $this->privates['App\\Form\\ItemsCargosType'] = new \App\Form\ItemsCargosType();
}
/**
* Gets the private 'App\Form\LabProtocoloExamenType' shared autowired service.
*
* @return \App\Form\LabProtocoloExamenType
*/
protected function getLabProtocoloExamenTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LabProtocoloExamenType.php';
return $this->privates['App\\Form\\LabProtocoloExamenType'] = new \App\Form\LabProtocoloExamenType();
}
/**
* Gets the private 'App\Form\LabProtocoloOrdenType' shared autowired service.
*
* @return \App\Form\LabProtocoloOrdenType
*/
protected function getLabProtocoloOrdenTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LabProtocoloOrdenType.php';
return $this->privates['App\\Form\\LabProtocoloOrdenType'] = new \App\Form\LabProtocoloOrdenType();
}
/**
* Gets the private 'App\Form\LabProtocoloType' shared autowired service.
*
* @return \App\Form\LabProtocoloType
*/
protected function getLabProtocoloTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LabProtocoloType.php';
return $this->privates['App\\Form\\LabProtocoloType'] = new \App\Form\LabProtocoloType();
}
/**
* Gets the private 'App\Form\Lab_ExamenType' shared autowired service.
*
* @return \App\Form\Lab_ExamenType
*/
protected function getLabExamenTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Lab_ExamenType.php';
return $this->privates['App\\Form\\Lab_ExamenType'] = new \App\Form\Lab_ExamenType();
}
/**
* Gets the private 'App\Form\LiquidacionType' shared autowired service.
*
* @return \App\Form\LiquidacionType
*/
protected function getLiquidacionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LiquidacionType.php';
return $this->privates['App\\Form\\LiquidacionType'] = new \App\Form\LiquidacionType();
}
/**
* Gets the private 'App\Form\LogAntecedentesPersonalesType' shared autowired service.
*
* @return \App\Form\LogAntecedentesPersonalesType
*/
protected function getLogAntecedentesPersonalesTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/LogAntecedentesPersonalesType.php';
return $this->privates['App\\Form\\LogAntecedentesPersonalesType'] = new \App\Form\LogAntecedentesPersonalesType();
}
/**
* Gets the private 'App\Form\MaestroPlantillasType' shared autowired service.
*
* @return \App\Form\MaestroPlantillasType
*/
protected function getMaestroPlantillasTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MaestroPlantillasType.php';
return $this->privates['App\\Form\\MaestroPlantillasType'] = new \App\Form\MaestroPlantillasType();
}
/**
* Gets the private 'App\Form\MedicinaType' shared autowired service.
*
* @return \App\Form\MedicinaType
*/
protected function getMedicinaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MedicinaType.php';
return $this->privates['App\\Form\\MedicinaType'] = new \App\Form\MedicinaType();
}
/**
* Gets the private 'App\Form\MovimientosProductosType' shared autowired service.
*
* @return \App\Form\MovimientosProductosType
*/
protected function getMovimientosProductosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/MovimientosProductosType.php';
return $this->privates['App\\Form\\MovimientosProductosType'] = new \App\Form\MovimientosProductosType();
}
/**
* Gets the private 'App\Form\NivelType' shared autowired service.
*
* @return \App\Form\NivelType
*/
protected function getNivelTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/NivelType.php';
return $this->privates['App\\Form\\NivelType'] = new \App\Form\NivelType();
}
/**
* Gets the private 'App\Form\Odontograma2Type' shared autowired service.
*
* @return \App\Form\Odontograma2Type
*/
protected function getOdontograma2TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Odontograma2Type.php';
return $this->privates['App\\Form\\Odontograma2Type'] = new \App\Form\Odontograma2Type();
}
/**
* Gets the private 'App\Form\OdontogramaProcedimientoDienteType' shared autowired service.
*
* @return \App\Form\OdontogramaProcedimientoDienteType
*/
protected function getOdontogramaProcedimientoDienteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OdontogramaProcedimientoDienteType.php';
return $this->privates['App\\Form\\OdontogramaProcedimientoDienteType'] = new \App\Form\OdontogramaProcedimientoDienteType();
}
/**
* Gets the private 'App\Form\OdontogramaProcedimientoType' shared autowired service.
*
* @return \App\Form\OdontogramaProcedimientoType
*/
protected function getOdontogramaProcedimientoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OdontogramaProcedimientoType.php';
return $this->privates['App\\Form\\OdontogramaProcedimientoType'] = new \App\Form\OdontogramaProcedimientoType();
}
/**
* Gets the private 'App\Form\OdontogramaType' shared autowired service.
*
* @return \App\Form\OdontogramaType
*/
protected function getOdontogramaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OdontogramaType.php';
return $this->privates['App\\Form\\OdontogramaType'] = new \App\Form\OdontogramaType();
}
/**
* Gets the private 'App\Form\Odontograma_ProcType' shared autowired service.
*
* @return \App\Form\Odontograma_ProcType
*/
protected function getOdontogramaProcTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Odontograma_ProcType.php';
return $this->privates['App\\Form\\Odontograma_ProcType'] = new \App\Form\Odontograma_ProcType();
}
/**
* Gets the private 'App\Form\Orden012DetalleType' shared autowired service.
*
* @return \App\Form\Orden012DetalleType
*/
protected function getOrden012DetalleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Orden012DetalleType.php';
return $this->privates['App\\Form\\Orden012DetalleType'] = new \App\Form\Orden012DetalleType();
}
/**
* Gets the private 'App\Form\Orden012Type' shared autowired service.
*
* @return \App\Form\Orden012Type
*/
protected function getOrden012TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/Orden012Type.php';
return $this->privates['App\\Form\\Orden012Type'] = new \App\Form\Orden012Type();
}
/**
* Gets the private 'App\Form\OrdenProcedimientoType' shared autowired service.
*
* @return \App\Form\OrdenProcedimientoType
*/
protected function getOrdenProcedimientoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OrdenProcedimientoType.php';
return $this->privates['App\\Form\\OrdenProcedimientoType'] = new \App\Form\OrdenProcedimientoType();
}
/**
* Gets the private 'App\Form\OrdenVentaDetallePagoType' shared autowired service.
*
* @return \App\Form\OrdenVentaDetallePagoType
*/
protected function getOrdenVentaDetallePagoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OrdenVentaDetallePagoType.php';
return $this->privates['App\\Form\\OrdenVentaDetallePagoType'] = new \App\Form\OrdenVentaDetallePagoType();
}
/**
* Gets the private 'App\Form\OrdenVentaDetalleType' shared autowired service.
*
* @return \App\Form\OrdenVentaDetalleType
*/
protected function getOrdenVentaDetalleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OrdenVentaDetalleType.php';
return $this->privates['App\\Form\\OrdenVentaDetalleType'] = new \App\Form\OrdenVentaDetalleType();
}
/**
* Gets the private 'App\Form\OrdenVentaType' shared autowired service.
*
* @return \App\Form\OrdenVentaType
*/
protected function getOrdenVentaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/OrdenVentaType.php';
return $this->privates['App\\Form\\OrdenVentaType'] = new \App\Form\OrdenVentaType();
}
/**
* Gets the private 'App\Form\PacienteReferenciaType' shared autowired service.
*
* @return \App\Form\PacienteReferenciaType
*/
protected function getPacienteReferenciaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PacienteReferenciaType.php';
return $this->privates['App\\Form\\PacienteReferenciaType'] = new \App\Form\PacienteReferenciaType();
}
/**
* Gets the private 'App\Form\PacienteType' shared autowired service.
*
* @return \App\Form\PacienteType
*/
protected function getPacienteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PacienteType.php';
return $this->privates['App\\Form\\PacienteType'] = new \App\Form\PacienteType();
}
/**
* Gets the private 'App\Form\PacienteTypeEdit' shared autowired service.
*
* @return \App\Form\PacienteTypeEdit
*/
protected function getPacienteTypeEditService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PacienteTypeEdit.php';
return $this->privates['App\\Form\\PacienteTypeEdit'] = new \App\Form\PacienteTypeEdit();
}
/**
* Gets the private 'App\Form\PacienteTypeFarmacia' shared autowired service.
*
* @return \App\Form\PacienteTypeFarmacia
*/
protected function getPacienteTypeFarmaciaService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PacienteTypeFarmacia.php';
return $this->privates['App\\Form\\PacienteTypeFarmacia'] = new \App\Form\PacienteTypeFarmacia();
}
/**
* Gets the private 'App\Form\PacienteTypeFarmacia2' shared autowired service.
*
* @return \App\Form\PacienteTypeFarmacia2
*/
protected function getPacienteTypeFarmacia2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PacienteTypeFarmacia2.php';
return $this->privates['App\\Form\\PacienteTypeFarmacia2'] = new \App\Form\PacienteTypeFarmacia2();
}
/**
* Gets the private 'App\Form\PantallasAs400Type' shared autowired service.
*
* @return \App\Form\PantallasAs400Type
*/
protected function getPantallasAs400TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PantallasAs400Type.php';
return $this->privates['App\\Form\\PantallasAs400Type'] = new \App\Form\PantallasAs400Type();
}
/**
* Gets the private 'App\Form\PaqueteType' shared autowired service.
*
* @return \App\Form\PaqueteType
*/
protected function getPaqueteTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PaqueteType.php';
return $this->privates['App\\Form\\PaqueteType'] = new \App\Form\PaqueteType();
}
/**
* Gets the private 'App\Form\PlanoCabeceraType' shared autowired service.
*
* @return \App\Form\PlanoCabeceraType
*/
protected function getPlanoCabeceraTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PlanoCabeceraType.php';
return $this->privates['App\\Form\\PlanoCabeceraType'] = new \App\Form\PlanoCabeceraType();
}
/**
* Gets the private 'App\Form\PlanoDetalleType' shared autowired service.
*
* @return \App\Form\PlanoDetalleType
*/
protected function getPlanoDetalleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PlanoDetalleType.php';
return $this->privates['App\\Form\\PlanoDetalleType'] = new \App\Form\PlanoDetalleType();
}
/**
* Gets the private 'App\Form\PlanoPlantillaType' shared autowired service.
*
* @return \App\Form\PlanoPlantillaType
*/
protected function getPlanoPlantillaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PlanoPlantillaType.php';
return $this->privates['App\\Form\\PlanoPlantillaType'] = new \App\Form\PlanoPlantillaType();
}
/**
* Gets the private 'App\Form\PreparacionEstudioGlicemiaType' shared autowired service.
*
* @return \App\Form\PreparacionEstudioGlicemiaType
*/
protected function getPreparacionEstudioGlicemiaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PreparacionEstudioGlicemiaType.php';
return $this->privates['App\\Form\\PreparacionEstudioGlicemiaType'] = new \App\Form\PreparacionEstudioGlicemiaType();
}
/**
* Gets the private 'App\Form\PreparacionEstudioType' shared autowired service.
*
* @return \App\Form\PreparacionEstudioType
*/
protected function getPreparacionEstudioTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PreparacionEstudioType.php';
return $this->privates['App\\Form\\PreparacionEstudioType'] = new \App\Form\PreparacionEstudioType();
}
/**
* Gets the private 'App\Form\PreparacionType' shared autowired service.
*
* @return \App\Form\PreparacionType
*/
protected function getPreparacionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PreparacionType.php';
return $this->privates['App\\Form\\PreparacionType'] = new \App\Form\PreparacionType();
}
/**
* Gets the private 'App\Form\PreparacionTypeV2' shared autowired service.
*
* @return \App\Form\PreparacionTypeV2
*/
protected function getPreparacionTypeV2Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PreparacionTypeV2.php';
return $this->privates['App\\Form\\PreparacionTypeV2'] = new \App\Form\PreparacionTypeV2();
}
/**
* Gets the private 'App\Form\PrescripcionType' shared autowired service.
*
* @return \App\Form\PrescripcionType
*/
protected function getPrescripcionTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/PrescripcionType.php';
return $this->privates['App\\Form\\PrescripcionType'] = new \App\Form\PrescripcionType();
}
/**
* Gets the private 'App\Form\ProcedimientosType' shared autowired service.
*
* @return \App\Form\ProcedimientosType
*/
protected function getProcedimientosTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ProcedimientosType.php';
return $this->privates['App\\Form\\ProcedimientosType'] = new \App\Form\ProcedimientosType();
}
/**
* Gets the private 'App\Form\ProductoBuscarType' shared autowired service.
*
* @return \App\Form\ProductoBuscarType
*/
protected function getProductoBuscarTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ProductoBuscarType.php';
return $this->privates['App\\Form\\ProductoBuscarType'] = new \App\Form\ProductoBuscarType();
}
/**
* Gets the private 'App\Form\ProductoNivelType' shared autowired service.
*
* @return \App\Form\ProductoNivelType
*/
protected function getProductoNivelTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ProductoNivelType.php';
return $this->privates['App\\Form\\ProductoNivelType'] = new \App\Form\ProductoNivelType();
}
/**
* Gets the private 'App\Form\ProductoType' shared autowired service.
*
* @return \App\Form\ProductoType
*/
protected function getProductoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ProductoType.php';
return $this->privates['App\\Form\\ProductoType'] = new \App\Form\ProductoType();
}
/**
* Gets the private 'App\Form\ProductoXlsType' shared autowired service.
*
* @return \App\Form\ProductoXlsType
*/
protected function getProductoXlsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/ProductoXlsType.php';
return $this->privates['App\\Form\\ProductoXlsType'] = new \App\Form\ProductoXlsType();
}
/**
* Gets the private 'App\Form\RecetaDetalleType' shared autowired service.
*
* @return \App\Form\RecetaDetalleType
*/
protected function getRecetaDetalleTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RecetaDetalleType.php';
return $this->privates['App\\Form\\RecetaDetalleType'] = new \App\Form\RecetaDetalleType();
}
/**
* Gets the private 'App\Form\RecetaObsType' shared autowired service.
*
* @return \App\Form\RecetaObsType
*/
protected function getRecetaObsTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RecetaObsType.php';
return $this->privates['App\\Form\\RecetaObsType'] = new \App\Form\RecetaObsType();
}
/**
* Gets the private 'App\Form\RecetaType' shared autowired service.
*
* @return \App\Form\RecetaType
*/
protected function getRecetaTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RecetaType.php';
return $this->privates['App\\Form\\RecetaType'] = new \App\Form\RecetaType();
}
/**
* Gets the private 'App\Form\RecordType' shared autowired service.
*
* @return \App\Form\RecordType
*/
protected function getRecordTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RecordType.php';
return $this->privates['App\\Form\\RecordType'] = new \App\Form\RecordType();
}
/**
* Gets the private 'App\Form\RecordlaboratorioType' shared autowired service.
*
* @return \App\Form\RecordlaboratorioType
*/
protected function getRecordlaboratorioTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/RecordlaboratorioType.php';
return $this->privates['App\\Form\\RecordlaboratorioType'] = new \App\Form\RecordlaboratorioType();
}
/**
* Gets the private 'App\Form\SeguroPrivadoType' shared autowired service.
*
* @return \App\Form\SeguroPrivadoType
*/
protected function getSeguroPrivadoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/SeguroPrivadoType.php';
return $this->privates['App\\Form\\SeguroPrivadoType'] = new \App\Form\SeguroPrivadoType();
}
/**
* Gets the private 'App\Form\TSeguroType' shared autowired service.
*
* @return \App\Form\TSeguroType
*/
protected function getTSeguroTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TSeguroType.php';
return $this->privates['App\\Form\\TSeguroType'] = new \App\Form\TSeguroType();
}
/**
* Gets the private 'App\Form\TarjetasType' shared autowired service.
*
* @return \App\Form\TarjetasType
*/
protected function getTarjetasTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TarjetasType.php';
return $this->privates['App\\Form\\TarjetasType'] = new \App\Form\TarjetasType();
}
/**
* Gets the private 'App\Form\TerapiasType' shared autowired service.
*
* @return \App\Form\TerapiasType
*/
protected function getTerapiasTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TerapiasType.php';
return $this->privates['App\\Form\\TerapiasType'] = new \App\Form\TerapiasType();
}
/**
* Gets the private 'App\Form\TipoAs400Type' shared autowired service.
*
* @return \App\Form\TipoAs400Type
*/
protected function getTipoAs400TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TipoAs400Type.php';
return $this->privates['App\\Form\\TipoAs400Type'] = new \App\Form\TipoAs400Type();
}
/**
* Gets the private 'App\Form\TipoExamenType' shared autowired service.
*
* @return \App\Form\TipoExamenType
*/
protected function getTipoExamenTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TipoExamenType.php';
return $this->privates['App\\Form\\TipoExamenType'] = new \App\Form\TipoExamenType();
}
/**
* Gets the private 'App\Form\TipoSeguroType' shared autowired service.
*
* @return \App\Form\TipoSeguroType
*/
protected function getTipoSeguroTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TipoSeguroType.php';
return $this->privates['App\\Form\\TipoSeguroType'] = new \App\Form\TipoSeguroType();
}
/**
* Gets the private 'App\Form\TipoServicioType' shared autowired service.
*
* @return \App\Form\TipoServicioType
*/
protected function getTipoServicioTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TipoServicioType.php';
return $this->privates['App\\Form\\TipoServicioType'] = new \App\Form\TipoServicioType();
}
/**
* Gets the private 'App\Form\TipoSubseguroType' shared autowired service.
*
* @return \App\Form\TipoSubseguroType
*/
protected function getTipoSubseguroTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TipoSubseguroType.php';
return $this->privates['App\\Form\\TipoSubseguroType'] = new \App\Form\TipoSubseguroType();
}
/**
* Gets the private 'App\Form\TurnoType' shared autowired service.
*
* @return \App\Form\TurnoType
*/
protected function getTurnoTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/TurnoType.php';
return $this->privates['App\\Form\\TurnoType'] = new \App\Form\TurnoType();
}
/**
* Gets the private 'App\Form\User1Type' shared autowired service.
*
* @return \App\Form\User1Type
*/
protected function getUser1TypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/User1Type.php';
return $this->privates['App\\Form\\User1Type'] = new \App\Form\User1Type();
}
/**
* Gets the private 'App\Form\UserType' shared autowired service.
*
* @return \App\Form\UserType
*/
protected function getUserTypeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/src/Form/UserType.php';
return $this->privates['App\\Form\\UserType'] = new \App\Form\UserType();
}
/**
* Gets the private 'App\Repository\AgendaArchivosRepository' shared autowired service.
*
* @return \App\Repository\AgendaArchivosRepository
*/
protected function getAgendaArchivosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaArchivosRepository.php';
return $this->privates['App\\Repository\\AgendaArchivosRepository'] = new \App\Repository\AgendaArchivosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AgendaDetalleContificoRepository' shared autowired service.
*
* @return \App\Repository\AgendaDetalleContificoRepository
*/
protected function getAgendaDetalleContificoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaDetalleContificoRepository.php';
return $this->privates['App\\Repository\\AgendaDetalleContificoRepository'] = new \App\Repository\AgendaDetalleContificoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AgendaRecesionMovilidadRepository' shared autowired service.
*
* @return \App\Repository\AgendaRecesionMovilidadRepository
*/
protected function getAgendaRecesionMovilidadRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaRecesionMovilidadRepository.php';
return $this->privates['App\\Repository\\AgendaRecesionMovilidadRepository'] = new \App\Repository\AgendaRecesionMovilidadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\AgendaRepository' shared autowired service.
*
* @return \App\Repository\AgendaRepository
*/
protected function getAgendaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/AgendaRepository.php';
return $this->privates['App\\Repository\\AgendaRepository'] = new \App\Repository\AgendaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ApiLaboratorioRepository' shared autowired service.
*
* @return \App\Repository\ApiLaboratorioRepository
*/
protected function getApiLaboratorioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ApiLaboratorioRepository.php';
return $this->privates['App\\Repository\\ApiLaboratorioRepository'] = new \App\Repository\ApiLaboratorioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ArqueoCajaDenominacionRepository' shared autowired service.
*
* @return \App\Repository\ArqueoCajaDenominacionRepository
*/
protected function getArqueoCajaDenominacionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ArqueoCajaDenominacionRepository.php';
return $this->privates['App\\Repository\\ArqueoCajaDenominacionRepository'] = new \App\Repository\ArqueoCajaDenominacionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ArqueoCajaDetalleRepository' shared autowired service.
*
* @return \App\Repository\ArqueoCajaDetalleRepository
*/
protected function getArqueoCajaDetalleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ArqueoCajaDetalleRepository.php';
return $this->privates['App\\Repository\\ArqueoCajaDetalleRepository'] = new \App\Repository\ArqueoCajaDetalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ArqueoCajaRepository' shared autowired service.
*
* @return \App\Repository\ArqueoCajaRepository
*/
protected function getArqueoCajaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ArqueoCajaRepository.php';
return $this->privates['App\\Repository\\ArqueoCajaRepository'] = new \App\Repository\ArqueoCajaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\BancosRepository' shared autowired service.
*
* @return \App\Repository\BancosRepository
*/
protected function getBancosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/BancosRepository.php';
return $this->privates['App\\Repository\\BancosRepository'] = new \App\Repository\BancosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CargaContificoRepository' shared autowired service.
*
* @return \App\Repository\CargaContificoRepository
*/
protected function getCargaContificoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CargaContificoRepository.php';
return $this->privates['App\\Repository\\CargaContificoRepository'] = new \App\Repository\CargaContificoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Cie10Repository' shared autowired service.
*
* @return \App\Repository\Cie10Repository
*/
protected function getCie10RepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Cie10Repository.php';
return $this->privates['App\\Repository\\Cie10Repository'] = new \App\Repository\Cie10Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CierreCajaDetalleRepository' shared autowired service.
*
* @return \App\Repository\CierreCajaDetalleRepository
*/
protected function getCierreCajaDetalleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CierreCajaDetalleRepository.php';
return $this->privates['App\\Repository\\CierreCajaDetalleRepository'] = new \App\Repository\CierreCajaDetalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\CierreCajaRepository' shared autowired service.
*
* @return \App\Repository\CierreCajaRepository
*/
protected function getCierreCajaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CierreCajaRepository.php';
return $this->privates['App\\Repository\\CierreCajaRepository'] = new \App\Repository\CierreCajaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ClientesRepository' shared autowired service.
*
* @return \App\Repository\ClientesRepository
*/
protected function getClientesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ClientesRepository.php';
return $this->privates['App\\Repository\\ClientesRepository'] = new \App\Repository\ClientesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ConvenioRepository' shared autowired service.
*
* @return \App\Repository\ConvenioRepository
*/
protected function getConvenioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ConvenioRepository.php';
return $this->privates['App\\Repository\\ConvenioRepository'] = new \App\Repository\ConvenioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DatosCirugiaRepository' shared autowired service.
*
* @return \App\Repository\DatosCirugiaRepository
*/
protected function getDatosCirugiaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DatosCirugiaRepository.php';
return $this->privates['App\\Repository\\DatosCirugiaRepository'] = new \App\Repository\DatosCirugiaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DependenciaRepository' shared autowired service.
*
* @return \App\Repository\DependenciaRepository
*/
protected function getDependenciaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DependenciaRepository.php';
return $this->privates['App\\Repository\\DependenciaRepository'] = new \App\Repository\DependenciaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DerivacionRepository' shared autowired service.
*
* @return \App\Repository\DerivacionRepository
*/
protected function getDerivacionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DerivacionRepository.php';
return $this->privates['App\\Repository\\DerivacionRepository'] = new \App\Repository\DerivacionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DetalleCargaContificoRepository' shared autowired service.
*
* @return \App\Repository\DetalleCargaContificoRepository
*/
protected function getDetalleCargaContificoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DetalleCargaContificoRepository.php';
return $this->privates['App\\Repository\\DetalleCargaContificoRepository'] = new \App\Repository\DetalleCargaContificoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DetallePlantillasRepository' shared autowired service.
*
* @return \App\Repository\DetallePlantillasRepository
*/
protected function getDetallePlantillasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DetallePlantillasRepository.php';
return $this->privates['App\\Repository\\DetallePlantillasRepository'] = new \App\Repository\DetallePlantillasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DetalleTerapiasRepository' shared autowired service.
*
* @return \App\Repository\DetalleTerapiasRepository
*/
protected function getDetalleTerapiasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DetalleTerapiasRepository.php';
return $this->privates['App\\Repository\\DetalleTerapiasRepository'] = new \App\Repository\DetalleTerapiasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DiagnosticosEpicrisisRepository' shared autowired service.
*
* @return \App\Repository\DiagnosticosEpicrisisRepository
*/
protected function getDiagnosticosEpicrisisRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DiagnosticosEpicrisisRepository.php';
return $this->privates['App\\Repository\\DiagnosticosEpicrisisRepository'] = new \App\Repository\DiagnosticosEpicrisisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DiagnosticosHistoriaClinicaRepository' shared autowired service.
*
* @return \App\Repository\DiagnosticosHistoriaClinicaRepository
*/
protected function getDiagnosticosHistoriaClinicaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DiagnosticosHistoriaClinicaRepository.php';
return $this->privates['App\\Repository\\DiagnosticosHistoriaClinicaRepository'] = new \App\Repository\DiagnosticosHistoriaClinicaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DiagnosticosInterconsultaRepository' shared autowired service.
*
* @return \App\Repository\DiagnosticosInterconsultaRepository
*/
protected function getDiagnosticosInterconsultaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DiagnosticosInterconsultaRepository.php';
return $this->privates['App\\Repository\\DiagnosticosInterconsultaRepository'] = new \App\Repository\DiagnosticosInterconsultaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DiagnosticosOrden012Repository' shared autowired service.
*
* @return \App\Repository\DiagnosticosOrden012Repository
*/
protected function getDiagnosticosOrden012RepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DiagnosticosOrden012Repository.php';
return $this->privates['App\\Repository\\DiagnosticosOrden012Repository'] = new \App\Repository\DiagnosticosOrden012Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DientesRepository' shared autowired service.
*
* @return \App\Repository\DientesRepository
*/
protected function getDientesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DientesRepository.php';
return $this->privates['App\\Repository\\DientesRepository'] = new \App\Repository\DientesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\DoctorRepository' shared autowired service.
*
* @return \App\Repository\DoctorRepository
*/
protected function getDoctorRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/DoctorRepository.php';
return $this->privates['App\\Repository\\DoctorRepository'] = new \App\Repository\DoctorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EmpresaRepository' shared autowired service.
*
* @return \App\Repository\EmpresaRepository
*/
protected function getEmpresaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EmpresaRepository.php';
return $this->privates['App\\Repository\\EmpresaRepository'] = new \App\Repository\EmpresaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EpicrisisRepository' shared autowired service.
*
* @return \App\Repository\EpicrisisRepository
*/
protected function getEpicrisisRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EpicrisisRepository.php';
return $this->privates['App\\Repository\\EpicrisisRepository'] = new \App\Repository\EpicrisisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EspecialidadRepository' shared autowired service.
*
* @return \App\Repository\EspecialidadRepository
*/
protected function getEspecialidadRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EspecialidadRepository.php';
return $this->privates['App\\Repository\\EspecialidadRepository'] = new \App\Repository\EspecialidadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\EstudioRepository' shared autowired service.
*
* @return \App\Repository\EstudioRepository
*/
protected function getEstudioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/EstudioRepository.php';
return $this->privates['App\\Repository\\EstudioRepository'] = new \App\Repository\EstudioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ExamenDetalleRepository' shared autowired service.
*
* @return \App\Repository\ExamenDetalleRepository
*/
protected function getExamenDetalleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ExamenDetalleRepository.php';
return $this->privates['App\\Repository\\ExamenDetalleRepository'] = new \App\Repository\ExamenDetalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ExamenOrdenRepository' shared autowired service.
*
* @return \App\Repository\ExamenOrdenRepository
*/
protected function getExamenOrdenRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ExamenOrdenRepository.php';
return $this->privates['App\\Repository\\ExamenOrdenRepository'] = new \App\Repository\ExamenOrdenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ExamenOrdenResultadoRepository' shared autowired service.
*
* @return \App\Repository\ExamenOrdenResultadoRepository
*/
protected function getExamenOrdenResultadoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ExamenOrdenResultadoRepository.php';
return $this->privates['App\\Repository\\ExamenOrdenResultadoRepository'] = new \App\Repository\ExamenOrdenResultadoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ExamenParametroRepository' shared autowired service.
*
* @return \App\Repository\ExamenParametroRepository
*/
protected function getExamenParametroRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ExamenParametroRepository.php';
return $this->privates['App\\Repository\\ExamenParametroRepository'] = new \App\Repository\ExamenParametroRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ExamenReferenciaRepository' shared autowired service.
*
* @return \App\Repository\ExamenReferenciaRepository
*/
protected function getExamenReferenciaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ExamenReferenciaRepository.php';
return $this->privates['App\\Repository\\ExamenReferenciaRepository'] = new \App\Repository\ExamenReferenciaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ExamenRepository' shared autowired service.
*
* @return \App\Repository\ExamenRepository
*/
protected function getExamenRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ExamenRepository.php';
return $this->privates['App\\Repository\\ExamenRepository'] = new \App\Repository\ExamenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ExternoRepository' shared autowired service.
*
* @return \App\Repository\ExternoRepository
*/
protected function getExternoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ExternoRepository.php';
return $this->privates['App\\Repository\\ExternoRepository'] = new \App\Repository\ExternoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\FormaPagoRepository' shared autowired service.
*
* @return \App\Repository\FormaPagoRepository
*/
protected function getFormaPagoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/FormaPagoRepository.php';
return $this->privates['App\\Repository\\FormaPagoRepository'] = new \App\Repository\FormaPagoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GenericoRepository' shared autowired service.
*
* @return \App\Repository\GenericoRepository
*/
protected function getGenericoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GenericoRepository.php';
return $this->privates['App\\Repository\\GenericoRepository'] = new \App\Repository\GenericoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GrupoExamenesRepository' shared autowired service.
*
* @return \App\Repository\GrupoExamenesRepository
*/
protected function getGrupoExamenesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GrupoExamenesRepository.php';
return $this->privates['App\\Repository\\GrupoExamenesRepository'] = new \App\Repository\GrupoExamenesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\GrupoImpresionRepository' shared autowired service.
*
* @return \App\Repository\GrupoImpresionRepository
*/
protected function getGrupoImpresionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/GrupoImpresionRepository.php';
return $this->privates['App\\Repository\\GrupoImpresionRepository'] = new \App\Repository\GrupoImpresionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HdArchivosRepository' shared autowired service.
*
* @return \App\Repository\HdArchivosRepository
*/
protected function getHdArchivosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HdArchivosRepository.php';
return $this->privates['App\\Repository\\HdArchivosRepository'] = new \App\Repository\HdArchivosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HdEmergenciaRepository' shared autowired service.
*
* @return \App\Repository\HdEmergenciaRepository
*/
protected function getHdEmergenciaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HdEmergenciaRepository.php';
return $this->privates['App\\Repository\\HdEmergenciaRepository'] = new \App\Repository\HdEmergenciaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HdMaestroPasosRepository' shared autowired service.
*
* @return \App\Repository\HdMaestroPasosRepository
*/
protected function getHdMaestroPasosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HdMaestroPasosRepository.php';
return $this->privates['App\\Repository\\HdMaestroPasosRepository'] = new \App\Repository\HdMaestroPasosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HdOrdenesRepository' shared autowired service.
*
* @return \App\Repository\HdOrdenesRepository
*/
protected function getHdOrdenesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HdOrdenesRepository.php';
return $this->privates['App\\Repository\\HdOrdenesRepository'] = new \App\Repository\HdOrdenesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HdPasoRepository' shared autowired service.
*
* @return \App\Repository\HdPasoRepository
*/
protected function getHdPasoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HdPasoRepository.php';
return $this->privates['App\\Repository\\HdPasoRepository'] = new \App\Repository\HdPasoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HdSolicitudDiagnosticosRepository' shared autowired service.
*
* @return \App\Repository\HdSolicitudDiagnosticosRepository
*/
protected function getHdSolicitudDiagnosticosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HdSolicitudDiagnosticosRepository.php';
return $this->privates['App\\Repository\\HdSolicitudDiagnosticosRepository'] = new \App\Repository\HdSolicitudDiagnosticosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HdSolicitudRepository' shared autowired service.
*
* @return \App\Repository\HdSolicitudRepository
*/
protected function getHdSolicitudRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HdSolicitudRepository.php';
return $this->privates['App\\Repository\\HdSolicitudRepository'] = new \App\Repository\HdSolicitudRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\HistoriaClinicaRepository' shared autowired service.
*
* @return \App\Repository\HistoriaClinicaRepository
*/
protected function getHistoriaClinicaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/HistoriaClinicaRepository.php';
return $this->privates['App\\Repository\\HistoriaClinicaRepository'] = new \App\Repository\HistoriaClinicaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ImagenesEstudioRepository' shared autowired service.
*
* @return \App\Repository\ImagenesEstudioRepository
*/
protected function getImagenesEstudioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ImagenesEstudioRepository.php';
return $this->privates['App\\Repository\\ImagenesEstudioRepository'] = new \App\Repository\ImagenesEstudioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\InsumosEnfermeriaRepository' shared autowired service.
*
* @return \App\Repository\InsumosEnfermeriaRepository
*/
protected function getInsumosEnfermeriaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/InsumosEnfermeriaRepository.php';
return $this->privates['App\\Repository\\InsumosEnfermeriaRepository'] = new \App\Repository\InsumosEnfermeriaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\InterconsultaRepository' shared autowired service.
*
* @return \App\Repository\InterconsultaRepository
*/
protected function getInterconsultaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/InterconsultaRepository.php';
return $this->privates['App\\Repository\\InterconsultaRepository'] = new \App\Repository\InterconsultaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ItemConvenioRepository' shared autowired service.
*
* @return \App\Repository\ItemConvenioRepository
*/
protected function getItemConvenioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ItemConvenioRepository.php';
return $this->privates['App\\Repository\\ItemConvenioRepository'] = new \App\Repository\ItemConvenioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ItemConveniosRepository' shared autowired service.
*
* @return \App\Repository\ItemConveniosRepository
*/
protected function getItemConveniosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ItemConveniosRepository.php';
return $this->privates['App\\Repository\\ItemConveniosRepository'] = new \App\Repository\ItemConveniosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ItemsCargosRepository' shared autowired service.
*
* @return \App\Repository\ItemsCargosRepository
*/
protected function getItemsCargosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ItemsCargosRepository.php';
return $this->privates['App\\Repository\\ItemsCargosRepository'] = new \App\Repository\ItemsCargosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LabProtocoloExamenRepository' shared autowired service.
*
* @return \App\Repository\LabProtocoloExamenRepository
*/
protected function getLabProtocoloExamenRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LabProtocoloExamenRepository.php';
return $this->privates['App\\Repository\\LabProtocoloExamenRepository'] = new \App\Repository\LabProtocoloExamenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LabProtocoloRepository' shared autowired service.
*
* @return \App\Repository\LabProtocoloRepository
*/
protected function getLabProtocoloRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LabProtocoloRepository.php';
return $this->privates['App\\Repository\\LabProtocoloRepository'] = new \App\Repository\LabProtocoloRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LogAgendaRepository' shared autowired service.
*
* @return \App\Repository\LogAgendaRepository
*/
protected function getLogAgendaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LogAgendaRepository.php';
return $this->privates['App\\Repository\\LogAgendaRepository'] = new \App\Repository\LogAgendaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\LogAntecedentesPersonalesRepository' shared autowired service.
*
* @return \App\Repository\LogAntecedentesPersonalesRepository
*/
protected function getLogAntecedentesPersonalesRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/LogAntecedentesPersonalesRepository.php';
return $this->privates['App\\Repository\\LogAntecedentesPersonalesRepository'] = new \App\Repository\LogAntecedentesPersonalesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MaestroDocumentosRepository' shared autowired service.
*
* @return \App\Repository\MaestroDocumentosRepository
*/
protected function getMaestroDocumentosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MaestroDocumentosRepository.php';
return $this->privates['App\\Repository\\MaestroDocumentosRepository'] = new \App\Repository\MaestroDocumentosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MaestroPlantillasRepository' shared autowired service.
*
* @return \App\Repository\MaestroPlantillasRepository
*/
protected function getMaestroPlantillasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MaestroPlantillasRepository.php';
return $this->privates['App\\Repository\\MaestroPlantillasRepository'] = new \App\Repository\MaestroPlantillasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MasivoMedicinasRepository' shared autowired service.
*
* @return \App\Repository\MasivoMedicinasRepository
*/
protected function getMasivoMedicinasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MasivoMedicinasRepository.php';
return $this->privates['App\\Repository\\MasivoMedicinasRepository'] = new \App\Repository\MasivoMedicinasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MedicinaRepository' shared autowired service.
*
* @return \App\Repository\MedicinaRepository
*/
protected function getMedicinaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MedicinaRepository.php';
return $this->privates['App\\Repository\\MedicinaRepository'] = new \App\Repository\MedicinaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\MovimientosProductosRepository' shared autowired service.
*
* @return \App\Repository\MovimientosProductosRepository
*/
protected function getMovimientosProductosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/MovimientosProductosRepository.php';
return $this->privates['App\\Repository\\MovimientosProductosRepository'] = new \App\Repository\MovimientosProductosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NivelRepository' shared autowired service.
*
* @return \App\Repository\NivelRepository
*/
protected function getNivelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NivelRepository.php';
return $this->privates['App\\Repository\\NivelRepository'] = new \App\Repository\NivelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\NumeroFacturaRepository' shared autowired service.
*
* @return \App\Repository\NumeroFacturaRepository
*/
protected function getNumeroFacturaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/NumeroFacturaRepository.php';
return $this->privates['App\\Repository\\NumeroFacturaRepository'] = new \App\Repository\NumeroFacturaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OdontogramaProcedimientoRepository' shared autowired service.
*
* @return \App\Repository\OdontogramaProcedimientoRepository
*/
protected function getOdontogramaProcedimientoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OdontogramaProcedimientoRepository.php';
return $this->privates['App\\Repository\\OdontogramaProcedimientoRepository'] = new \App\Repository\OdontogramaProcedimientoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OdontogramaRepository' shared autowired service.
*
* @return \App\Repository\OdontogramaRepository
*/
protected function getOdontogramaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OdontogramaRepository.php';
return $this->privates['App\\Repository\\OdontogramaRepository'] = new \App\Repository\OdontogramaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Orden012DetalleRepository' shared autowired service.
*
* @return \App\Repository\Orden012DetalleRepository
*/
protected function getOrden012DetalleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Orden012DetalleRepository.php';
return $this->privates['App\\Repository\\Orden012DetalleRepository'] = new \App\Repository\Orden012DetalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\Orden012Repository' shared autowired service.
*
* @return \App\Repository\Orden012Repository
*/
protected function getOrden012RepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/Orden012Repository.php';
return $this->privates['App\\Repository\\Orden012Repository'] = new \App\Repository\Orden012Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OrdenProcedimientoRepository' shared autowired service.
*
* @return \App\Repository\OrdenProcedimientoRepository
*/
protected function getOrdenProcedimientoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrdenProcedimientoRepository.php';
return $this->privates['App\\Repository\\OrdenProcedimientoRepository'] = new \App\Repository\OrdenProcedimientoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OrdenVentaDetallePagoRepository' shared autowired service.
*
* @return \App\Repository\OrdenVentaDetallePagoRepository
*/
protected function getOrdenVentaDetallePagoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrdenVentaDetallePagoRepository.php';
return $this->privates['App\\Repository\\OrdenVentaDetallePagoRepository'] = new \App\Repository\OrdenVentaDetallePagoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OrdenVentaDetalleRepository' shared autowired service.
*
* @return \App\Repository\OrdenVentaDetalleRepository
*/
protected function getOrdenVentaDetalleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrdenVentaDetalleRepository.php';
return $this->privates['App\\Repository\\OrdenVentaDetalleRepository'] = new \App\Repository\OrdenVentaDetalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\OrdenVentaRepository' shared autowired service.
*
* @return \App\Repository\OrdenVentaRepository
*/
protected function getOrdenVentaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/OrdenVentaRepository.php';
return $this->privates['App\\Repository\\OrdenVentaRepository'] = new \App\Repository\OrdenVentaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PacienteReferenciaRepository' shared autowired service.
*
* @return \App\Repository\PacienteReferenciaRepository
*/
protected function getPacienteReferenciaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PacienteReferenciaRepository.php';
return $this->privates['App\\Repository\\PacienteReferenciaRepository'] = new \App\Repository\PacienteReferenciaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PacienteRepository' shared autowired service.
*
* @return \App\Repository\PacienteRepository
*/
protected function getPacienteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PacienteRepository.php';
return $this->privates['App\\Repository\\PacienteRepository'] = new \App\Repository\PacienteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PantallasAs400Repository' shared autowired service.
*
* @return \App\Repository\PantallasAs400Repository
*/
protected function getPantallasAs400RepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PantallasAs400Repository.php';
return $this->privates['App\\Repository\\PantallasAs400Repository'] = new \App\Repository\PantallasAs400Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PaqueteRepository' shared autowired service.
*
* @return \App\Repository\PaqueteRepository
*/
protected function getPaqueteRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PaqueteRepository.php';
return $this->privates['App\\Repository\\PaqueteRepository'] = new \App\Repository\PaqueteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PlanoCabeceraRepository' shared autowired service.
*
* @return \App\Repository\PlanoCabeceraRepository
*/
protected function getPlanoCabeceraRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PlanoCabeceraRepository.php';
return $this->privates['App\\Repository\\PlanoCabeceraRepository'] = new \App\Repository\PlanoCabeceraRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PlanoDetalleRepository' shared autowired service.
*
* @return \App\Repository\PlanoDetalleRepository
*/
protected function getPlanoDetalleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PlanoDetalleRepository.php';
return $this->privates['App\\Repository\\PlanoDetalleRepository'] = new \App\Repository\PlanoDetalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PreparacionEstudioRepository' shared autowired service.
*
* @return \App\Repository\PreparacionEstudioRepository
*/
protected function getPreparacionEstudioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PreparacionEstudioRepository.php';
return $this->privates['App\\Repository\\PreparacionEstudioRepository'] = new \App\Repository\PreparacionEstudioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\PreparacionRepository' shared autowired service.
*
* @return \App\Repository\PreparacionRepository
*/
protected function getPreparacionRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/PreparacionRepository.php';
return $this->privates['App\\Repository\\PreparacionRepository'] = new \App\Repository\PreparacionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProcedimientosRepository' shared autowired service.
*
* @return \App\Repository\ProcedimientosRepository
*/
protected function getProcedimientosRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProcedimientosRepository.php';
return $this->privates['App\\Repository\\ProcedimientosRepository'] = new \App\Repository\ProcedimientosRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductoNivelRepository' shared autowired service.
*
* @return \App\Repository\ProductoNivelRepository
*/
protected function getProductoNivelRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductoNivelRepository.php';
return $this->privates['App\\Repository\\ProductoNivelRepository'] = new \App\Repository\ProductoNivelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductoRepository' shared autowired service.
*
* @return \App\Repository\ProductoRepository
*/
protected function getProductoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductoRepository.php';
return $this->privates['App\\Repository\\ProductoRepository'] = new \App\Repository\ProductoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\ProductoXlsRepository' shared autowired service.
*
* @return \App\Repository\ProductoXlsRepository
*/
protected function getProductoXlsRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/ProductoXlsRepository.php';
return $this->privates['App\\Repository\\ProductoXlsRepository'] = new \App\Repository\ProductoXlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\RecetaDetalleRepository' shared autowired service.
*
* @return \App\Repository\RecetaDetalleRepository
*/
protected function getRecetaDetalleRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/RecetaDetalleRepository.php';
return $this->privates['App\\Repository\\RecetaDetalleRepository'] = new \App\Repository\RecetaDetalleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\RecetaRepository' shared autowired service.
*
* @return \App\Repository\RecetaRepository
*/
protected function getRecetaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/RecetaRepository.php';
return $this->privates['App\\Repository\\RecetaRepository'] = new \App\Repository\RecetaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\RecordRepository' shared autowired service.
*
* @return \App\Repository\RecordRepository
*/
protected function getRecordRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/RecordRepository.php';
return $this->privates['App\\Repository\\RecordRepository'] = new \App\Repository\RecordRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\RecordlaboratorioRepository' shared autowired service.
*
* @return \App\Repository\RecordlaboratorioRepository
*/
protected function getRecordlaboratorioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/RecordlaboratorioRepository.php';
return $this->privates['App\\Repository\\RecordlaboratorioRepository'] = new \App\Repository\RecordlaboratorioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SalaRepository' shared autowired service.
*
* @return \App\Repository\SalaRepository
*/
protected function getSalaRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SalaRepository.php';
return $this->privates['App\\Repository\\SalaRepository'] = new \App\Repository\SalaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\SeguroPrivadoRepository' shared autowired service.
*
* @return \App\Repository\SeguroPrivadoRepository
*/
protected function getSeguroPrivadoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/SeguroPrivadoRepository.php';
return $this->privates['App\\Repository\\SeguroPrivadoRepository'] = new \App\Repository\SeguroPrivadoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TarjetasRepository' shared autowired service.
*
* @return \App\Repository\TarjetasRepository
*/
protected function getTarjetasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TarjetasRepository.php';
return $this->privates['App\\Repository\\TarjetasRepository'] = new \App\Repository\TarjetasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TerapiasRepository' shared autowired service.
*
* @return \App\Repository\TerapiasRepository
*/
protected function getTerapiasRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TerapiasRepository.php';
return $this->privates['App\\Repository\\TerapiasRepository'] = new \App\Repository\TerapiasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TipoAs400Repository' shared autowired service.
*
* @return \App\Repository\TipoAs400Repository
*/
protected function getTipoAs400RepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TipoAs400Repository.php';
return $this->privates['App\\Repository\\TipoAs400Repository'] = new \App\Repository\TipoAs400Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TipoExamenRepository' shared autowired service.
*
* @return \App\Repository\TipoExamenRepository
*/
protected function getTipoExamenRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TipoExamenRepository.php';
return $this->privates['App\\Repository\\TipoExamenRepository'] = new \App\Repository\TipoExamenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TipoIessRepository' shared autowired service.
*
* @return \App\Repository\TipoIessRepository
*/
protected function getTipoIessRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TipoIessRepository.php';
return $this->privates['App\\Repository\\TipoIessRepository'] = new \App\Repository\TipoIessRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TipoSeguroRepository' shared autowired service.
*
* @return \App\Repository\TipoSeguroRepository
*/
protected function getTipoSeguroRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TipoSeguroRepository.php';
return $this->privates['App\\Repository\\TipoSeguroRepository'] = new \App\Repository\TipoSeguroRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TipoServicioRepository' shared autowired service.
*
* @return \App\Repository\TipoServicioRepository
*/
protected function getTipoServicioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TipoServicioRepository.php';
return $this->privates['App\\Repository\\TipoServicioRepository'] = new \App\Repository\TipoServicioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TipoSubseguroRepository' shared autowired service.
*
* @return \App\Repository\TipoSubseguroRepository
*/
protected function getTipoSubseguroRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TipoSubseguroRepository.php';
return $this->privates['App\\Repository\\TipoSubseguroRepository'] = new \App\Repository\TipoSubseguroRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TipoUsuarioRepository' shared autowired service.
*
* @return \App\Repository\TipoUsuarioRepository
*/
protected function getTipoUsuarioRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TipoUsuarioRepository.php';
return $this->privates['App\\Repository\\TipoUsuarioRepository'] = new \App\Repository\TipoUsuarioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\TurnoRepository' shared autowired service.
*
* @return \App\Repository\TurnoRepository
*/
protected function getTurnoRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/TurnoRepository.php';
return $this->privates['App\\Repository\\TurnoRepository'] = new \App\Repository\TurnoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UnidadRepository' shared autowired service.
*
* @return \App\Repository\UnidadRepository
*/
protected function getUnidadRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UnidadRepository.php';
return $this->privates['App\\Repository\\UnidadRepository'] = new \App\Repository\UnidadRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Repository\UserRepository' shared autowired service.
*
* @return \App\Repository\UserRepository
*/
protected function getUserRepositoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/UserRepository.php';
return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
*
* @return \App\Security\LoginFormAuthenticator
*/
protected function getLoginFormAuthenticatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
return $this->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
}
/**
* Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
*/
protected function getManagerRegistryAwareConnectionProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Dbal/ManagerRegistryAwareConnectionProvider.php';
return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this, $this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default', 'default'));
}
/**
* Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
*
* @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
*/
protected function getRunSqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
$this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('dbal:run-sql');
return $instance;
}
/**
* Gets the private 'annotations.cache_adapter' shared service.
*
* @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
*/
protected function getAnnotations_CacheAdapterService()
{
return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
}
/**
* Gets the private 'annotations.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
*/
protected function getAnnotations_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#', true);
}
/**
* Gets the private 'annotations.cached_reader' shared service.
*
* @return \Doctrine\Common\Annotations\PsrCachedReader
*/
protected function getAnnotations_CachedReaderService()
{
return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
}
/**
* Gets the private 'annotations.reader' shared service.
*
* @return \Doctrine\Common\Annotations\AnnotationReader
*/
protected function getAnnotations_ReaderService()
{
$this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
$a = new \Doctrine\Common\Annotations\AnnotationRegistry();
$a->registerUniqueLoader('class_exists');
$instance->addGlobalIgnoredName('required', $a);
return $instance;
}
/**
* Gets the private 'cache.annotations' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_AnnotationsService()
{
return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EYkosmRNqB', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.doctrine.orm.default.query' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_QueryService()
{
return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.doctrine.orm.default.result' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_Doctrine_Orm_Default_ResultService()
{
return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
}
/**
* Gets the private 'cache.property_info' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_PropertyInfoService()
{
return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Wpugf-BXPm', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.security_expression_language' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SecurityExpressionLanguageService()
{
return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xp3ch96GDF', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.serializer' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_SerializerService()
{
return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hfrKkSgyor', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache.validator' shared service.
*
* @return \Symfony\Component\Cache\Adapter\TraceableAdapter
*/
protected function getCache_ValidatorService()
{
return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('444w76YkOm', 0, $this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
}
/**
* Gets the private 'cache_pool_clearer.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
*/
protected function getCachePoolClearer_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [0 => 'cache.validator', 1 => 'cache.serializer']);
}
/**
* Gets the private 'config_builder.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
*/
protected function getConfigBuilder_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'config_cache_factory' shared service.
*
* @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
*/
protected function getConfigCacheFactoryService()
{
return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
yield 0 => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
yield 1 => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
}, 2));
}
/**
* Gets the private 'console.command.about' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
*/
protected function getConsole_Command_AboutService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
$this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
$instance->setName('about');
$instance->setDescription('Display information about the current project');
return $instance;
}
/**
* Gets the private 'console.command.assets_install' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
*/
protected function getConsole_Command_AssetsInstallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__, 4));
$instance->setName('assets:install');
$instance->setDescription('Install bundle\'s web assets under a public directory');
return $instance;
}
/**
* Gets the private 'console.command.cache_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
*/
protected function getConsole_Command_CacheClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
$instance->setName('cache:clear');
$instance->setDescription('Clear the cache');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_clear' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
*/
protected function getConsole_Command_CachePoolClearService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
$this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:clear');
$instance->setDescription('Clear cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_delete' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
*/
protected function getConsole_Command_CachePoolDeleteService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
$this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:delete');
$instance->setDescription('Delete an item from a cache pool');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
*/
protected function getConsole_Command_CachePoolListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
$this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([0 => 'cache.app', 1 => 'cache.system', 2 => 'cache.validator', 3 => 'cache.serializer', 4 => 'cache.annotations', 5 => 'cache.property_info', 6 => 'cache.validator_expression_language', 7 => 'cache.doctrine.orm.default.result', 8 => 'cache.doctrine.orm.default.query', 9 => 'cache.security_expression_language']);
$instance->setName('cache:pool:list');
$instance->setDescription('List available cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_pool_prune' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
*/
protected function getConsole_Command_CachePoolPruneService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
$this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
}, 10));
$instance->setName('cache:pool:prune');
$instance->setDescription('Prune cache pools');
return $instance;
}
/**
* Gets the private 'console.command.cache_warmup' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
*/
protected function getConsole_Command_CacheWarmupService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
$this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
$instance->setName('cache:warmup');
$instance->setDescription('Warm up an empty cache');
return $instance;
}
/**
* Gets the private 'console.command.config_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
*/
protected function getConsole_Command_ConfigDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
$this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
$instance->setName('debug:config');
$instance->setDescription('Dump the current configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.config_dump_reference' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
*/
protected function getConsole_Command_ConfigDumpReferenceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
$this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
$instance->setName('config:dump-reference');
$instance->setDescription('Dump the default configuration for an extension');
return $instance;
}
/**
* Gets the private 'console.command.container_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
*/
protected function getConsole_Command_ContainerDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
$this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
$instance->setName('debug:container');
$instance->setDescription('Display current services for an application');
return $instance;
}
/**
* Gets the private 'console.command.container_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
*/
protected function getConsole_Command_ContainerLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
$this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
$instance->setName('lint:container');
$instance->setDescription('Ensure that arguments injected into services match type declarations');
return $instance;
}
/**
* Gets the private 'console.command.debug_autowiring' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
*/
protected function getConsole_Command_DebugAutowiringService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
$this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:autowiring');
$instance->setDescription('List classes/interfaces you can use for autowiring');
return $instance;
}
/**
* Gets the private 'console.command.dotenv_debug' shared service.
*
* @return \Symfony\Component\Dotenv\Command\DebugCommand
*/
protected function getConsole_Command_DotenvDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
$this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__, 4));
$instance->setName('debug:dotenv');
$instance->setDescription('Lists all dotenv files with variables and values');
return $instance;
}
/**
* Gets the private 'console.command.event_dispatcher_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
*/
protected function getConsole_Command_EventDispatcherDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
$this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()));
$instance->setName('debug:event-dispatcher');
$instance->setDescription('Display configured listeners for an application');
return $instance;
}
/**
* Gets the private 'console.command.form_debug' shared service.
*
* @return \Symfony\Component\Form\Command\DebugCommand
*/
protected function getConsole_Command_FormDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Command/DebugCommand.php';
$this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type', 1 => 'App\\Form', 2 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [0 => 'App\\Form\\AgendaDetalleContificoType', 1 => 'App\\Form\\AgendaOrdenProcType', 2 => 'App\\Form\\AgendaRecesionMovilidadType', 3 => 'App\\Form\\AgendaType', 4 => 'App\\Form\\AgendaTypeAdmision', 5 => 'App\\Form\\AgendaTypeConfirm', 6 => 'App\\Form\\AgendaTypeEdit', 7 => 'App\\Form\\AgendarCirugiaType', 8 => 'App\\Form\\AntecedenteType', 9 => 'App\\Form\\BancosType', 10 => 'App\\Form\\BuscaCabeceraType', 11 => 'App\\Form\\BuscaCabeceraType2', 12 => 'App\\Form\\BuscaConsolidadaType', 13 => 'App\\Form\\BuscaEspecialidad', 14 => 'App\\Form\\BuscaFarmaciaType', 15 => 'App\\Form\\BuscaLiquidacionType', 16 => 'App\\Form\\BuscaLiquidacionType2', 17 => 'App\\Form\\BuscaOrdenType_pac', 18 => 'App\\Form\\BuscaPlanoType', 19 => 'App\\Form\\BuscaPreparacionType', 20 => 'App\\Form\\BuscaPreparacionType2', 21 => 'App\\Form\\BuscaPreparacionTypeNew', 22 => 'App\\Form\\BuscaPreparacionType_pac', 23 => 'App\\Form\\BuscaPreparacionType_pac2', 24 => 'App\\Form\\BuscaPreparacionType_pac_rpt', 25 => 'App\\Form\\BuscaPreparacionType_pac_rpt_lab', 26 => 'App\\Form\\BuscaPreparacionType_paciente', 27 => 'App\\Form\\BuscaProductoType', 28 => 'App\\Form\\BuscaReporteType', 29 => 'App\\Form\\BuscaSolicitudType', 30 => 'App\\Form\\BuscarItemType', 31 => 'App\\Form\\BuscarPacienteType', 32 => 'App\\Form\\CargaContificoType', 33 => 'App\\Form\\Cie10Type', 34 => 'App\\Form\\CierreCajaFacturaType', 35 => 'App\\Form\\CierreCajaType', 36 => 'App\\Form\\ClientesType', 37 => 'App\\Form\\CotizacionType', 38 => 'App\\Form\\DatosCirugia2Type', 39 => 'App\\Form\\DatosCirugiaType', 40 => 'App\\Form\\DependenciaType', 41 => 'App\\Form\\DerivacionType', 42 => 'App\\Form\\DetalleCargaContificoType', 43 => 'App\\Form\\DetallePlantillas2Type', 44 => 'App\\Form\\DetallePlantillasType', 45 => 'App\\Form\\DetalleTerapiasType', 46 => 'App\\Form\\DiagnosticosEpicrisisType', 47 => 'App\\Form\\DiagnosticosGastroType', 48 => 'App\\Form\\DiagnosticosHistoriaClinicaType', 49 => 'App\\Form\\DiagnosticosInterconsultaType', 50 => 'App\\Form\\DiagnosticosOrden012Type', 51 => 'App\\Form\\DientesType', 52 => 'App\\Form\\DocumentosAType', 53 => 'App\\Form\\EmpresaType', 54 => 'App\\Form\\EpicrisisType', 55 => 'App\\Form\\Estudio2Type', 56 => 'App\\Form\\Estudio4Type', 57 => 'App\\Form\\Estudio5Type', 58 => 'App\\Form\\Estudio6Type', 59 => 'App\\Form\\Estudio7Type', 60 => 'App\\Form\\Estudio8Type', 61 => 'App\\Form\\Estudio9Type', 62 => 'App\\Form\\EstudioType', 63 => 'App\\Form\\ExamenBuscarType', 64 => 'App\\Form\\ExamenDetalleCotizacionType', 65 => 'App\\Form\\ExamenDetalleType', 66 => 'App\\Form\\ExamenOrdenAgendarType', 67 => 'App\\Form\\ExamenOrdenResultadoType', 68 => 'App\\Form\\ExamenOrdenType', 69 => 'App\\Form\\ExamenOrdenTypeRecepcion', 70 => 'App\\Form\\ExamenParametroType', 71 => 'App\\Form\\ExamenReferenciaType', 72 => 'App\\Form\\ExamenType', 73 => 'App\\Form\\ExamenType_Lab', 74 => 'App\\Form\\ExamenType_maquina', 75 => 'App\\Form\\FormaPagoType', 76 => 'App\\Form\\GastroDetalleType', 77 => 'App\\Form\\GastroType', 78 => 'App\\Form\\HdArchivosType', 79 => 'App\\Form\\HdEmergencia2Type', 80 => 'App\\Form\\HdEmergencia3Type', 81 => 'App\\Form\\HdEmergencia4Type', 82 => 'App\\Form\\HdEmergenciaType', 83 => 'App\\Form\\HdMaestroPasosType', 84 => 'App\\Form\\HdOrdenesType', 85 => 'App\\Form\\HdPasoType', 86 => 'App\\Form\\HdSolicitudDiagnosticosType', 87 => 'App\\Form\\HdSolicitudType', 88 => 'App\\Form\\HistoriaCertificadoType', 89 => 'App\\Form\\HistoriaCertificadoType_old', 90 => 'App\\Form\\HistoriaClinicaCardioType', 91 => 'App\\Form\\HistoriaClinicaTerapiaType', 92 => 'App\\Form\\HistoriaClinicaType', 93 => 'App\\Form\\HistoriaClinicaValoracionType', 94 => 'App\\Form\\ImagenesEstudioType', 95 => 'App\\Form\\ImagenesEstudioType_org', 96 => 'App\\Form\\InsumosEnfermeriaType', 97 => 'App\\Form\\InsumosType', 98 => 'App\\Form\\InterconsultaType', 99 => 'App\\Form\\ItemConveniosType', 100 => 'App\\Form\\ItemsCargosType', 101 => 'App\\Form\\LabProtocoloExamenType', 102 => 'App\\Form\\LabProtocoloOrdenType', 103 => 'App\\Form\\LabProtocoloType', 104 => 'App\\Form\\Lab_ExamenType', 105 => 'App\\Form\\LiquidacionType', 106 => 'App\\Form\\LogAntecedentesPersonalesType', 107 => 'App\\Form\\MaestroPlantillasType', 108 => 'App\\Form\\MedicinaType', 109 => 'App\\Form\\MovimientosProductosType', 110 => 'App\\Form\\NivelType', 111 => 'App\\Form\\Odontograma2Type', 112 => 'App\\Form\\OdontogramaProcedimientoDienteType', 113 => 'App\\Form\\OdontogramaProcedimientoType', 114 => 'App\\Form\\OdontogramaType', 115 => 'App\\Form\\Odontograma_ProcType', 116 => 'App\\Form\\Orden012DetalleType', 117 => 'App\\Form\\Orden012Type', 118 => 'App\\Form\\OrdenProcedimientoType', 119 => 'App\\Form\\OrdenVentaDetallePagoType', 120 => 'App\\Form\\OrdenVentaDetalleType', 121 => 'App\\Form\\OrdenVentaType', 122 => 'App\\Form\\PacienteReferenciaType', 123 => 'App\\Form\\PacienteType', 124 => 'App\\Form\\PacienteTypeEdit', 125 => 'App\\Form\\PacienteTypeFarmacia', 126 => 'App\\Form\\PacienteTypeFarmacia2', 127 => 'App\\Form\\PantallasAs400Type', 128 => 'App\\Form\\PaqueteType', 129 => 'App\\Form\\PlanoCabeceraType', 130 => 'App\\Form\\PlanoDetalleType', 131 => 'App\\Form\\PlanoPlantillaType', 132 => 'App\\Form\\PreparacionEstudioGlicemiaType', 133 => 'App\\Form\\PreparacionEstudioType', 134 => 'App\\Form\\PreparacionType', 135 => 'App\\Form\\PreparacionTypeV2', 136 => 'App\\Form\\PrescripcionType', 137 => 'App\\Form\\ProcedimientosType', 138 => 'App\\Form\\ProductoBuscarType', 139 => 'App\\Form\\ProductoNivelType', 140 => 'App\\Form\\ProductoType', 141 => 'App\\Form\\ProductoXlsType', 142 => 'App\\Form\\RecetaDetalleType', 143 => 'App\\Form\\RecetaObsType', 144 => 'App\\Form\\RecetaType', 145 => 'App\\Form\\RecordType', 146 => 'App\\Form\\RecordlaboratorioType', 147 => 'App\\Form\\SeguroPrivadoType', 148 => 'App\\Form\\TSeguroType', 149 => 'App\\Form\\TarjetasType', 150 => 'App\\Form\\TerapiasType', 151 => 'App\\Form\\TipoAs400Type', 152 => 'App\\Form\\TipoExamenType', 153 => 'App\\Form\\TipoSeguroType', 154 => 'App\\Form\\TipoServicioType', 155 => 'App\\Form\\TipoSubseguroType', 156 => 'App\\Form\\TurnoType', 157 => 'App\\Form\\User1Type', 158 => 'App\\Form\\UserType', 159 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', 160 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType', 161 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType', 162 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType', 163 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [0 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension', 1 => 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension', 2 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension', 3 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension', 4 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension', 5 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension', 6 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension', 7 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'], [0 => 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser', 1 => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:form');
$instance->setDescription('Display form type information');
return $instance;
}
/**
* Gets the private 'console.command.router_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
*/
protected function getConsole_Command_RouterDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
$this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:router');
$instance->setDescription('Display current routes for an application');
return $instance;
}
/**
* Gets the private 'console.command.router_match' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
*/
protected function getConsole_Command_RouterMatchService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
$this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
yield 0 => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
}, 1));
$instance->setName('router:match');
$instance->setDescription('Help debug routes by simulating a path info match');
return $instance;
}
/**
* Gets the private 'console.command.secrets_decrypt_to_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
*/
protected function getConsole_Command_SecretsDecryptToLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:decrypt-to-local');
$instance->setDescription('Decrypt all secrets and stores them in the local vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_encrypt_from_local' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
*/
protected function getConsole_Command_SecretsEncryptFromLocalService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:encrypt-from-local');
$instance->setDescription('Encrypt all local secrets to the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_generate_key' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
*/
protected function getConsole_Command_SecretsGenerateKeyService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:generate-keys');
$instance->setDescription('Generate new encryption keys');
return $instance;
}
/**
* Gets the private 'console.command.secrets_list' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
*/
protected function getConsole_Command_SecretsListService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:list');
$instance->setDescription('List all secrets');
return $instance;
}
/**
* Gets the private 'console.command.secrets_remove' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
*/
protected function getConsole_Command_SecretsRemoveService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:remove');
$instance->setDescription('Remove a secret from the vault');
return $instance;
}
/**
* Gets the private 'console.command.secrets_set' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
*/
protected function getConsole_Command_SecretsSetService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
$this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__, 4).'/.env.dev.local')))));
$instance->setName('secrets:set');
$instance->setDescription('Set a secret in the vault');
return $instance;
}
/**
* Gets the private 'console.command.translation_debug' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
*/
protected function getConsole_Command_TranslationDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
$this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
$instance->setName('debug:translation');
$instance->setDescription('Display translation messages information');
return $instance;
}
/**
* Gets the private 'console.command.translation_extract' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
*/
protected function getConsole_Command_TranslationExtractService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
$this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__, 4).'/translations'), (\dirname(__DIR__, 4).'/templates'), [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations')], [0 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 3 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 4 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 7 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 8 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 9 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 10 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/ValidatorBuilder.php'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 15 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php')], []);
$instance->setName('translation:extract');
$instance->setAliases([0 => 'translation:update']);
$instance->setDescription('Extract missing translations keys from code to translation files.');
return $instance;
}
/**
* Gets the private 'console.command.translation_pull' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPullCommand
*/
protected function getConsole_Command_TranslationPullService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
$this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
$instance->setName('translation:pull');
$instance->setDescription('Pull translations from a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.translation_push' shared service.
*
* @return \Symfony\Component\Translation\Command\TranslationPushCommand
*/
protected function getConsole_Command_TranslationPushService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
$this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
$instance->setName('translation:push');
$instance->setDescription('Push translations to a given provider.');
return $instance;
}
/**
* Gets the private 'console.command.validator_debug' shared service.
*
* @return \Symfony\Component\Validator\Command\DebugCommand
*/
protected function getConsole_Command_ValidatorDebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Command/DebugCommand.php';
$this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
$instance->setName('debug:validator');
$instance->setDescription('Display validation constraints for classes');
return $instance;
}
/**
* Gets the private 'console.command.xliff_lint' shared service.
*
* @return \Symfony\Component\Translation\Command\XliffLintCommand
*/
protected function getConsole_Command_XliffLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
$this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
$instance->setName('lint:xliff');
$instance->setDescription('Lint an XLIFF file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.command.yaml_lint' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
*/
protected function getConsole_Command_YamlLintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/yaml/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
$this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
$instance->setName('lint:yaml');
$instance->setDescription('Lint a YAML file and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'console.error_listener' shared service.
*
* @return \Symfony\Component\Console\EventListener\ErrorListener
*/
protected function getConsole_ErrorListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/EventListener/ErrorListener.php';
$a = new \Symfony\Bridge\Monolog\Logger('console');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
}
/**
* Gets the private 'container.env_var_processor' shared service.
*
* @return \Symfony\Component\DependencyInjection\EnvVarProcessor
*/
protected function getContainer_EnvVarProcessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
yield 0 => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
}, 1));
}
/**
* Gets the private 'container.getenv' shared service.
*
* @return \Closure
*/
protected function getContainer_GetenvService()
{
return $this->privates['container.getenv'] = \Closure::fromCallable([0 => $this, 1 => 'getEnv']);
}
/**
* Gets the private 'data_collector.form' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
*/
protected function getDataCollector_FormService()
{
return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
}
/**
* Gets the private 'data_collector.request' shared service.
*
* @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
*/
protected function getDataCollector_RequestService()
{
return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'data_collector.request.session_collector' shared service.
*
* @return \Closure
*/
protected function getDataCollector_Request_SessionCollectorService()
{
return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([0 => ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), 1 => 'collectSessionUsage']);
}
/**
* Gets the private 'debug.argument_resolver.default' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_DefaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_NotTaggedControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.gq_LYsu'] ?? $this->get_ServiceLocator_GqLYsuService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.request_attribute' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_RequestAttributeService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.service' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_ServiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
$a = ($this->privates['.service_locator.gq_LYsu'] ?? $this->get_ServiceLocator_GqLYsuService());
if (isset($this->privates['debug.argument_resolver.service'])) {
return $this->privates['debug.argument_resolver.service'];
}
return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.session' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_SessionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.argument_resolver.variadic' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_ArgumentResolver_VariadicService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.debug_handlers_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
*/
protected function getDebug_DebugHandlersListenerService()
{
$a = new \Symfony\Bridge\Monolog\Logger('php');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, $a, NULL, -1, true, true, NULL);
}
/**
* Gets the private 'debug.dump_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\DumpListener
*/
protected function getDebug_DumpListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
}
/**
* Gets the private 'debug.file_link_formatter' shared service.
*
* @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
*/
protected function getDebug_FileLinkFormatterService()
{
return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__, 4), function () {
return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
});
}
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
protected function getDebug_FileLinkFormatter_UrlFormatService()
{
return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
/**
* Gets the private 'debug.log_processor' shared service.
*
* @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
*/
protected function getDebug_LogProcessorService()
{
return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'debug.security.access.decision_manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
*/
protected function getDebug_Security_Access_DecisionManagerService()
{
return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
yield 1 => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
yield 2 => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
}, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
}
/**
* Gets the private 'debug.security.firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
*/
protected function getDebug_Security_FirewallService()
{
$a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.firewall'])) {
return $this->privates['debug.security.firewall'];
}
return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a, $b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
}
/**
* Gets the private 'debug.security.user_value_resolver' shared service.
*
* @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
*/
protected function getDebug_Security_UserValueResolverService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
}
/**
* Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
return $this->privates['debug.security.voter.security.access.authenticated_voter'];
}
return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
}
/**
* Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
return $this->privates['debug.security.voter.security.access.expression_voter'];
}
return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
}
/**
* Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
*
* @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
*/
protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
}
return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
}
/**
* Gets the private 'debug.security.voter.vote_listener' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
*/
protected function getDebug_Security_Voter_VoteListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['debug.security.voter.vote_listener'])) {
return $this->privates['debug.security.voter.vote_listener'];
}
return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
}
/**
* Gets the private 'doctrine.cache_clear_metadata_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand
*/
protected function getDoctrine_CacheClearMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
$this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-metadata');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand
*/
protected function getDoctrine_CacheClearQueryCacheCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
$this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query');
return $instance;
}
/**
* Gets the private 'doctrine.cache_clear_result_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand
*/
protected function getDoctrine_CacheClearResultCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
$this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-result');
return $instance;
}
/**
* Gets the private 'doctrine.cache_collection_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand
*/
protected function getDoctrine_CacheCollectionRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
$this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-collection-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_entity_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand
*/
protected function getDoctrine_ClearEntityRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
$this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-entity-region');
return $instance;
}
/**
* Gets the private 'doctrine.clear_query_region_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand
*/
protected function getDoctrine_ClearQueryRegionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
$this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:cache:clear-query-region');
return $instance;
}
/**
* Gets the private 'doctrine.database_create_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/CreateDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:create');
return $instance;
}
/**
* Gets the private 'doctrine.database_drop_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
*/
protected function getDoctrine_DatabaseDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DropDatabaseDoctrineCommand.php';
$this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
$instance->setName('doctrine:database:drop');
return $instance;
}
/**
* Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
*
* @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
*/
protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
{
return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates', 'doctrine.orm.default_listeners.attach_entity_listeners', 'getDoctrine_Orm_DefaultListeners_AttachEntityListenersService', false],
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService', false],
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates', 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 'getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService', false],
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates', 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 'getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService', false],
], [
'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
]), [0 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber', 1 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber', 2 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber', 3 => [0 => [0 => 'loadClassMetadata'], 1 => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
}
/**
* Gets the private 'doctrine.ensure_production_settings_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand
*/
protected function getDoctrine_EnsureProductionSettingsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
$this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:ensure-production-settings');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_convert_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand
*/
protected function getDoctrine_MappingConvertCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
$this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:convert');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_import_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
*/
protected function getDoctrine_MappingImportCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/ImportMappingDoctrineCommand.php';
$this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
$instance->setName('doctrine:mapping:import');
return $instance;
}
/**
* Gets the private 'doctrine.mapping_info_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\InfoCommand
*/
protected function getDoctrine_MappingInfoCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
$this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\InfoCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:mapping:info');
return $instance;
}
/**
* Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
*
* @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
*/
protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Version/MigrationFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
$a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
}
return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
}
/**
* Gets the private 'doctrine.migrations.dependency_factory' shared service.
*
* @return \Doctrine\Migrations\DependencyFactory
*/
protected function getDoctrine_Migrations_DependencyFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/DependencyFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ConfigurationLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Migration/ExistingConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/Configuration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/MetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Metadata/Storage/TableMetadataStorageConfiguration.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/EntityManagerLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Configuration/EntityManager/ManagerRegistryEntityManager.php';
$a = new \Doctrine\Migrations\Configuration\Configuration();
$a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__, 4).'/src/Migrations'));
$a->setAllOrNothing(false);
$a->setCheckDatabasePlatform(true);
$a->setTransactional(true);
$a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
$this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
$instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
});
return $instance;
}
/**
* Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
*/
protected function getDoctrine_Orm_Command_EntityManagerProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Orm/ManagerRegistryAwareEntityManagerProvider.php';
return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
*
* @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
*/
protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
{
return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Entity')], false);
}
/**
* Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
*
* @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
*/
protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
}
/**
* Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
*
* @return \Doctrine\ORM\Tools\AttachEntityListenersListener
*/
protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0));
}
/**
* Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
*
* @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
*/
protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
}
/**
* Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
*
* @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
*/
protected function getDoctrine_Orm_ProxyCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.orm.validator.unique' shared service.
*
* @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
*/
protected function getDoctrine_Orm_Validator_UniqueService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'doctrine.query_dql_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\RunDqlCommand
*/
protected function getDoctrine_QueryDqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
$this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\RunDqlCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:query:dql');
return $instance;
}
/**
* Gets the private 'doctrine.query_sql_command' shared service.
*
* @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
*/
protected function getDoctrine_QuerySqlCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/dbal/src/Tools/Console/Command/RunSqlCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Command/Proxy/RunSqlDoctrineCommand.php';
$this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
$instance->setName('doctrine:query:sql');
return $instance;
}
/**
* Gets the private 'doctrine.schema_create_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand
*/
protected function getDoctrine_SchemaCreateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
$this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:create');
return $instance;
}
/**
* Gets the private 'doctrine.schema_drop_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand
*/
protected function getDoctrine_SchemaDropCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
$this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:drop');
return $instance;
}
/**
* Gets the private 'doctrine.schema_update_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
*/
protected function getDoctrine_SchemaUpdateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
$this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:update');
return $instance;
}
/**
* Gets the private 'doctrine.schema_validate_command' shared service.
*
* @return \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand
*/
protected function getDoctrine_SchemaValidateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
$this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
$instance->setName('doctrine:schema:validate');
return $instance;
}
/**
* Gets the private 'doctrine.ulid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
*/
protected function getDoctrine_UlidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
}
/**
* Gets the private 'doctrine.uuid_generator' shared service.
*
* @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
*/
protected function getDoctrine_UuidGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
}
/**
* Gets the private 'doctrine_migrations.current_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
*/
protected function getDoctrineMigrations_CurrentCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/CurrentCommand.php';
$this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
$instance->setName('doctrine:migrations:current');
$instance->setDescription('Outputs the current version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.diff_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
*/
protected function getDoctrineMigrations_DiffCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DiffCommand.php';
$this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
$instance->setName('doctrine:migrations:diff');
$instance->setDescription('Generate a migration by comparing your current database to your mapping information.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.dump_schema_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
*/
protected function getDoctrineMigrations_DumpSchemaCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DumpSchemaCommand.php';
$this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
$instance->setName('doctrine:migrations:dump-schema');
$instance->setDescription('Dump the schema for your database to a migration.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.execute_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
*/
protected function getDoctrineMigrations_ExecuteCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ExecuteCommand.php';
$this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
$instance->setName('doctrine:migrations:execute');
$instance->setDescription('Execute one or more migration versions up or down manually.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.generate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
*/
protected function getDoctrineMigrations_GenerateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/GenerateCommand.php';
$this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
$instance->setName('doctrine:migrations:generate');
$instance->setDescription('Generate a blank migration class.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.latest_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
*/
protected function getDoctrineMigrations_LatestCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/LatestCommand.php';
$this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
$instance->setName('doctrine:migrations:latest');
$instance->setDescription('Outputs the latest version');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.migrate_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
*/
protected function getDoctrineMigrations_MigrateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/MigrateCommand.php';
$this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
$instance->setName('doctrine:migrations:migrate');
$instance->setDescription('Execute a migration to a specified version or the latest available version.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.rollup_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
*/
protected function getDoctrineMigrations_RollupCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/RollupCommand.php';
$this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
$instance->setName('doctrine:migrations:rollup');
$instance->setDescription('Rollup migrations by deleting all tracked versions and insert the one version that exists.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.status_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
*/
protected function getDoctrineMigrations_StatusCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/StatusCommand.php';
$this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
$instance->setName('doctrine:migrations:status');
$instance->setDescription('View the status of a set of migrations.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
*/
protected function getDoctrineMigrations_SyncMetadataCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/SyncMetadataCommand.php';
$this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
$instance->setName('doctrine:migrations:sync-metadata-storage');
$instance->setDescription('Ensures that the metadata storage is at the latest version.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.up_to_date_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
*/
protected function getDoctrineMigrations_UpToDateCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/UpToDateCommand.php';
$this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
$instance->setName('doctrine:migrations:up-to-date');
$instance->setDescription('Tells you if your schema is up-to-date.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.version_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
*/
protected function getDoctrineMigrations_VersionCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/VersionCommand.php';
$this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
$instance->setName('doctrine:migrations:version');
$instance->setDescription('Manually add and delete migration versions from the version table.');
return $instance;
}
/**
* Gets the private 'doctrine_migrations.versions_command' shared service.
*
* @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
*/
protected function getDoctrineMigrations_VersionsCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/DoctrineCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/migrations/src/Tools/Console/Command/ListCommand.php';
$this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
$instance->setName('doctrine:migrations:list');
$instance->setDescription('Display a list of all available migrations and their status.');
return $instance;
}
/**
* Gets the private 'error_handler.error_renderer.html' shared service.
*
* @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
*/
protected function getErrorHandler_ErrorRenderer_HtmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($a, true), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__, 4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'exception_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
*/
protected function getExceptionListenerService()
{
return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
}
/**
* Gets the private 'form.choice_list_factory.cached' shared service.
*
* @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
*/
protected function getForm_ChoiceListFactory_CachedService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
}
/**
* Gets the private 'form.registry' shared service.
*
* @return \Symfony\Component\Form\FormRegistry
*/
protected function getForm_RegistryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([0 => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'App\\Form\\AgendaDetalleContificoType' => ['privates', 'App\\Form\\AgendaDetalleContificoType', 'getAgendaDetalleContificoTypeService', false],
'App\\Form\\AgendaOrdenProcType' => ['privates', 'App\\Form\\AgendaOrdenProcType', 'getAgendaOrdenProcTypeService', false],
'App\\Form\\AgendaRecesionMovilidadType' => ['privates', 'App\\Form\\AgendaRecesionMovilidadType', 'getAgendaRecesionMovilidadTypeService', false],
'App\\Form\\AgendaType' => ['privates', 'App\\Form\\AgendaType', 'getAgendaTypeService', false],
'App\\Form\\AgendaTypeAdmision' => ['privates', 'App\\Form\\AgendaTypeAdmision', 'getAgendaTypeAdmisionService', false],
'App\\Form\\AgendaTypeConfirm' => ['privates', 'App\\Form\\AgendaTypeConfirm', 'getAgendaTypeConfirmService', false],
'App\\Form\\AgendaTypeEdit' => ['privates', 'App\\Form\\AgendaTypeEdit', 'getAgendaTypeEditService', false],
'App\\Form\\AgendarCirugiaType' => ['privates', 'App\\Form\\AgendarCirugiaType', 'getAgendarCirugiaTypeService', false],
'App\\Form\\AntecedenteType' => ['privates', 'App\\Form\\AntecedenteType', 'getAntecedenteTypeService', false],
'App\\Form\\BancosType' => ['privates', 'App\\Form\\BancosType', 'getBancosTypeService', false],
'App\\Form\\BuscaCabeceraType' => ['privates', 'App\\Form\\BuscaCabeceraType', 'getBuscaCabeceraTypeService', false],
'App\\Form\\BuscaCabeceraType2' => ['privates', 'App\\Form\\BuscaCabeceraType2', 'getBuscaCabeceraType2Service', false],
'App\\Form\\BuscaConsolidadaType' => ['privates', 'App\\Form\\BuscaConsolidadaType', 'getBuscaConsolidadaTypeService', false],
'App\\Form\\BuscaEspecialidad' => ['privates', 'App\\Form\\BuscaEspecialidad', 'getBuscaEspecialidadService', false],
'App\\Form\\BuscaFarmaciaType' => ['privates', 'App\\Form\\BuscaFarmaciaType', 'getBuscaFarmaciaTypeService', false],
'App\\Form\\BuscaLiquidacionType' => ['privates', 'App\\Form\\BuscaLiquidacionType', 'getBuscaLiquidacionTypeService', false],
'App\\Form\\BuscaLiquidacionType2' => ['privates', 'App\\Form\\BuscaLiquidacionType2', 'getBuscaLiquidacionType2Service', false],
'App\\Form\\BuscaOrdenType_pac' => ['privates', 'App\\Form\\BuscaOrdenType_pac', 'getBuscaOrdenTypePacService', false],
'App\\Form\\BuscaPlanoType' => ['privates', 'App\\Form\\BuscaPlanoType', 'getBuscaPlanoTypeService', false],
'App\\Form\\BuscaPreparacionType' => ['privates', 'App\\Form\\BuscaPreparacionType', 'getBuscaPreparacionTypeService', false],
'App\\Form\\BuscaPreparacionType2' => ['privates', 'App\\Form\\BuscaPreparacionType2', 'getBuscaPreparacionType2Service', false],
'App\\Form\\BuscaPreparacionTypeNew' => ['privates', 'App\\Form\\BuscaPreparacionTypeNew', 'getBuscaPreparacionTypeNewService', false],
'App\\Form\\BuscaPreparacionType_pac' => ['privates', 'App\\Form\\BuscaPreparacionType_pac', 'getBuscaPreparacionTypePacService', false],
'App\\Form\\BuscaPreparacionType_pac2' => ['privates', 'App\\Form\\BuscaPreparacionType_pac2', 'getBuscaPreparacionTypePac2Service', false],
'App\\Form\\BuscaPreparacionType_pac_rpt' => ['privates', 'App\\Form\\BuscaPreparacionType_pac_rpt', 'getBuscaPreparacionTypePacRptService', false],
'App\\Form\\BuscaPreparacionType_pac_rpt_lab' => ['privates', 'App\\Form\\BuscaPreparacionType_pac_rpt_lab', 'getBuscaPreparacionTypePacRptLabService', false],
'App\\Form\\BuscaPreparacionType_paciente' => ['privates', 'App\\Form\\BuscaPreparacionType_paciente', 'getBuscaPreparacionTypePacienteService', false],
'App\\Form\\BuscaProductoType' => ['privates', 'App\\Form\\BuscaProductoType', 'getBuscaProductoTypeService', false],
'App\\Form\\BuscaReporteType' => ['privates', 'App\\Form\\BuscaReporteType', 'getBuscaReporteTypeService', false],
'App\\Form\\BuscaSolicitudType' => ['privates', 'App\\Form\\BuscaSolicitudType', 'getBuscaSolicitudTypeService', false],
'App\\Form\\BuscarItemType' => ['privates', 'App\\Form\\BuscarItemType', 'getBuscarItemTypeService', false],
'App\\Form\\BuscarPacienteType' => ['privates', 'App\\Form\\BuscarPacienteType', 'getBuscarPacienteTypeService', false],
'App\\Form\\CargaContificoType' => ['privates', 'App\\Form\\CargaContificoType', 'getCargaContificoTypeService', false],
'App\\Form\\Cie10Type' => ['privates', 'App\\Form\\Cie10Type', 'getCie10TypeService', false],
'App\\Form\\CierreCajaFacturaType' => ['privates', 'App\\Form\\CierreCajaFacturaType', 'getCierreCajaFacturaTypeService', false],
'App\\Form\\CierreCajaType' => ['privates', 'App\\Form\\CierreCajaType', 'getCierreCajaTypeService', false],
'App\\Form\\ClientesType' => ['privates', 'App\\Form\\ClientesType', 'getClientesTypeService', false],
'App\\Form\\CotizacionType' => ['privates', 'App\\Form\\CotizacionType', 'getCotizacionTypeService', false],
'App\\Form\\DatosCirugia2Type' => ['privates', 'App\\Form\\DatosCirugia2Type', 'getDatosCirugia2TypeService', false],
'App\\Form\\DatosCirugiaType' => ['privates', 'App\\Form\\DatosCirugiaType', 'getDatosCirugiaTypeService', false],
'App\\Form\\DependenciaType' => ['privates', 'App\\Form\\DependenciaType', 'getDependenciaTypeService', false],
'App\\Form\\DerivacionType' => ['privates', 'App\\Form\\DerivacionType', 'getDerivacionTypeService', false],
'App\\Form\\DetalleCargaContificoType' => ['privates', 'App\\Form\\DetalleCargaContificoType', 'getDetalleCargaContificoTypeService', false],
'App\\Form\\DetallePlantillas2Type' => ['privates', 'App\\Form\\DetallePlantillas2Type', 'getDetallePlantillas2TypeService', false],
'App\\Form\\DetallePlantillasType' => ['privates', 'App\\Form\\DetallePlantillasType', 'getDetallePlantillasTypeService', false],
'App\\Form\\DetalleTerapiasType' => ['privates', 'App\\Form\\DetalleTerapiasType', 'getDetalleTerapiasTypeService', false],
'App\\Form\\DiagnosticosEpicrisisType' => ['privates', 'App\\Form\\DiagnosticosEpicrisisType', 'getDiagnosticosEpicrisisTypeService', false],
'App\\Form\\DiagnosticosGastroType' => ['privates', 'App\\Form\\DiagnosticosGastroType', 'getDiagnosticosGastroTypeService', false],
'App\\Form\\DiagnosticosHistoriaClinicaType' => ['privates', 'App\\Form\\DiagnosticosHistoriaClinicaType', 'getDiagnosticosHistoriaClinicaTypeService', false],
'App\\Form\\DiagnosticosInterconsultaType' => ['privates', 'App\\Form\\DiagnosticosInterconsultaType', 'getDiagnosticosInterconsultaTypeService', false],
'App\\Form\\DiagnosticosOrden012Type' => ['privates', 'App\\Form\\DiagnosticosOrden012Type', 'getDiagnosticosOrden012TypeService', false],
'App\\Form\\DientesType' => ['privates', 'App\\Form\\DientesType', 'getDientesTypeService', false],
'App\\Form\\DocumentosAType' => ['privates', 'App\\Form\\DocumentosAType', 'getDocumentosATypeService', false],
'App\\Form\\EmpresaType' => ['privates', 'App\\Form\\EmpresaType', 'getEmpresaTypeService', false],
'App\\Form\\EpicrisisType' => ['privates', 'App\\Form\\EpicrisisType', 'getEpicrisisTypeService', false],
'App\\Form\\Estudio2Type' => ['privates', 'App\\Form\\Estudio2Type', 'getEstudio2TypeService', false],
'App\\Form\\Estudio4Type' => ['privates', 'App\\Form\\Estudio4Type', 'getEstudio4TypeService', false],
'App\\Form\\Estudio5Type' => ['privates', 'App\\Form\\Estudio5Type', 'getEstudio5TypeService', false],
'App\\Form\\Estudio6Type' => ['privates', 'App\\Form\\Estudio6Type', 'getEstudio6TypeService', false],
'App\\Form\\Estudio7Type' => ['privates', 'App\\Form\\Estudio7Type', 'getEstudio7TypeService', false],
'App\\Form\\Estudio8Type' => ['privates', 'App\\Form\\Estudio8Type', 'getEstudio8TypeService', false],
'App\\Form\\Estudio9Type' => ['privates', 'App\\Form\\Estudio9Type', 'getEstudio9TypeService', false],
'App\\Form\\EstudioType' => ['privates', 'App\\Form\\EstudioType', 'getEstudioTypeService', false],
'App\\Form\\ExamenBuscarType' => ['privates', 'App\\Form\\ExamenBuscarType', 'getExamenBuscarTypeService', false],
'App\\Form\\ExamenDetalleCotizacionType' => ['privates', 'App\\Form\\ExamenDetalleCotizacionType', 'getExamenDetalleCotizacionTypeService', false],
'App\\Form\\ExamenDetalleType' => ['privates', 'App\\Form\\ExamenDetalleType', 'getExamenDetalleTypeService', false],
'App\\Form\\ExamenOrdenAgendarType' => ['privates', 'App\\Form\\ExamenOrdenAgendarType', 'getExamenOrdenAgendarTypeService', false],
'App\\Form\\ExamenOrdenResultadoType' => ['privates', 'App\\Form\\ExamenOrdenResultadoType', 'getExamenOrdenResultadoTypeService', false],
'App\\Form\\ExamenOrdenType' => ['privates', 'App\\Form\\ExamenOrdenType', 'getExamenOrdenTypeService', false],
'App\\Form\\ExamenOrdenTypeRecepcion' => ['privates', 'App\\Form\\ExamenOrdenTypeRecepcion', 'getExamenOrdenTypeRecepcionService', false],
'App\\Form\\ExamenParametroType' => ['privates', 'App\\Form\\ExamenParametroType', 'getExamenParametroTypeService', false],
'App\\Form\\ExamenReferenciaType' => ['privates', 'App\\Form\\ExamenReferenciaType', 'getExamenReferenciaTypeService', false],
'App\\Form\\ExamenType' => ['privates', 'App\\Form\\ExamenType', 'getExamenTypeService', false],
'App\\Form\\ExamenType_Lab' => ['privates', 'App\\Form\\ExamenType_Lab', 'getExamenTypeLabService', false],
'App\\Form\\ExamenType_maquina' => ['privates', 'App\\Form\\ExamenType_maquina', 'getExamenTypeMaquinaService', false],
'App\\Form\\FormaPagoType' => ['privates', 'App\\Form\\FormaPagoType', 'getFormaPagoTypeService', false],
'App\\Form\\GastroDetalleType' => ['privates', 'App\\Form\\GastroDetalleType', 'getGastroDetalleTypeService', false],
'App\\Form\\GastroType' => ['privates', 'App\\Form\\GastroType', 'getGastroTypeService', false],
'App\\Form\\HdArchivosType' => ['privates', 'App\\Form\\HdArchivosType', 'getHdArchivosTypeService', false],
'App\\Form\\HdEmergencia2Type' => ['privates', 'App\\Form\\HdEmergencia2Type', 'getHdEmergencia2TypeService', false],
'App\\Form\\HdEmergencia3Type' => ['privates', 'App\\Form\\HdEmergencia3Type', 'getHdEmergencia3TypeService', false],
'App\\Form\\HdEmergencia4Type' => ['privates', 'App\\Form\\HdEmergencia4Type', 'getHdEmergencia4TypeService', false],
'App\\Form\\HdEmergenciaType' => ['privates', 'App\\Form\\HdEmergenciaType', 'getHdEmergenciaTypeService', false],
'App\\Form\\HdMaestroPasosType' => ['privates', 'App\\Form\\HdMaestroPasosType', 'getHdMaestroPasosTypeService', false],
'App\\Form\\HdOrdenesType' => ['privates', 'App\\Form\\HdOrdenesType', 'getHdOrdenesTypeService', false],
'App\\Form\\HdPasoType' => ['privates', 'App\\Form\\HdPasoType', 'getHdPasoTypeService', false],
'App\\Form\\HdSolicitudDiagnosticosType' => ['privates', 'App\\Form\\HdSolicitudDiagnosticosType', 'getHdSolicitudDiagnosticosTypeService', false],
'App\\Form\\HdSolicitudType' => ['privates', 'App\\Form\\HdSolicitudType', 'getHdSolicitudTypeService', false],
'App\\Form\\HistoriaCertificadoType' => ['privates', 'App\\Form\\HistoriaCertificadoType', 'getHistoriaCertificadoTypeService', false],
'App\\Form\\HistoriaCertificadoType_old' => ['privates', 'App\\Form\\HistoriaCertificadoType_old', 'getHistoriaCertificadoTypeOldService', false],
'App\\Form\\HistoriaClinicaCardioType' => ['privates', 'App\\Form\\HistoriaClinicaCardioType', 'getHistoriaClinicaCardioTypeService', false],
'App\\Form\\HistoriaClinicaTerapiaType' => ['privates', 'App\\Form\\HistoriaClinicaTerapiaType', 'getHistoriaClinicaTerapiaTypeService', false],
'App\\Form\\HistoriaClinicaType' => ['privates', 'App\\Form\\HistoriaClinicaType', 'getHistoriaClinicaTypeService', false],
'App\\Form\\HistoriaClinicaValoracionType' => ['privates', 'App\\Form\\HistoriaClinicaValoracionType', 'getHistoriaClinicaValoracionTypeService', false],
'App\\Form\\ImagenesEstudioType' => ['privates', 'App\\Form\\ImagenesEstudioType', 'getImagenesEstudioTypeService', false],
'App\\Form\\ImagenesEstudioType_org' => ['privates', 'App\\Form\\ImagenesEstudioType_org', 'getImagenesEstudioTypeOrgService', false],
'App\\Form\\InsumosEnfermeriaType' => ['privates', 'App\\Form\\InsumosEnfermeriaType', 'getInsumosEnfermeriaTypeService', false],
'App\\Form\\InsumosType' => ['privates', 'App\\Form\\InsumosType', 'getInsumosTypeService', false],
'App\\Form\\InterconsultaType' => ['privates', 'App\\Form\\InterconsultaType', 'getInterconsultaTypeService', false],
'App\\Form\\ItemConveniosType' => ['privates', 'App\\Form\\ItemConveniosType', 'getItemConveniosTypeService', false],
'App\\Form\\ItemsCargosType' => ['privates', 'App\\Form\\ItemsCargosType', 'getItemsCargosTypeService', false],
'App\\Form\\LabProtocoloExamenType' => ['privates', 'App\\Form\\LabProtocoloExamenType', 'getLabProtocoloExamenTypeService', false],
'App\\Form\\LabProtocoloOrdenType' => ['privates', 'App\\Form\\LabProtocoloOrdenType', 'getLabProtocoloOrdenTypeService', false],
'App\\Form\\LabProtocoloType' => ['privates', 'App\\Form\\LabProtocoloType', 'getLabProtocoloTypeService', false],
'App\\Form\\Lab_ExamenType' => ['privates', 'App\\Form\\Lab_ExamenType', 'getLabExamenTypeService', false],
'App\\Form\\LiquidacionType' => ['privates', 'App\\Form\\LiquidacionType', 'getLiquidacionTypeService', false],
'App\\Form\\LogAntecedentesPersonalesType' => ['privates', 'App\\Form\\LogAntecedentesPersonalesType', 'getLogAntecedentesPersonalesTypeService', false],
'App\\Form\\MaestroPlantillasType' => ['privates', 'App\\Form\\MaestroPlantillasType', 'getMaestroPlantillasTypeService', false],
'App\\Form\\MedicinaType' => ['privates', 'App\\Form\\MedicinaType', 'getMedicinaTypeService', false],
'App\\Form\\MovimientosProductosType' => ['privates', 'App\\Form\\MovimientosProductosType', 'getMovimientosProductosTypeService', false],
'App\\Form\\NivelType' => ['privates', 'App\\Form\\NivelType', 'getNivelTypeService', false],
'App\\Form\\Odontograma2Type' => ['privates', 'App\\Form\\Odontograma2Type', 'getOdontograma2TypeService', false],
'App\\Form\\OdontogramaProcedimientoDienteType' => ['privates', 'App\\Form\\OdontogramaProcedimientoDienteType', 'getOdontogramaProcedimientoDienteTypeService', false],
'App\\Form\\OdontogramaProcedimientoType' => ['privates', 'App\\Form\\OdontogramaProcedimientoType', 'getOdontogramaProcedimientoTypeService', false],
'App\\Form\\OdontogramaType' => ['privates', 'App\\Form\\OdontogramaType', 'getOdontogramaTypeService', false],
'App\\Form\\Odontograma_ProcType' => ['privates', 'App\\Form\\Odontograma_ProcType', 'getOdontogramaProcTypeService', false],
'App\\Form\\Orden012DetalleType' => ['privates', 'App\\Form\\Orden012DetalleType', 'getOrden012DetalleTypeService', false],
'App\\Form\\Orden012Type' => ['privates', 'App\\Form\\Orden012Type', 'getOrden012TypeService', false],
'App\\Form\\OrdenProcedimientoType' => ['privates', 'App\\Form\\OrdenProcedimientoType', 'getOrdenProcedimientoTypeService', false],
'App\\Form\\OrdenVentaDetallePagoType' => ['privates', 'App\\Form\\OrdenVentaDetallePagoType', 'getOrdenVentaDetallePagoTypeService', false],
'App\\Form\\OrdenVentaDetalleType' => ['privates', 'App\\Form\\OrdenVentaDetalleType', 'getOrdenVentaDetalleTypeService', false],
'App\\Form\\OrdenVentaType' => ['privates', 'App\\Form\\OrdenVentaType', 'getOrdenVentaTypeService', false],
'App\\Form\\PacienteReferenciaType' => ['privates', 'App\\Form\\PacienteReferenciaType', 'getPacienteReferenciaTypeService', false],
'App\\Form\\PacienteType' => ['privates', 'App\\Form\\PacienteType', 'getPacienteTypeService', false],
'App\\Form\\PacienteTypeEdit' => ['privates', 'App\\Form\\PacienteTypeEdit', 'getPacienteTypeEditService', false],
'App\\Form\\PacienteTypeFarmacia' => ['privates', 'App\\Form\\PacienteTypeFarmacia', 'getPacienteTypeFarmaciaService', false],
'App\\Form\\PacienteTypeFarmacia2' => ['privates', 'App\\Form\\PacienteTypeFarmacia2', 'getPacienteTypeFarmacia2Service', false],
'App\\Form\\PantallasAs400Type' => ['privates', 'App\\Form\\PantallasAs400Type', 'getPantallasAs400TypeService', false],
'App\\Form\\PaqueteType' => ['privates', 'App\\Form\\PaqueteType', 'getPaqueteTypeService', false],
'App\\Form\\PlanoCabeceraType' => ['privates', 'App\\Form\\PlanoCabeceraType', 'getPlanoCabeceraTypeService', false],
'App\\Form\\PlanoDetalleType' => ['privates', 'App\\Form\\PlanoDetalleType', 'getPlanoDetalleTypeService', false],
'App\\Form\\PlanoPlantillaType' => ['privates', 'App\\Form\\PlanoPlantillaType', 'getPlanoPlantillaTypeService', false],
'App\\Form\\PreparacionEstudioGlicemiaType' => ['privates', 'App\\Form\\PreparacionEstudioGlicemiaType', 'getPreparacionEstudioGlicemiaTypeService', false],
'App\\Form\\PreparacionEstudioType' => ['privates', 'App\\Form\\PreparacionEstudioType', 'getPreparacionEstudioTypeService', false],
'App\\Form\\PreparacionType' => ['privates', 'App\\Form\\PreparacionType', 'getPreparacionTypeService', false],
'App\\Form\\PreparacionTypeV2' => ['privates', 'App\\Form\\PreparacionTypeV2', 'getPreparacionTypeV2Service', false],
'App\\Form\\PrescripcionType' => ['privates', 'App\\Form\\PrescripcionType', 'getPrescripcionTypeService', false],
'App\\Form\\ProcedimientosType' => ['privates', 'App\\Form\\ProcedimientosType', 'getProcedimientosTypeService', false],
'App\\Form\\ProductoBuscarType' => ['privates', 'App\\Form\\ProductoBuscarType', 'getProductoBuscarTypeService', false],
'App\\Form\\ProductoNivelType' => ['privates', 'App\\Form\\ProductoNivelType', 'getProductoNivelTypeService', false],
'App\\Form\\ProductoType' => ['privates', 'App\\Form\\ProductoType', 'getProductoTypeService', false],
'App\\Form\\ProductoXlsType' => ['privates', 'App\\Form\\ProductoXlsType', 'getProductoXlsTypeService', false],
'App\\Form\\RecetaDetalleType' => ['privates', 'App\\Form\\RecetaDetalleType', 'getRecetaDetalleTypeService', false],
'App\\Form\\RecetaObsType' => ['privates', 'App\\Form\\RecetaObsType', 'getRecetaObsTypeService', false],
'App\\Form\\RecetaType' => ['privates', 'App\\Form\\RecetaType', 'getRecetaTypeService', false],
'App\\Form\\RecordType' => ['privates', 'App\\Form\\RecordType', 'getRecordTypeService', false],
'App\\Form\\RecordlaboratorioType' => ['privates', 'App\\Form\\RecordlaboratorioType', 'getRecordlaboratorioTypeService', false],
'App\\Form\\SeguroPrivadoType' => ['privates', 'App\\Form\\SeguroPrivadoType', 'getSeguroPrivadoTypeService', false],
'App\\Form\\TSeguroType' => ['privates', 'App\\Form\\TSeguroType', 'getTSeguroTypeService', false],
'App\\Form\\TarjetasType' => ['privates', 'App\\Form\\TarjetasType', 'getTarjetasTypeService', false],
'App\\Form\\TerapiasType' => ['privates', 'App\\Form\\TerapiasType', 'getTerapiasTypeService', false],
'App\\Form\\TipoAs400Type' => ['privates', 'App\\Form\\TipoAs400Type', 'getTipoAs400TypeService', false],
'App\\Form\\TipoExamenType' => ['privates', 'App\\Form\\TipoExamenType', 'getTipoExamenTypeService', false],
'App\\Form\\TipoSeguroType' => ['privates', 'App\\Form\\TipoSeguroType', 'getTipoSeguroTypeService', false],
'App\\Form\\TipoServicioType' => ['privates', 'App\\Form\\TipoServicioType', 'getTipoServicioTypeService', false],
'App\\Form\\TipoSubseguroType' => ['privates', 'App\\Form\\TipoSubseguroType', 'getTipoSubseguroTypeService', false],
'App\\Form\\TurnoType' => ['privates', 'App\\Form\\TurnoType', 'getTurnoTypeService', false],
'App\\Form\\User1Type' => ['privates', 'App\\Form\\User1Type', 'getUser1TypeService', false],
'App\\Form\\UserType' => ['privates', 'App\\Form\\UserType', 'getUserTypeService', false],
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates', 'form.type.entity', 'getForm_Type_EntityService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates', 'form.type.choice', 'getForm_Type_ChoiceService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates', 'form.type.color', 'getForm_Type_ColorService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services', '.container.private.form.type.file', 'get_Container_Private_Form_Type_FileService', false],
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates', 'form.type.form', 'getForm_Type_FormService', false],
], [
'App\\Form\\AgendaDetalleContificoType' => '?',
'App\\Form\\AgendaOrdenProcType' => '?',
'App\\Form\\AgendaRecesionMovilidadType' => '?',
'App\\Form\\AgendaType' => '?',
'App\\Form\\AgendaTypeAdmision' => '?',
'App\\Form\\AgendaTypeConfirm' => '?',
'App\\Form\\AgendaTypeEdit' => '?',
'App\\Form\\AgendarCirugiaType' => '?',
'App\\Form\\AntecedenteType' => '?',
'App\\Form\\BancosType' => '?',
'App\\Form\\BuscaCabeceraType' => '?',
'App\\Form\\BuscaCabeceraType2' => '?',
'App\\Form\\BuscaConsolidadaType' => '?',
'App\\Form\\BuscaEspecialidad' => '?',
'App\\Form\\BuscaFarmaciaType' => '?',
'App\\Form\\BuscaLiquidacionType' => '?',
'App\\Form\\BuscaLiquidacionType2' => '?',
'App\\Form\\BuscaOrdenType_pac' => '?',
'App\\Form\\BuscaPlanoType' => '?',
'App\\Form\\BuscaPreparacionType' => '?',
'App\\Form\\BuscaPreparacionType2' => '?',
'App\\Form\\BuscaPreparacionTypeNew' => '?',
'App\\Form\\BuscaPreparacionType_pac' => '?',
'App\\Form\\BuscaPreparacionType_pac2' => '?',
'App\\Form\\BuscaPreparacionType_pac_rpt' => '?',
'App\\Form\\BuscaPreparacionType_pac_rpt_lab' => '?',
'App\\Form\\BuscaPreparacionType_paciente' => '?',
'App\\Form\\BuscaProductoType' => '?',
'App\\Form\\BuscaReporteType' => '?',
'App\\Form\\BuscaSolicitudType' => '?',
'App\\Form\\BuscarItemType' => '?',
'App\\Form\\BuscarPacienteType' => '?',
'App\\Form\\CargaContificoType' => '?',
'App\\Form\\Cie10Type' => '?',
'App\\Form\\CierreCajaFacturaType' => '?',
'App\\Form\\CierreCajaType' => '?',
'App\\Form\\ClientesType' => '?',
'App\\Form\\CotizacionType' => '?',
'App\\Form\\DatosCirugia2Type' => '?',
'App\\Form\\DatosCirugiaType' => '?',
'App\\Form\\DependenciaType' => '?',
'App\\Form\\DerivacionType' => '?',
'App\\Form\\DetalleCargaContificoType' => '?',
'App\\Form\\DetallePlantillas2Type' => '?',
'App\\Form\\DetallePlantillasType' => '?',
'App\\Form\\DetalleTerapiasType' => '?',
'App\\Form\\DiagnosticosEpicrisisType' => '?',
'App\\Form\\DiagnosticosGastroType' => '?',
'App\\Form\\DiagnosticosHistoriaClinicaType' => '?',
'App\\Form\\DiagnosticosInterconsultaType' => '?',
'App\\Form\\DiagnosticosOrden012Type' => '?',
'App\\Form\\DientesType' => '?',
'App\\Form\\DocumentosAType' => '?',
'App\\Form\\EmpresaType' => '?',
'App\\Form\\EpicrisisType' => '?',
'App\\Form\\Estudio2Type' => '?',
'App\\Form\\Estudio4Type' => '?',
'App\\Form\\Estudio5Type' => '?',
'App\\Form\\Estudio6Type' => '?',
'App\\Form\\Estudio7Type' => '?',
'App\\Form\\Estudio8Type' => '?',
'App\\Form\\Estudio9Type' => '?',
'App\\Form\\EstudioType' => '?',
'App\\Form\\ExamenBuscarType' => '?',
'App\\Form\\ExamenDetalleCotizacionType' => '?',
'App\\Form\\ExamenDetalleType' => '?',
'App\\Form\\ExamenOrdenAgendarType' => '?',
'App\\Form\\ExamenOrdenResultadoType' => '?',
'App\\Form\\ExamenOrdenType' => '?',
'App\\Form\\ExamenOrdenTypeRecepcion' => '?',
'App\\Form\\ExamenParametroType' => '?',
'App\\Form\\ExamenReferenciaType' => '?',
'App\\Form\\ExamenType' => '?',
'App\\Form\\ExamenType_Lab' => '?',
'App\\Form\\ExamenType_maquina' => '?',
'App\\Form\\FormaPagoType' => '?',
'App\\Form\\GastroDetalleType' => '?',
'App\\Form\\GastroType' => '?',
'App\\Form\\HdArchivosType' => '?',
'App\\Form\\HdEmergencia2Type' => '?',
'App\\Form\\HdEmergencia3Type' => '?',
'App\\Form\\HdEmergencia4Type' => '?',
'App\\Form\\HdEmergenciaType' => '?',
'App\\Form\\HdMaestroPasosType' => '?',
'App\\Form\\HdOrdenesType' => '?',
'App\\Form\\HdPasoType' => '?',
'App\\Form\\HdSolicitudDiagnosticosType' => '?',
'App\\Form\\HdSolicitudType' => '?',
'App\\Form\\HistoriaCertificadoType' => '?',
'App\\Form\\HistoriaCertificadoType_old' => '?',
'App\\Form\\HistoriaClinicaCardioType' => '?',
'App\\Form\\HistoriaClinicaTerapiaType' => '?',
'App\\Form\\HistoriaClinicaType' => '?',
'App\\Form\\HistoriaClinicaValoracionType' => '?',
'App\\Form\\ImagenesEstudioType' => '?',
'App\\Form\\ImagenesEstudioType_org' => '?',
'App\\Form\\InsumosEnfermeriaType' => '?',
'App\\Form\\InsumosType' => '?',
'App\\Form\\InterconsultaType' => '?',
'App\\Form\\ItemConveniosType' => '?',
'App\\Form\\ItemsCargosType' => '?',
'App\\Form\\LabProtocoloExamenType' => '?',
'App\\Form\\LabProtocoloOrdenType' => '?',
'App\\Form\\LabProtocoloType' => '?',
'App\\Form\\Lab_ExamenType' => '?',
'App\\Form\\LiquidacionType' => '?',
'App\\Form\\LogAntecedentesPersonalesType' => '?',
'App\\Form\\MaestroPlantillasType' => '?',
'App\\Form\\MedicinaType' => '?',
'App\\Form\\MovimientosProductosType' => '?',
'App\\Form\\NivelType' => '?',
'App\\Form\\Odontograma2Type' => '?',
'App\\Form\\OdontogramaProcedimientoDienteType' => '?',
'App\\Form\\OdontogramaProcedimientoType' => '?',
'App\\Form\\OdontogramaType' => '?',
'App\\Form\\Odontograma_ProcType' => '?',
'App\\Form\\Orden012DetalleType' => '?',
'App\\Form\\Orden012Type' => '?',
'App\\Form\\OrdenProcedimientoType' => '?',
'App\\Form\\OrdenVentaDetallePagoType' => '?',
'App\\Form\\OrdenVentaDetalleType' => '?',
'App\\Form\\OrdenVentaType' => '?',
'App\\Form\\PacienteReferenciaType' => '?',
'App\\Form\\PacienteType' => '?',
'App\\Form\\PacienteTypeEdit' => '?',
'App\\Form\\PacienteTypeFarmacia' => '?',
'App\\Form\\PacienteTypeFarmacia2' => '?',
'App\\Form\\PantallasAs400Type' => '?',
'App\\Form\\PaqueteType' => '?',
'App\\Form\\PlanoCabeceraType' => '?',
'App\\Form\\PlanoDetalleType' => '?',
'App\\Form\\PlanoPlantillaType' => '?',
'App\\Form\\PreparacionEstudioGlicemiaType' => '?',
'App\\Form\\PreparacionEstudioType' => '?',
'App\\Form\\PreparacionType' => '?',
'App\\Form\\PreparacionTypeV2' => '?',
'App\\Form\\PrescripcionType' => '?',
'App\\Form\\ProcedimientosType' => '?',
'App\\Form\\ProductoBuscarType' => '?',
'App\\Form\\ProductoNivelType' => '?',
'App\\Form\\ProductoType' => '?',
'App\\Form\\ProductoXlsType' => '?',
'App\\Form\\RecetaDetalleType' => '?',
'App\\Form\\RecetaObsType' => '?',
'App\\Form\\RecetaType' => '?',
'App\\Form\\RecordType' => '?',
'App\\Form\\RecordlaboratorioType' => '?',
'App\\Form\\SeguroPrivadoType' => '?',
'App\\Form\\TSeguroType' => '?',
'App\\Form\\TarjetasType' => '?',
'App\\Form\\TerapiasType' => '?',
'App\\Form\\TipoAs400Type' => '?',
'App\\Form\\TipoExamenType' => '?',
'App\\Form\\TipoSeguroType' => '?',
'App\\Form\\TipoServicioType' => '?',
'App\\Form\\TipoSubseguroType' => '?',
'App\\Form\\TurnoType' => '?',
'App\\Form\\User1Type' => '?',
'App\\Form\\UserType' => '?',
'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
yield 1 => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
yield 2 => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
yield 3 => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
yield 4 => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
yield 5 => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
}, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
}, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
}, 1)], new RewindableGenerator(function () {
yield 0 => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
yield 1 => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
}, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
}
/**
* Gets the private 'form.server_params' shared service.
*
* @return \Symfony\Component\Form\Util\ServerParams
*/
protected function getForm_ServerParamsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Util/ServerParams.php';
return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'form.type.choice' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
*/
protected function getForm_Type_ChoiceService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.color' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\ColorType
*/
protected function getForm_Type_ColorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type.entity' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
*/
protected function getForm_Type_EntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type.form' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\FormType
*/
protected function getForm_Type_FormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
}
/**
* Gets the private 'form.type_extension.csrf' shared service.
*
* @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
*/
protected function getForm_TypeExtension_CsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true, '_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
}
/**
* Gets the private 'form.type_extension.form.data_collector' shared service.
*
* @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
*/
protected function getForm_TypeExtension_Form_DataCollectorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
}
/**
* Gets the private 'form.type_extension.form.http_foundation' shared service.
*
* @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
*/
protected function getForm_TypeExtension_Form_HttpFoundationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/RequestHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
}
/**
* Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
*
* @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
*/
protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.form.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
*/
protected function getForm_TypeExtension_Form_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
}
/**
* Gets the private 'form.type_extension.upload.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
*/
protected function getForm_TypeExtension_Upload_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractTypeExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
}
/**
* Gets the private 'form.type_guesser.doctrine' shared service.
*
* @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
*/
protected function getForm_TypeGuesser_DoctrineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
}
/**
* Gets the private 'form.type_guesser.validator' shared service.
*
* @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
*/
protected function getForm_TypeGuesser_ValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
}
/**
* Gets the private 'fragment.renderer.inline' shared service.
*
* @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
*/
protected function getFragment_Renderer_InlineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
$a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['fragment.renderer.inline'])) {
return $this->privates['fragment.renderer.inline'];
}
$this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a, $b);
$instance->setFragmentPath('/_fragment');
return $instance;
}
/**
* Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
*/
protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
{
return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
}
/**
* Gets the private 'framework_extra_bundle.event.is_granted' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
*/
protected function getFrameworkExtraBundle_Event_IsGrantedService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
return $this->privates['framework_extra_bundle.event.is_granted'];
}
return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
}
/**
* Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
*
* @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
*/
protected function getKnpPaginator_Subscriber_SlidingPaginationService()
{
return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig', 'defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig', 'defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig', 'defaultPageRange' => 5, 'defaultPageLimit' => NULL]);
}
/**
* Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
*/
protected function getLexikJwtAuthentication_CheckConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
$this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
$instance->setName('lexik:jwt:check-config');
$instance->setDescription('Checks that the bundle is properly configured.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
*/
protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
$this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
$instance->setName('lexik:jwt:enable-encryption');
$instance->setDescription('Enable Web-Token encryption support.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
*/
protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
$this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__, 4).'/config/jwt/private.pem'), (\dirname(__DIR__, 4).'/config/jwt/public.pem'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:generate-keypair');
$instance->setDescription('Generate public/private keys for use in your application.');
return $instance;
}
/**
* Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
*
* @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
*/
protected function getLexikJwtAuthentication_MigrateConfigCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
$this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
$instance->setName('lexik:jwt:migrate-config');
$instance->setDescription('Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.');
return $instance;
}
/**
* Gets the private 'locale_aware_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
*/
protected function getLocaleAwareListenerService()
{
return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
yield 0 => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
yield 1 => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
}, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'locale_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
*/
protected function getLocaleListenerService()
{
return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
}
/**
* Gets the private 'maker.auto_command.make_auth' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeAuthService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:auth');
$instance->setDescription('Creates a Guard authenticator of different flavors');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_command' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCommandService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:command');
$instance->setDescription('Creates a new console command class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:controller');
$instance->setDescription('Creates a new controller class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_crud' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeCrudService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:crud');
$instance->setDescription('Creates CRUD for Doctrine entity class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_docker_database' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeDockerDatabaseService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:docker:database');
$instance->setDescription('Adds a database container to your docker-compose.yaml file');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_entity' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeEntityService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
$this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a, $b, ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:entity');
$instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_fixtures' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFixturesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:fixtures');
$instance->setDescription('Creates a new class to load Doctrine fixtures');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:form');
$instance->setDescription('Creates a new form class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_message' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:message');
$instance->setDescription('Creates a new message and handler');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:messenger-middleware');
$instance->setDescription('Creates a new messenger middleware');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_migration' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeMigrationService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__, 4), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:migration');
$instance->setDescription('Creates a new migration based on database changes');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_registration_form' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeRegistrationFormService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:registration-form');
$instance->setDescription('Creates a new registration form system');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_reset_password' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeResetPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:reset-password');
$instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_security_form_login' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSecurityFormLoginService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/Security/MakeFormLogin.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_security_form_login'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:security:form-login');
$instance->setDescription('Generate the code needed for the form_login authenticator');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerEncoderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:serializer:encoder');
$instance->setDescription('Creates a new serializer encoder class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:serializer:normalizer');
$instance->setDescription('Creates a new serializer normalizer class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeStimulusControllerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:stimulus-controller');
$instance->setDescription('Creates a new Stimulus controller');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_subscriber' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeSubscriberService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:subscriber');
$instance->setDescription('Creates a new event subscriber class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_test' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTestService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:test');
$instance->setAliases([0 => 'make:unit-test', 1 => 'make:functional-test']);
$instance->setDescription('Creates a new test class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_component' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigComponentService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:twig-component');
$instance->setDescription('Creates a twig (or live) component');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_twig_extension' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeTwigExtensionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:twig-extension');
$instance->setDescription('Creates a new Twig extension with its runtime class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_user' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeUserService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
$this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:user');
$instance->setDescription('Creates a new security user class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_validator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeValidatorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:validator');
$instance->setDescription('Creates a new validator and constraint class');
return $instance;
}
/**
* Gets the private 'maker.auto_command.make_voter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
*/
protected function getMaker_AutoCommand_MakeVoterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateLinter.php';
$this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.template_linter'] ?? ($this->privates['maker.template_linter'] = new \Symfony\Bundle\MakerBundle\Util\TemplateLinter($this->getEnv('default::string:MAKER_PHP_CS_FIXER_BINARY_PATH'), $this->getEnv('default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH')))));
$instance->setName('make:voter');
$instance->setDescription('Creates a new security voter class');
return $instance;
}
/**
* Gets the private 'maker.doctrine_helper' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
*/
protected function getMaker_DoctrineHelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [0 => [0 => 'App\\Entity', 1 => ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())], 1 => [0 => 'CalendarBundle\\Entity', 1 => ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([0 => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/Entity')], false)))]]]);
}
/**
* Gets the private 'maker.entity_class_generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
*/
protected function getMaker_EntityClassGeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
}
/**
* Gets the private 'maker.file_link_formatter' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
*/
protected function getMaker_FileLinkFormatterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
}
/**
* Gets the private 'maker.file_manager' shared service.
*
* @return \Symfony\Bundle\MakerBundle\FileManager
*/
protected function getMaker_FileManagerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/FileManager.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/filesystem/Filesystem.php';
return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__, 4), (\dirname(__DIR__, 4).'/templates'));
}
/**
* Gets the private 'maker.generator' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Generator
*/
protected function getMaker_GeneratorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Generator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App', NULL, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator());
}
/**
* Gets the private 'maker.php_compat_util' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
*/
protected function getMaker_PhpCompatUtilService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
}
/**
* Gets the private 'maker.renderer.form_type_renderer' shared service.
*
* @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
*/
protected function getMaker_Renderer_FormTypeRendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
}
/**
* Gets the private 'mime_types' shared service.
*
* @return \Symfony\Component\Mime\MimeTypes
*/
protected function getMimeTypesService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypesInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/MimeTypes.php';
$this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
$instance->setDefault($instance);
return $instance;
}
/**
* Gets the private 'monolog.command.server_log' shared service.
*
* @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
*/
protected function getMonolog_Command_ServerLogService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
$this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
$instance->setName('server:log');
$instance->setDescription('Start a log server that displays logs in real time');
return $instance;
}
/**
* Gets the private 'monolog.handler.console' shared service.
*
* @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
*/
protected function getMonolog_Handler_ConsoleService()
{
return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULL, true, [], []);
}
/**
* Gets the private 'monolog.handler.main' shared service.
*
* @return \Monolog\Handler\StreamHandler
*/
protected function getMonolog_Handler_MainService()
{
$this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__, 3).'/log/dev.log'), 'debug', true, NULL, false);
$instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
return $instance;
}
/**
* Gets the private 'monolog.logger' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_LoggerService()
{
$this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->useMicrosecondTimestamps(true);
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.cache' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_CacheService()
{
$this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.request' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_RequestService()
{
$this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'monolog.logger.security' shared service.
*
* @return \Symfony\Bridge\Monolog\Logger
*/
protected function getMonolog_Logger_SecurityService()
{
$this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
$instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
return $instance;
}
/**
* Gets the private 'parameter_bag' shared service.
*
* @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
*/
protected function getParameterBagService()
{
return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
}
/**
* Gets the private 'profiler_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
*/
protected function getProfilerListenerService()
{
$a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
if (isset($this->privates['profiler_listener'])) {
return $this->privates['profiler_listener'];
}
return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL, false, false, NULL);
}
/**
* Gets the private 'property_accessor' shared service.
*
* @return \Symfony\Component\PropertyAccess\PropertyAccessor
*/
protected function getPropertyAccessorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-access/PropertyAccessor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
$a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(3, 2, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0, false), $a, $a);
}
/**
* Gets the private 'property_info' shared service.
*
* @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
*/
protected function getPropertyInfoService()
{
return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
yield 2 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
}, 3), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
yield 2 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
yield 3 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 4), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
}, 1), new RewindableGenerator(function () {
yield 0 => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
yield 1 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 2), new RewindableGenerator(function () {
yield 0 => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
}, 1));
}
/**
* Gets the private 'property_info.serializer_extractor' shared service.
*
* @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
*/
protected function getPropertyInfo_SerializerExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
}
/**
* Gets the private 'router.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
*/
protected function getRouter_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'router' => ['services', 'router', 'getRouterService', false],
], [
'router' => '?',
]))->withContext('router.cache_warmer', $this));
}
/**
* Gets the private 'router.expression_language_provider' shared service.
*
* @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
*/
protected function getRouter_ExpressionLanguageProviderService()
{
return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'env' => ['privates', 'container.getenv', 'getContainer_GetenvService', false],
], [
'env' => 'Closure',
]));
}
/**
* Gets the private 'router.request_context' shared service.
*
* @return \Symfony\Component\Routing\RequestContext
*/
protected function getRouter_RequestContextService()
{
$this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('', 'localhost', 'http', 80, 443);
$instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
return $instance;
}
/**
* Gets the private 'router_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\RouterListener
*/
protected function getRouterListenerService()
{
return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__, 4), true);
}
/**
* Gets the private 'secrets.vault' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
*/
protected function getSecrets_VaultService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/string/LazyString.php';
return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__, 4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
}
/**
* Gets the private 'security.access_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AccessListener
*/
protected function getSecurity_AccessListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
$a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.access_listener'])) {
return $this->privates['security.access_listener'];
}
return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
}
/**
* Gets the private 'security.access_map' shared service.
*
* @return \Symfony\Component\Security\Http\AccessMap
*/
protected function getSecurity_AccessMapService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMapInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/AccessMap.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/RequestMatcher.php';
$this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/itemscargos'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/planocabecera'), [0 => 'ROLE_CONVENIO'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/planodetalle'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dashboard'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/tipoexamen'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/tipoas400'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/tiposeguro'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/tiposubseguro'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/seguroprivado'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/cie10'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/empresa'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/dependencia'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/derivacion'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/paciente'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/agenda'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/hd_solicitud'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/orden_venta'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/preparacion'), [0 => 'ROLE_ENFERMERIA', 1 => 'ROLE_RECEPCION'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/orden_procedimiento'), [0 => 'ROLE_ENFERMERIA', 1 => 'ROL_USER', 2 => 'ROLE_DOCTOR', 3 => 'ROLE_RECEPCION'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica/nimprimir'), [0 => 'ROLE_RECEPCION', 1 => 'ROLE_DOCTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica/guardar'), [0 => 'ROLE_RECEPCION', 1 => 'ROLE_DOCTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica/imprimir'), [0 => 'ROLE_RECEPCION', 1 => 'ROLE_DOCTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica/formulario'), [0 => 'ROLE_RECEPCION', 1 => 'ROLE_DOCTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica/cardiologia2'), [0 => 'ROLE_RECEPCION', 1 => 'ROLE_DOCTOR', 2 => 'ROLE_ASIST'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica/consulta'), [0 => 'ROLE_RECEPCION', 1 => 'ROLE_DOCTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica/pacientes/xespecialidad'), [0 => 'ROLE_ASIST', 1 => 'ROL_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/historiaclinica'), [0 => 'ROLE_ENFERMERIA', 1 => 'ROL_USER', 2 => 'ROLE_DOCTOR', 3 => 'ROLE_CONVENIO'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/hd_emergencia'), [0 => 'ROLE_ENFERMERIA', 1 => 'ROL_USER', 2 => 'ROLE_DOCTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/datos_cirugia'), [0 => 'ROLE_ENFERMERIA', 1 => 'ROL_USER', 2 => 'ROLE_DOCTOR'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/receta'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/orden012'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/examen_orden'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/producto'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/farmacia'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/estudio'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/examenordenresultado'), [0 => 'ROLE_LABORATORISTA'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/laboratorio/autocomplete'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/laboratorio'), [0 => 'ROLE_LABORATORISTA'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/registro'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/user'), [0 => 'ROLE_ADMIN'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/odontograma_procedimiento'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/liquidacion'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/maestro_plantillas'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/detalle_plantillas'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/carga_contifico'), [0 => 'ROLE_USER'], NULL);
$instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/agenda_detalle_contifico'), [0 => 'ROLE_USER'], NULL);
return $instance;
}
/**
* Gets the private 'security.authentication.guard_handler' shared service.
*
* @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_GuardHandlerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.authentication.guard_handler'])) {
return $this->privates['security.authentication.guard_handler'];
}
$this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, []);
$instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
return $instance;
}
/**
* Gets the private 'security.authentication.listener.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.anonymous.main'])) {
return $this->privates['security.authentication.listener.anonymous.main'];
}
return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a);
}
/**
* Gets the private 'security.authentication.listener.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Listener_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead.');
$a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
$b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
if (isset($this->privates['security.authentication.listener.guard.main'])) {
return $this->privates['security.authentication.listener.guard.main'];
}
return $this->privates['security.authentication.listener.guard.main'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a, $b, 'main', new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
}
/**
* Gets the private 'security.authentication.manager' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_ManagerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
$this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.authentication.provider.guard.main'] ?? $this->getSecurity_Authentication_Provider_Guard_MainService());
yield 1 => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
}, 2), true);
$instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
return $instance;
}
/**
* Gets the private 'security.authentication.provider.anonymous.main' shared service.
*
* @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Anonymous_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
}
/**
* Gets the private 'security.authentication.provider.guard.main' shared service.
*
* @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
*
* @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.
*/
protected function getSecurity_Authentication_Provider_Guard_MainService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
return $this->privates['security.authentication.provider.guard.main'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
yield 0 => ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
}, 1), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), 'main', new \Symfony\Component\Security\Core\User\InMemoryUserChecker(), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService())));
}
/**
* Gets the private 'security.authentication_utils' shared service.
*
* @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
*/
protected function getSecurity_AuthenticationUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.channel_listener' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ChannelListener
*/
protected function getSecurity_ChannelListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
$a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
}
/**
* Gets the private 'security.command.debug_firewall' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
*/
protected function getSecurity_Command_DebugFirewallService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
$this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.XsyfP82'] ?? $this->get_ServiceLocator_XsyfP82Service()), [], false);
$instance->setName('debug:firewall');
$instance->setDescription('Display information about your security firewall(s)');
return $instance;
}
/**
* Gets the private 'security.command.user_password_encoder' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
*
* @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
*/
protected function getSecurity_Command_UserPasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
$this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:encode-password');
$instance->setDescription('Encode a password');
return $instance;
}
/**
* Gets the private 'security.command.user_password_hash' shared service.
*
* @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
*/
protected function getSecurity_Command_UserPasswordHashService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
$this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [0 => 'App\\Entity\\User']);
$instance->setName('security:hash-password');
$instance->setDescription('Hash a user password');
return $instance;
}
/**
* Gets the private 'security.context_listener.0' shared service.
*
* @return \Symfony\Component\Security\Http\Firewall\ContextListener
*/
protected function getSecurity_ContextListener_0Service()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
$a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
if (isset($this->privates['security.context_listener.0'])) {
return $this->privates['security.context_listener.0'];
}
return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
yield 0 => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
}, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [0 => ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 1 => 'enableUsageTracking']);
}
/**
* Gets the private 'security.csrf.token_storage' shared service.
*
* @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
*/
protected function getSecurity_Csrf_TokenStorageService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
protected function getSecurity_EncoderFactory_GenericService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* Gets the private 'security.event_dispatcher.main' shared service.
*
* @return \Symfony\Component\EventDispatcher\EventDispatcher
*/
protected function getSecurity_EventDispatcher_MainService()
{
$this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
}, 1 => 'onLogout'], 64);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
}, 1 => 'onLogout'], 0);
$instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [0 => function () {
return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
}, 1 => 'onLogout'], 0);
return $instance;
}
/**
* Gets the private 'security.firewall.map' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
*/
protected function getSecurity_Firewall_MapService()
{
$a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
if (isset($this->privates['security.firewall.map'])) {
return $this->privates['security.firewall.map'];
}
return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
yield 'security.firewall.map.context.main' => NULL;
}, 2));
}
/**
* Gets the private 'security.firewall.map.context.dev' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
protected function getSecurity_Firewall_Map_Context_DevService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
return new \EmptyIterator();
}, 0), NULL, NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev', 'security.user_checker', '.security.request_matcher.Iy.T22O', false, false, NULL, NULL, NULL, NULL, NULL, [], NULL));
}
/**
* Gets the private 'security.firewall.map.context.main' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
protected function getSecurity_Firewall_Map_Context_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
$b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
yield 0 => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
yield 1 => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
yield 2 => ($this->privates['security.authentication.listener.guard.main'] ?? $this->getSecurity_Authentication_Listener_Guard_MainService());
yield 3 => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
yield 4 => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
}, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'main', ($this->privates['App\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), NULL, NULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main', 'security.user_checker', NULL, true, false, 'security.user.provider.concrete.app_user_provider', 'main', 'App\\Security\\LoginFormAuthenticator', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
/**
* Gets the private 'security.helper' shared service.
*
* @return \Symfony\Component\Security\Core\Security
*/
protected function getSecurity_HelperService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
], [
'security.authorization_checker' => '?',
'security.token_storage' => '?',
]));
}
/**
* Gets the private 'security.http_utils' shared service.
*
* @return \Symfony\Component\Security\Http\HttpUtils
*/
protected function getSecurity_HttpUtilsService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/HttpUtils.php';
$a = ($this->services['router'] ?? $this->getRouterService());
return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a, $a, '{^https?://%s$}i', '{^https://%s$}i');
}
/**
* Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
*/
protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
}
/**
* Gets the private 'security.logout.listener.default.main' shared service.
*
* @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
*/
protected function getSecurity_Logout_Listener_Default_MainService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
}
/**
* Gets the private 'security.logout_url_generator' shared service.
*
* @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
*/
protected function getSecurity_LogoutUrlGeneratorService()
{
$this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
$instance->registerListener('main', 'app_logout', 'logout', '_csrf_token', NULL, NULL);
return $instance;
}
/**
* Gets the private 'security.password_hasher_factory' shared service.
*
* @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
*/
protected function getSecurity_PasswordHasherFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['algorithm' => 'auto', 'migrate_from' => [], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
/**
* Gets the private 'security.role_hierarchy' shared service.
*
* @return \Symfony\Component\Security\Core\Role\RoleHierarchy
*/
protected function getSecurity_RoleHierarchyService()
{
return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
}
/**
* Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
*
* @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
*/
protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User', 'username', NULL);
}
/**
* Gets the private 'security.validator.user_password' shared service.
*
* @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
*/
protected function getSecurity_Validator_UserPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
}
/**
* Gets the private 'sensio_framework_extra.controller.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
*/
protected function getSensioFrameworkExtra_Controller_ListenerService()
{
return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
}
/**
* Gets the private 'sensio_framework_extra.converter.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
*/
protected function getSensioFrameworkExtra_Converter_ListenerService()
{
$a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0, 'doctrine.orm');
$a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0, 'datetime');
return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($a, true);
}
/**
* Gets the private 'sensio_framework_extra.security.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
*/
protected function getSensioFrameworkExtra_Security_ListenerService()
{
$a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
if (isset($this->privates['sensio_framework_extra.security.listener'])) {
return $this->privates['sensio_framework_extra.security.listener'];
}
return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
}
/**
* Gets the private 'sensio_framework_extra.view.listener' shared service.
*
* @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
*/
protected function getSensioFrameworkExtra_View_ListenerService()
{
$this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel', 1))));
$instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('sensio_framework_extra.view.listener', $this));
return $instance;
}
/**
* Gets the private 'serializer.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
*/
protected function getSerializer_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
}
/**
* Gets the private 'serializer.mapping.class_metadata_factory' shared service.
*
* @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
*/
protected function getSerializer_Mapping_ClassMetadataFactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([0 => new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
}
/**
* Gets the private 'session.factory' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\SessionFactory
*/
protected function getSession_FactoryService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
$a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
if (isset($this->privates['session.factory'])) {
return $this->privates['session.factory'];
}
return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [0 => $a, 1 => 'onSessionUsage']);
}
/**
* Gets the private 'session.storage.factory.service' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
*/
protected function getSession_Storage_Factory_ServiceService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
}
/**
* Gets the private 'session.storage.metadata_bag' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
*/
protected function getSession_Storage_MetadataBagService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta', 0);
}
/**
* Gets the private 'session.storage.native' shared service.
*
* @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
*
* @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
*/
protected function getSession_Storage_NativeService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), $this->getSession_Storage_MetadataBagService());
}
/**
* Gets the private 'session_listener' shared service.
*
* @return \Symfony\Component\HttpKernel\EventListener\SessionListener
*/
protected function getSessionListenerService()
{
return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'initialized_session' => ['services', '.container.private.session', NULL, false],
'logger' => ['privates', 'monolog.logger', 'getMonolog_LoggerService', false],
'request_stack' => ['services', 'request_stack', 'getRequestStackService', false],
'session' => ['services', '.container.private.session', 'get_Container_Private_SessionService', false],
'session_collector' => ['privates', 'data_collector.request.session_collector', 'getDataCollector_Request_SessionCollectorService', false],
'session_factory' => ['privates', 'session.factory', 'getSession_FactoryService', false],
'session_storage' => ['privates', 'session.storage.native', 'getSession_Storage_NativeService', false],
], [
'initialized_session' => '?',
'logger' => '?',
'request_stack' => '?',
'session' => '?',
'session_collector' => '?',
'session_factory' => '?',
'session_storage' => '?',
]), true, $this->parameters['session.storage.options']);
}
/**
* Gets the private 'translation.extractor' shared service.
*
* @return \Symfony\Component\Translation\Extractor\ChainExtractor
*/
protected function getTranslation_ExtractorService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
$this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
$instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
$instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
return $instance;
}
/**
* Gets the private 'translation.loader.csv' shared service.
*
* @return \Symfony\Component\Translation\Loader\CsvFileLoader
*/
protected function getTranslation_Loader_CsvService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
}
/**
* Gets the private 'translation.loader.dat' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
*/
protected function getTranslation_Loader_DatService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
}
/**
* Gets the private 'translation.loader.ini' shared service.
*
* @return \Symfony\Component\Translation\Loader\IniFileLoader
*/
protected function getTranslation_Loader_IniService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
}
/**
* Gets the private 'translation.loader.json' shared service.
*
* @return \Symfony\Component\Translation\Loader\JsonFileLoader
*/
protected function getTranslation_Loader_JsonService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
}
/**
* Gets the private 'translation.loader.mo' shared service.
*
* @return \Symfony\Component\Translation\Loader\MoFileLoader
*/
protected function getTranslation_Loader_MoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
}
/**
* Gets the private 'translation.loader.php' shared service.
*
* @return \Symfony\Component\Translation\Loader\PhpFileLoader
*/
protected function getTranslation_Loader_PhpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
}
/**
* Gets the private 'translation.loader.po' shared service.
*
* @return \Symfony\Component\Translation\Loader\PoFileLoader
*/
protected function getTranslation_Loader_PoService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
}
/**
* Gets the private 'translation.loader.qt' shared service.
*
* @return \Symfony\Component\Translation\Loader\QtFileLoader
*/
protected function getTranslation_Loader_QtService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
}
/**
* Gets the private 'translation.loader.res' shared service.
*
* @return \Symfony\Component\Translation\Loader\IcuResFileLoader
*/
protected function getTranslation_Loader_ResService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
}
/**
* Gets the private 'translation.loader.xliff' shared service.
*
* @return \Symfony\Component\Translation\Loader\XliffFileLoader
*/
protected function getTranslation_Loader_XliffService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
}
/**
* Gets the private 'translation.loader.yml' shared service.
*
* @return \Symfony\Component\Translation\Loader\YamlFileLoader
*/
protected function getTranslation_Loader_YmlService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
}
/**
* Gets the private 'translation.provider_collection' shared service.
*
* @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
*/
protected function getTranslation_ProviderCollectionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
yield 0 => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
}, 1), []))->fromConfig([]);
}
/**
* Gets the private 'translation.reader' shared service.
*
* @return \Symfony\Component\Translation\Reader\TranslationReader
*/
protected function getTranslation_ReaderService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Reader/TranslationReader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
$this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
$a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
$b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
$instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
$instance->addLoader('yaml', $a);
$instance->addLoader('yml', $a);
$instance->addLoader('xlf', $b);
$instance->addLoader('xliff', $b);
$instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
$instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
$instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
$instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
$instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
$instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
$instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
$instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
return $instance;
}
/**
* Gets the private 'translation.warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
*/
protected function getTranslation_WarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translator' => ['services', 'translator', 'getTranslatorService', false],
], [
'translator' => '?',
]))->withContext('translation.warmer', $this));
}
/**
* Gets the private 'translation.writer' shared service.
*
* @return \Symfony\Component\Translation\Writer\TranslationWriter
*/
protected function getTranslation_WriterService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/FileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
$this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
$instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
$instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
$instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
$instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
$instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
$instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
$instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
$instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
$instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
$instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
$instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
return $instance;
}
/**
* Gets the private 'translator.default' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
*/
protected function getTranslator_DefaultService()
{
$this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'translation.loader.csv' => ['privates', 'translation.loader.csv', 'getTranslation_Loader_CsvService', false],
'translation.loader.dat' => ['privates', 'translation.loader.dat', 'getTranslation_Loader_DatService', false],
'translation.loader.ini' => ['privates', 'translation.loader.ini', 'getTranslation_Loader_IniService', false],
'translation.loader.json' => ['privates', 'translation.loader.json', 'getTranslation_Loader_JsonService', false],
'translation.loader.mo' => ['privates', 'translation.loader.mo', 'getTranslation_Loader_MoService', false],
'translation.loader.php' => ['privates', 'translation.loader.php', 'getTranslation_Loader_PhpService', false],
'translation.loader.po' => ['privates', 'translation.loader.po', 'getTranslation_Loader_PoService', false],
'translation.loader.qt' => ['privates', 'translation.loader.qt', 'getTranslation_Loader_QtService', false],
'translation.loader.res' => ['privates', 'translation.loader.res', 'getTranslation_Loader_ResService', false],
'translation.loader.xliff' => ['privates', 'translation.loader.xliff', 'getTranslation_Loader_XliffService', false],
'translation.loader.yml' => ['privates', 'translation.loader.yml', 'getTranslation_Loader_YmlService', false],
], [
'translation.loader.csv' => '?',
'translation.loader.dat' => '?',
'translation.loader.ini' => '?',
'translation.loader.json' => '?',
'translation.loader.mo' => '?',
'translation.loader.php' => '?',
'translation.loader.po' => '?',
'translation.loader.qt' => '?',
'translation.loader.res' => '?',
'translation.loader.xliff' => '?',
'translation.loader.yml' => '?',
]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [0 => 'php'], 'translation.loader.yml' => [0 => 'yaml', 1 => 'yml'], 'translation.loader.xliff' => [0 => 'xlf', 1 => 'xliff'], 'translation.loader.po' => [0 => 'po'], 'translation.loader.mo' => [0 => 'mo'], 'translation.loader.qt' => [0 => 'ts'], 'translation.loader.csv' => [0 => 'csv'], 'translation.loader.res' => [0 => 'res'], 'translation.loader.dat' => [0 => 'dat'], 'translation.loader.ini' => [0 => 'ini'], 'translation.loader.json' => [0 => 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true, 'resource_files' => ['af' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff')], 'es' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [0 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [0 => (\dirname(__DIR__, 4).'/vendor/symfony/validator/Resources/translations'), 1 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/translations'), 2 => (\dirname(__DIR__, 4).'/vendor/symfony/security-core/Resources/translations'), 3 => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle/translations'), 4 => (\dirname(__DIR__, 4).'/translations'), 5 => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/translations'), 6 => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/translations'), 7 => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle/translations'), 8 => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src/translations'), 9 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src/translations'), 17 => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle/translations')], 'cache_vary' => ['scanned_directories' => [0 => 'vendor/symfony/validator/Resources/translations', 1 => 'vendor/symfony/form/Resources/translations', 2 => 'vendor/symfony/security-core/Resources/translations', 3 => 'vendor/knplabs/knp-paginator-bundle/translations', 4 => 'translations', 5 => 'vendor/symfony/framework-bundle/translations', 6 => 'vendor/symfony/twig-bundle/translations', 7 => 'vendor/twig/extra-bundle/translations', 8 => 'vendor/sensio/framework-extra-bundle/src/translations', 9 => 'vendor/doctrine/doctrine-bundle/translations', 10 => 'vendor/doctrine/doctrine-migrations-bundle/translations', 11 => 'vendor/symfony/security-bundle/translations', 12 => 'vendor/symfony/web-profiler-bundle/translations', 13 => 'vendor/symfony/monolog-bundle/translations', 14 => 'vendor/symfony/debug-bundle/translations', 15 => 'vendor/symfony/maker-bundle/src/translations', 16 => 'vendor/tattali/calendar-bundle/src/translations', 17 => 'vendor/lexik/jwt-authentication-bundle/translations']]], []);
$instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
$instance->setFallbackLocales([0 => 'en']);
return $instance;
}
/**
* Gets the private 'twig.command.debug' shared service.
*
* @return \Symfony\Bridge\Twig\Command\DebugCommand
*/
protected function getTwig_Command_DebugService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
$this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__, 4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__, 4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
$instance->setName('debug:twig');
$instance->setDescription('Show a list of twig functions, filters, globals and tests');
return $instance;
}
/**
* Gets the private 'twig.command.lint' shared service.
*
* @return \Symfony\Bundle\TwigBundle\Command\LintCommand
*/
protected function getTwig_Command_LintService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
$this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
$instance->setName('lint:twig');
$instance->setDescription('Lint a Twig template and outputs encountered errors');
return $instance;
}
/**
* Gets the private 'twig.form.engine' shared service.
*
* @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
*/
protected function getTwig_Form_EngineService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererEngineInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractRendererEngine.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.form.engine'])) {
return $this->privates['twig.form.engine'];
}
return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
}
/**
* Gets the private 'twig.form.renderer' shared service.
*
* @return \Symfony\Component\Form\FormRenderer
*/
protected function getTwig_Form_RendererService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormRenderer.php';
$a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
if (isset($this->privates['twig.form.renderer'])) {
return $this->privates['twig.form.renderer'];
}
return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.mailer.message_listener' shared service.
*
* @return \Symfony\Component\Mailer\EventListener\MessageListener
*/
protected function getTwig_Mailer_MessageListenerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/mime/BodyRendererInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['twig.mailer.message_listener'])) {
return $this->privates['twig.mailer.message_listener'];
}
return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
}
/**
* Gets the private 'twig.runtime.httpkernel' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
*/
protected function getTwig_Runtime_HttpkernelService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/UriSigner.php';
$a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'inline' => ['privates', 'fragment.renderer.inline', 'getFragment_Renderer_InlineService', false],
], [
'inline' => '?',
]), $a, true), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
}
/**
* Gets the private 'twig.runtime.security_csrf' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
*/
protected function getTwig_Runtime_SecurityCsrfService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
}
/**
* Gets the private 'twig.runtime.serializer' shared service.
*
* @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
*/
protected function getTwig_Runtime_SerializerService()
{
include_once \dirname(__DIR__, 4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
}
/**
* Gets the private 'twig.template_cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
*/
protected function getTwig_TemplateCacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'twig' => ['services', '.container.private.twig', 'get_Container_Private_TwigService', false],
], [
'twig' => '?',
]))->withContext('twig.template_cache_warmer', $this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel', 1)), [(\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__, 4).'/templates')));
}
/**
* Gets the private 'validator.builder' shared service.
*
* @return \Symfony\Component\Validator\ValidatorBuilder
*/
protected function getValidator_BuilderService()
{
$this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
$a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
$instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates', 'validator.email', 'getValidator_EmailService', false],
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates', 'validator.not_compromised_password', 'getValidator_NotCompromisedPasswordService', false],
'doctrine.orm.validator.unique' => ['privates', 'doctrine.orm.validator.unique', 'getDoctrine_Orm_Validator_UniqueService', false],
'security.validator.user_password' => ['privates', 'security.validator.user_password', 'getSecurity_Validator_UserPasswordService', false],
'validator.expression' => ['privates', 'validator.expression', 'getValidator_ExpressionService', false],
], [
'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
'doctrine.orm.validator.unique' => '?',
'security.validator.user_password' => '?',
'validator.expression' => '?',
])));
if ($this->has('translator')) {
$instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
}
$instance->setTranslationDomain('validators');
$instance->addXmlMappings([0 => (\dirname(__DIR__, 4).'/vendor/symfony/form/Resources/config/validation.xml')]);
$instance->enableAnnotationMapping(true);
$instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
$instance->addMethodMapping('loadValidatorMetadata');
$instance->addObjectInitializers([0 => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
$instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a, $a, $a, NULL));
$instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
return $instance;
}
/**
* Gets the private 'validator.email' shared service.
*
* @return \Symfony\Component\Validator\Constraints\EmailValidator
*/
protected function getValidator_EmailService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
}
/**
* Gets the private 'validator.expression' shared service.
*
* @return \Symfony\Component\Validator\Constraints\ExpressionValidator
*/
protected function getValidator_ExpressionService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
}
/**
* Gets the private 'validator.mapping.cache_warmer' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
*/
protected function getValidator_Mapping_CacheWarmerService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
}
/**
* Gets the private 'validator.not_compromised_password' shared service.
*
* @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
*/
protected function getValidator_NotCompromisedPasswordService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/ConstraintValidator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8', true, NULL);
}
/**
* Gets the private 'var_dumper.command.server_dump' shared service.
*
* @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
*/
protected function getVarDumper_Command_ServerDumpService()
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/console/Command/Command.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
$a = new \Symfony\Bridge\Monolog\Logger('debug');
$a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
$a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
$a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
\Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
$this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
$instance->setName('server:dump');
$instance->setDescription('Start a dump server that collects and displays dumps in a single place');
return $instance;
}
/**
* Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\CliDumper
*/
protected function getVarDumper_ContextualizedCliDumper_InnerService()
{
$this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.html_dumper' shared service.
*
* @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
*/
protected function getVarDumper_HtmlDumperService()
{
$this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL, 'UTF-8', 0);
$instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
return $instance;
}
/**
* Gets the private 'var_dumper.server_connection' shared service.
*
* @return \Symfony\Component\VarDumper\Server\Connection
*/
protected function getVarDumper_ServerConnectionService()
{
return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__, 4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
}
/**
* Gets the private 'web_profiler.csp.handler' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
*/
protected function getWebProfiler_Csp_HandlerService()
{
return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
}
/**
* Gets the private 'web_profiler.debug_toolbar' shared service.
*
* @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
*/
protected function getWebProfiler_DebugToolbarService()
{
$a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
if (isset($this->privates['web_profiler.debug_toolbar'])) {
return $this->privates['web_profiler.debug_toolbar'];
}
return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($a, false, 2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
}
/**
* Gets the public 'cache_clearer' alias.
*
* @return object The ".container.private.cache_clearer" service.
*/
protected function getCacheClearerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.cache_clearer');
}
/**
* Gets the public 'filesystem' alias.
*
* @return object The ".container.private.filesystem" service.
*/
protected function getFilesystemService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.filesystem');
}
/**
* Gets the public 'serializer' alias.
*
* @return object The ".container.private.serializer" service.
*/
protected function getSerializerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.serializer');
}
/**
* Gets the public 'security.csrf.token_manager' alias.
*
* @return object The ".container.private.security.csrf.token_manager" service.
*/
protected function getSecurity_Csrf_TokenManagerService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.csrf.token_manager');
}
/**
* Gets the public 'form.factory' alias.
*
* @return object The ".container.private.form.factory" service.
*/
protected function getForm_FactoryService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.factory');
}
/**
* Gets the public 'form.type.file' alias.
*
* @return object The ".container.private.form.type.file" service.
*/
protected function getForm_Type_FileService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.form.type.file');
}
/**
* Gets the public 'profiler' alias.
*
* @return object The ".container.private.profiler" service.
*/
protected function getProfilerService()
{
trigger_deprecation('symfony/framework-bundle', '5.4', 'Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.profiler');
}
/**
* Gets the public 'twig' alias.
*
* @return object The ".container.private.twig" service.
*/
protected function getTwigService()
{
trigger_deprecation('symfony/twig-bundle', '5.2', 'Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.twig');
}
/**
* Gets the public 'security.authorization_checker' alias.
*
* @return object The ".container.private.security.authorization_checker" service.
*/
protected function getSecurity_AuthorizationCheckerService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.authorization_checker');
}
/**
* Gets the public 'security.token_storage' alias.
*
* @return object The ".container.private.security.token_storage" service.
*/
protected function getSecurity_TokenStorageService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.token_storage');
}
/**
* Gets the public 'security.password_encoder' alias.
*
* @return object The ".container.private.security.password_encoder" service.
*/
protected function getSecurity_PasswordEncoderService()
{
trigger_deprecation('symfony/security-bundle', '5.3', 'Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.security.password_encoder');
}
/**
* Gets the public 'session' alias.
*
* @return object The ".container.private.session" service.
*/
protected function getSessionService()
{
trigger_deprecation('symfony/framework-bundle', '5.3', 'Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.session');
}
/**
* Gets the public 'validator' alias.
*
* @return object The ".container.private.validator" service.
*/
protected function getValidatorService()
{
trigger_deprecation('symfony/framework-bundle', '5.2', 'Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
return $this->get('.container.private.validator');
}
/**
* @return array|bool|float|int|string|\UnitEnum|null
*/
public function getParameter(string $name)
{
if (isset($this->buildParameters[$name])) {
return $this->buildParameters[$name];
}
if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters))) {
throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name));
}
if (isset($this->loadedDynamicParameters[$name])) {
return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
return $this->parameters[$name];
}
public function hasParameter(string $name): bool
{
if (isset($this->buildParameters[$name])) {
return true;
}
return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name, $this->parameters);
}
public function setParameter(string $name, $value): void
{
throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
}
public function getParameterBag(): ParameterBagInterface
{
if (null === $this->parameterBag) {
$parameters = $this->parameters;
foreach ($this->loadedDynamicParameters as $name => $loaded) {
$parameters[$name] = $loaded ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
}
foreach ($this->buildParameters as $name => $value) {
$parameters[$name] = $value;
}
$this->parameterBag = new FrozenParameterBag($parameters);
}
return $this->parameterBag;
}
private $loadedDynamicParameters = [
'kernel.runtime_environment' => false,
'kernel.build_dir' => false,
'kernel.cache_dir' => false,
'kernel.secret' => false,
'debug.container.dump' => false,
'serializer.mapping.cache.file' => false,
'validator.mapping.cache.file' => false,
'profiler.storage.dsn' => false,
'doctrine.orm.proxy_dir' => false,
'lexik_jwt_authentication.pass_phrase' => false,
];
private $dynamicParameters = [];
private function getDynamicParameter(string $name)
{
switch ($name) {
case 'kernel.runtime_environment': $value = $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
case 'kernel.build_dir': $value = $this->targetDir.''; break;
case 'kernel.cache_dir': $value = $this->targetDir.''; break;
case 'kernel.secret': $value = $this->getEnv('APP_SECRET'); break;
case 'debug.container.dump': $value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
case 'serializer.mapping.cache.file': $value = ($this->targetDir.''.'/serialization.php'); break;
case 'validator.mapping.cache.file': $value = ($this->targetDir.''.'/validation.php'); break;
case 'profiler.storage.dsn': $value = ('file:'.$this->targetDir.''.'/profiler'); break;
case 'doctrine.orm.proxy_dir': $value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
case 'lexik_jwt_authentication.pass_phrase': $value = $this->getEnv('JWT_PASSPHRASE'); break;
default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.', $name));
}
$this->loadedDynamicParameters[$name] = true;
return $this->dynamicParameters[$name] = $value;
}
protected function getDefaultParameters(): array
{
return [
'kernel.project_dir' => \dirname(__DIR__, 4),
'kernel.environment' => 'dev',
'kernel.debug' => true,
'kernel.logs_dir' => (\dirname(__DIR__, 3).'/log'),
'kernel.bundles' => [
'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
'CalendarBundle' => 'CalendarBundle\\CalendarBundle',
'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
],
'kernel.bundles_metadata' => [
'FrameworkBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/framework-bundle'),
'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
],
'TwigBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/twig-bundle'),
'namespace' => 'Symfony\\Bundle\\TwigBundle',
],
'TwigExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/twig/extra-bundle'),
'namespace' => 'Twig\\Extra\\TwigExtraBundle',
],
'SensioFrameworkExtraBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/sensio/framework-extra-bundle/src'),
'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
],
'DoctrineBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle'),
'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
],
'DoctrineMigrationsBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/doctrine/doctrine-migrations-bundle'),
'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
],
'SecurityBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/security-bundle'),
'namespace' => 'Symfony\\Bundle\\SecurityBundle',
],
'WebProfilerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/web-profiler-bundle'),
'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
],
'MonologBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/monolog-bundle'),
'namespace' => 'Symfony\\Bundle\\MonologBundle',
],
'DebugBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/debug-bundle'),
'namespace' => 'Symfony\\Bundle\\DebugBundle',
],
'MakerBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/symfony/maker-bundle/src'),
'namespace' => 'Symfony\\Bundle\\MakerBundle',
],
'KnpPaginatorBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/knplabs/knp-paginator-bundle'),
'namespace' => 'Knp\\Bundle\\PaginatorBundle',
],
'CalendarBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/tattali/calendar-bundle/src'),
'namespace' => 'CalendarBundle',
],
'LexikJWTAuthenticationBundle' => [
'path' => (\dirname(__DIR__, 4).'/vendor/lexik/jwt-authentication-bundle'),
'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
],
],
'kernel.charset' => 'UTF-8',
'kernel.container_class' => 'App_KernelDevDebugContainer',
'container.dumper.inline_class_loader' => true,
'container.dumper.inline_factories' => true,
'brochures_directory' => (\dirname(__DIR__, 4).'/public/uploads/copia_cedula'),
'directorio_estudios' => (\dirname(__DIR__, 4).'/public/uploads/estudios'),
'emergencia' => (\dirname(__DIR__, 4).'/public/emergencia'),
'odontologia' => (\dirname(__DIR__, 4).'/public/odontologia'),
'agenda' => (\dirname(__DIR__, 4).'/public/agenda'),
'contifico' => (\dirname(__DIR__, 4).'/public/contifico'),
'event_dispatcher.event_aliases' => [
'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
],
'fragment.renderer.hinclude.global_template' => NULL,
'fragment.path' => '/_fragment',
'kernel.http_method_override' => true,
'kernel.trusted_hosts' => [
],
'kernel.default_locale' => 'en',
'kernel.enabled_locales' => [
],
'kernel.error_controller' => 'error_controller',
'debug.file_link_format' => NULL,
'asset.request_context.base_path' => NULL,
'asset.request_context.secure' => NULL,
'translator.logging' => false,
'translator.default_path' => (\dirname(__DIR__, 4).'/translations'),
'debug.error_handler.throw_at' => -1,
'router.request_context.host' => 'localhost',
'router.request_context.scheme' => 'http',
'router.request_context.base_url' => '',
'router.resource' => 'kernel::loadRoutes',
'request_listener.http_port' => 80,
'request_listener.https_port' => 443,
'session.metadata.storage_key' => '_sf2_meta',
'session.storage.options' => [
'cache_limiter' => '0',
'cookie_secure' => 'auto',
'cookie_httponly' => true,
'cookie_samesite' => 'lax',
'gc_probability' => 1,
],
'session.save_path' => NULL,
'session.metadata.update_threshold' => 0,
'form.type_extension.csrf.enabled' => true,
'form.type_extension.csrf.field_name' => '_token',
'validator.translation_domain' => 'validators',
'profiler_listener.only_exceptions' => false,
'profiler_listener.only_main_requests' => false,
'twig.form.resources' => [
0 => 'form_div_layout.html.twig',
1 => 'bootstrap_4_layout.html.twig',
],
'twig.default_path' => (\dirname(__DIR__, 4).'/templates'),
'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
'doctrine.entity_managers' => [
'default' => 'doctrine.orm.default_entity_manager',
],
'doctrine.default_entity_manager' => 'default',
'doctrine.dbal.connection_factory.types' => [
],
'doctrine.connections' => [
'default' => 'doctrine.dbal.default_connection',
],
'doctrine.default_connection' => 'default',
'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
'doctrine.orm.cache.memcache_host' => 'localhost',
'doctrine.orm.cache.memcache_port' => 11211,
'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
'doctrine.orm.cache.memcached_host' => 'localhost',
'doctrine.orm.cache.memcached_port' => 11211,
'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
'doctrine.orm.cache.redis_host' => 'localhost',
'doctrine.orm.cache.redis_port' => 6379,
'doctrine.orm.cache.redis_instance.class' => 'Redis',
'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
'doctrine.orm.auto_generate_proxy_classes' => false,
'doctrine.orm.enable_lazy_ghost_objects' => false,
'doctrine.orm.proxy_namespace' => 'Proxies',
'doctrine.migrations.preferred_em' => NULL,
'doctrine.migrations.preferred_connection' => NULL,
'security.role_hierarchy.roles' => [
'ROLE_ADMIN' => [
0 => 'ROLE_RECEPCION',
1 => 'ROLE_ENFERMERIA',
2 => 'ROLE_DOCTOR',
3 => 'ROLE_CONVENIO',
4 => 'ROLE_FARMACIA',
5 => 'ROLE_LABORATORISTA',
6 => 'ROLE_ASIST',
],
'ROLE_SUPER_ADMIN' => [
0 => 'ROLE_ADMIN',
1 => 'ROLE_ALLOWED_TO_SWITCH',
],
],
'security.access.denied_url' => NULL,
'security.authentication.manager.erase_credentials' => true,
'security.authentication.session_strategy.strategy' => 'migrate',
'security.access.always_authenticate_before_granting' => false,
'security.authentication.hide_user_not_found' => true,
'security.firewalls' => [
0 => 'dev',
1 => 'main',
],
'security.main._indexed_authenticators' => [
],
'web_profiler.debug_toolbar.intercept_redirects' => false,
'web_profiler.debug_toolbar.mode' => 2,
'monolog.use_microseconds' => true,
'monolog.swift_mailer.handlers' => [
],
'monolog.handlers_to_channels' => [
'monolog.handler.console' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
1 => 'doctrine',
2 => 'console',
],
],
'monolog.handler.main' => [
'type' => 'exclusive',
'elements' => [
0 => 'event',
],
],
],
'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/twitter_bootstrap_v4_pagination.html.twig',
'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
'knp_paginator.page_range' => 5,
'knp_paginator.page_limit' => NULL,
'lexik_jwt_authentication.token_ttl' => 3600,
'lexik_jwt_authentication.clock_skew' => 0,
'lexik_jwt_authentication.user_identity_field' => 'username',
'lexik_jwt_authentication.allow_no_expiration' => false,
'lexik_jwt_authentication.user_id_claim' => 'username',
'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
'data_collector.templates' => [
'data_collector.request' => [
0 => 'request',
1 => '@WebProfiler/Collector/request.html.twig',
],
'data_collector.time' => [
0 => 'time',
1 => '@WebProfiler/Collector/time.html.twig',
],
'data_collector.memory' => [
0 => 'memory',
1 => '@WebProfiler/Collector/memory.html.twig',
],
'data_collector.validator' => [
0 => 'validator',
1 => '@WebProfiler/Collector/validator.html.twig',
],
'data_collector.ajax' => [
0 => 'ajax',
1 => '@WebProfiler/Collector/ajax.html.twig',
],
'data_collector.form' => [
0 => 'form',
1 => '@WebProfiler/Collector/form.html.twig',
],
'data_collector.exception' => [
0 => 'exception',
1 => '@WebProfiler/Collector/exception.html.twig',
],
'data_collector.logger' => [
0 => 'logger',
1 => '@WebProfiler/Collector/logger.html.twig',
],
'data_collector.events' => [
0 => 'events',
1 => '@WebProfiler/Collector/events.html.twig',
],
'data_collector.router' => [
0 => 'router',
1 => '@WebProfiler/Collector/router.html.twig',
],
'data_collector.cache' => [
0 => 'cache',
1 => '@WebProfiler/Collector/cache.html.twig',
],
'data_collector.translation' => [
0 => 'translation',
1 => '@WebProfiler/Collector/translation.html.twig',
],
'data_collector.security' => [
0 => 'security',
1 => '@Security/Collector/security.html.twig',
],
'data_collector.twig' => [
0 => 'twig',
1 => '@WebProfiler/Collector/twig.html.twig',
],
'data_collector.http_client' => [
0 => 'http_client',
1 => '@WebProfiler/Collector/http_client.html.twig',
],
'data_collector.doctrine' => [
0 => 'db',
1 => '@Doctrine/Collector/db.html.twig',
],
'data_collector.dump' => [
0 => 'dump',
1 => '@Debug/Profiler/dump.html.twig',
],
'mailer.data_collector' => [
0 => 'mailer',
1 => '@WebProfiler/Collector/mailer.html.twig',
],
'notifier.data_collector' => [
0 => 'notifier',
1 => '@WebProfiler/Collector/notifier.html.twig',
],
'data_collector.config' => [
0 => 'config',
1 => '@WebProfiler/Collector/config.html.twig',
],
],
'console.command.ids' => [
],
];
}
protected function throw($message)
{
throw new RuntimeException($message);
}
}