var/cache/dev/Container8LCi6zJ/getNoticiaRepositoryService.php line 18

Open in your IDE?
  1. <?php
  2. namespace Container8LCi6zJ;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getNoticiaRepositoryService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'App\Repository\WebServices\NoticiaRepository' shared autowired service.
  12. *
  13. * @return \App\Repository\WebServices\NoticiaRepository
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. if ($lazyLoad) {
  18. return $container->privates['App\\Repository\\WebServices\\NoticiaRepository'] = $container->createProxy('NoticiaRepository_54ab26b', function () use ($container) {
  19. return \NoticiaRepository_54ab26b::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) use ($container) {
  20. $wrappedInstance = self::do($container, false);
  21. $proxy->setProxyInitializer(null);
  22. return true;
  23. });
  24. });
  25. }
  26. include_once \dirname(__DIR__, 4).'/src/Repository/WebServices/AbstractWsRepository.php';
  27. include_once \dirname(__DIR__, 4).'/src/Repository/WebServices/AbstractCacheWsRepository.php';
  28. include_once \dirname(__DIR__, 4).'/src/Interfaces/RepositoryInterface.php';
  29. include_once \dirname(__DIR__, 4).'/src/Interfaces/NoticiasRepositoryInterface.php';
  30. include_once \dirname(__DIR__, 4).'/src/Repository/WebServices/NoticiaRepository.php';
  31. 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()));
  32. }
  33. }