var/cache/dev/ContainerEwIXgMr/getDefaultControllerService.php line 17

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the public 'App\Controller\DefaultController' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  7. include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  8. include_once \dirname(__DIR__4).'/src/Controller/DefaultController.php';
  9. include_once \dirname(__DIR__4).'/src/Service/DocumentsCreator.php';
  10. include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  11. include_once \dirname(__DIR__4).'/src/Service/DomusAPI.php';
  12. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13. $b = ($this->services['twig'] ?? $this->getTwigService());
  14. $c = ($this->privates['App\\Service\\Utils'] ?? $this->load('getUtilsService.php'));
  15. $this->services['App\\Controller\\DefaultController'] = $instance = new \App\Controller\DefaultController(($this->services['fos_user.user_manager'] ?? $this->load('getFosUser_UserManagerService.php')), $a, new \App\Service\DocumentsCreator($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['knp_snappy.pdf'] ?? $this->load('getKnpSnappy_PdfService.php'))), new \App\Service\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->load('getSwiftmailer_Mailer_DefaultService.php')), $b), $c, new \App\Service\DomusAPI($b$a$c), ($this->services['serializer'] ?? $this->load('getSerializerService.php')), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  16. $instance->setContainer(($this->privates['.service_locator.AVaUqzz'] ?? $this->load('get_ServiceLocator_AVaUqzzService.php'))->withContext('App\\Controller\\DefaultController'$this));
  17. return $instance;