<?php
namespace Container8LCi6zJ;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getNoticiaRepositoryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Repository\WebServices\NoticiaRepository' shared autowired service.
*
* @return \App\Repository\WebServices\NoticiaRepository
*/
public static function do($container, $lazyLoad = true)
{
if ($lazyLoad) {
return $container->privates['App\\Repository\\WebServices\\NoticiaRepository'] = $container->createProxy('NoticiaRepository_54ab26b', function () use ($container) {
return \NoticiaRepository_54ab26b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) use ($container) {
$wrappedInstance = self::do($container, false);
$proxy->setProxyInitializer(null);
return true;
});
});
}
include_once \dirname(__DIR__, 4).'/src/Repository/WebServices/AbstractWsRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/WebServices/AbstractCacheWsRepository.php';
include_once \dirname(__DIR__, 4).'/src/Interfaces/RepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Interfaces/NoticiasRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/WebServices/NoticiaRepository.php';
return new \App\Repository\WebServices\NoticiaRepository(($container->privates['App\\Services\\ApiConsumerService'] ?? $container->getApiConsumerServiceService()), ($container->privates['App\\Services\\CriteriaToRequest'] ?? ($container->privates['App\\Services\\CriteriaToRequest'] = new \App\Services\CriteriaToRequest())), ($container->services['.container.private.serializer'] ?? $container->get_Container_Private_SerializerService()), ($container->services['translator'] ?? $container->getTranslatorService()), ($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()), ($container->privates['App\\Serializer\\Normalizer\\CrossSystemIdMapper'] ?? $container->getCrossSystemIdMapperService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()));
}
}