var/cache/dev/ContainerX5z2x30/getGeoLocationDaoInterfaceService.php line 18

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 getGeoLocationDaoInterfaceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Slivki\Dao\GeoLocation\GeoLocationDaoInterface' shared autowired service.
  12.      *
  13.      * @return \Slivki\Dao\GeoLocation\GeoLocationDao
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Dao/GeoLocation/GeoLocationDaoInterface.php';
  18.         include_once \dirname(__DIR__4).'/src/Dao/GeoLocation/GeoLocationDao.php';
  19.         $a = ($container->services['doctrine.dbal.site_connection'] ?? $container->getDoctrine_Dbal_SiteConnectionService());
  20.         if (isset($container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'])) {
  21.             return $container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'];
  22.         }
  23.         $b = ($container->services['Slivki\\Services\\SearchService'] ?? $container->load('getSearchServiceService'));
  24.         if (isset($container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'])) {
  25.             return $container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'];
  26.         }
  27.         return $container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'] = new \Slivki\Dao\GeoLocation\GeoLocationDao($a$b);
  28.     }
  29. }