var/cache/dev/ContainerX5z2x30/getGetCategoriesWithGeoLocationsResponseCacheServiceService.php line 31

Open in your IDE?
  1. <?php
  2. namespace ContainerX5z2x30;
  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 getGetCategoriesWithGeoLocationsResponseCacheServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Slivki\Services\MeOnMap\GetCategoriesWithGeoLocationsResponseCacheService' shared autowired service.
  12.      *
  13.      * @return \Slivki\Services\MeOnMap\GetCategoriesWithGeoLocationsResponseCacheService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Services/MeOnMap/GetCategoriesWithGeoLocationsResponseCacheService.php';
  18.         include_once \dirname(__DIR__4).'/src/Factory/Category/CategoryWithGeoLocationsDtoFactoryInterface.php';
  19.         include_once \dirname(__DIR__4).'/src/Factory/Category/CategoryWithGeoLocationsDtoFactory.php';
  20.         include_once \dirname(__DIR__4).'/src/Factory/MeOnMap/OfferFeaturedPaidFactoryInterface.php';
  21.         include_once \dirname(__DIR__4).'/src/Factory/MeOnMap/OfferFeaturedPaidFactory.php';
  22.         $a = ($container->privates['Slivki\\Services\\ImageService'] ?? $container->getImageServiceService());
  23.         if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
  24.             return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
  25.         }
  26.         $b = ($container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'] ?? $container->load('getGeoLocationDaoInterfaceService'));
  27.         if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
  28.             return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
  29.         }
  30.         $c = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  31.         if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
  32.             return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
  33.         }
  34.         $d = ($container->privates['Slivki\\Dao\\Category\\CategoryChildRelationDaoInterface'] ?? $container->load('getCategoryChildRelationDaoInterfaceService'));
  35.         if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
  36.             return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
  37.         }
  38.         $e = ($container->privates['Slivki\\Dao\\MeOnMap\\OfferPositionPaidDaoInterface'] ?? $container->load('getOfferPositionPaidDaoInterfaceService'));
  39.         if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
  40.             return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
  41.         }
  42.         $f = ($container->services['.container.private.serializer'] ?? $container->get_Container_Private_SerializerService());
  43.         if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
  44.             return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
  45.         }
  46.         $g = ($container->privates['Slivki\\Repository\\Category\\CategoryRepositoryInterface'] ?? $container->load('getCategoryRepositoryInterface2Service'));
  47.         $h = ($container->privates['Slivki\\Dao\\Category\\CategoryDao'] ?? $container->load('getCategoryDaoService'));
  48.         return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'] = new \Slivki\Services\MeOnMap\GetCategoriesWithGeoLocationsResponseCacheService(($container->privates['Slivki\\Repository\\MainMenu\\MainMenuRepositoryInterface'] ?? $container->load('getMainMenuRepositoryInterfaceService')), $g, new \Slivki\Factory\Category\CategoryWithGeoLocationsDtoFactory($a$b$h$c$d$g), $h$e, new \Slivki\Factory\MeOnMap\OfferFeaturedPaidFactory(($container->privates['Slivki\\Services\\Offer\\OfferCacheService'] ?? $container->load('getOfferCacheServiceService')), $a), $f);
  49.     }
  50. }