<?php
namespace ContainerX5z2x30;
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 getGetCategoriesWithGeoLocationsResponseCacheServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'Slivki\Services\MeOnMap\GetCategoriesWithGeoLocationsResponseCacheService' shared autowired service.
*
* @return \Slivki\Services\MeOnMap\GetCategoriesWithGeoLocationsResponseCacheService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/MeOnMap/GetCategoriesWithGeoLocationsResponseCacheService.php';
include_once \dirname(__DIR__, 4).'/src/Factory/Category/CategoryWithGeoLocationsDtoFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Factory/Category/CategoryWithGeoLocationsDtoFactory.php';
include_once \dirname(__DIR__, 4).'/src/Factory/MeOnMap/OfferFeaturedPaidFactoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Factory/MeOnMap/OfferFeaturedPaidFactory.php';
$a = ($container->privates['Slivki\\Services\\ImageService'] ?? $container->getImageServiceService());
if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
}
$b = ($container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'] ?? $container->load('getGeoLocationDaoInterfaceService'));
if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
}
$c = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
}
$d = ($container->privates['Slivki\\Dao\\Category\\CategoryChildRelationDaoInterface'] ?? $container->load('getCategoryChildRelationDaoInterfaceService'));
if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
}
$e = ($container->privates['Slivki\\Dao\\MeOnMap\\OfferPositionPaidDaoInterface'] ?? $container->load('getOfferPositionPaidDaoInterfaceService'));
if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
}
$f = ($container->services['.container.private.serializer'] ?? $container->get_Container_Private_SerializerService());
if (isset($container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'])) {
return $container->services['Slivki\\Services\\MeOnMap\\GetCategoriesWithGeoLocationsResponseCacheService'];
}
$g = ($container->privates['Slivki\\Repository\\Category\\CategoryRepositoryInterface'] ?? $container->load('getCategoryRepositoryInterface2Service'));
$h = ($container->privates['Slivki\\Dao\\Category\\CategoryDao'] ?? $container->load('getCategoryDaoService'));
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);
}
}