var/cache/dev/ContainerVJPm9f3/getFosElastica_ElasticaToModelTransformer_AppPerson_PersonService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerVJPm9f3;
  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_ElasticaToModelTransformer_AppPerson_PersonService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'fos_elastica.elastica_to_model_transformer.app_person.person' shared service.
  12.      *
  13.      * @return \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/ElasticaToModelTransformerInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Transformer/AbstractElasticaToModelTransformer.php';
  19.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/AbstractElasticaToModelTransformer.php';
  20.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/ORM/ElasticaToModelTransformer.php';
  21.         $container->privates['fos_elastica.elastica_to_model_transformer.app_person.person'] = $instance = new \FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer(($container->services['doctrine'] ?? $container->getDoctrineService()), 'Evo\\Infrastructure\\MappingORM\\Person', ['hints' => [], 'hydrate' => true'ignore_missing' => false'query_builder_method' => 'createQueryBuilder''identifier' => 'id']);
  22.         $instance->setPropertyAccessor(($container->privates['fos_elastica.property_accessor'] ?? ($container->privates['fos_elastica.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse))));
  23.         return $instance;
  24.     }
  25. }