var/cache/dev/ContainerKNywo05/getFosElastica_Listener_AppPerson_PersonService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerKNywo05;
  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 getFosElastica_Listener_AppPerson_PersonService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'fos_elastica.listener.app_person.person' shared service.
  12.      *
  13.      * @return \FOS\ElasticaBundle\Doctrine\Listener
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php';
  18.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/IndexableInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Provider/Indexable.php';
  20.         $a = ($container->services['fos_elastica.object_persister.app_person.person'] ?? $container->load('getFosElastica_ObjectPersister_AppPerson_PersonService'));
  21.         if (isset($container->services['fos_elastica.listener.app_person.person'])) {
  22.             return $container->services['fos_elastica.listener.app_person.person'];
  23.         }
  24.         return $container->services['fos_elastica.listener.app_person.person'] = new \FOS\ElasticaBundle\Doctrine\Listener($a, ($container->privates['fos_elastica.indexable'] ?? ($container->privates['fos_elastica.indexable'] = new \FOS\ElasticaBundle\Provider\Indexable([]))), ['identifier' => 'id''indexName' => 'app_person''typeName' => 'person''defer' => true], NULL);
  25.     }
  26. }