var/cache/dev/ContainerGEZfBxm/getDefaultControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerGEZfBxm;
  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 getDefaultControllerService extends Mm_Beton_Planungsatlas_AtlasBundle_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Mm\Beton\Planungsatlas\AtlasBundle\Controller\DefaultController' shared autowired service.
  12.      *
  13.      * @return \Mm\Beton\Planungsatlas\AtlasBundle\Controller\DefaultController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Controller/AuthenticatedControllerInterface.php';
  19.         include_once \dirname(__DIR__4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Controller/AbstractAuthenticatedController.php';
  20.         include_once \dirname(__DIR__4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Controller/DefaultController.php';
  21.         include_once \dirname(__DIR__4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Service/UserCartService.php';
  22.         include_once \dirname(__DIR__4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Service/AtlasDownloadService.php';
  23.         $container->services['Mm\\Beton\\Planungsatlas\\AtlasBundle\\Controller\\DefaultController'] = $instance = new \Mm\Beton\Planungsatlas\AtlasBundle\Controller\DefaultController(new \Mm\Beton\Planungsatlas\AtlasBundle\Service\UserCartService(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService())), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->services['knp_snappy.pdf'] ?? $container->load('getKnpSnappy_PdfService')), new \Mm\Beton\Planungsatlas\AtlasBundle\Service\AtlasDownloadService(NULL, ['path' => ['documents' => '/public/bundles/atlas/constructiondocuments'], 'fileType' => ['thermalPng' => ['type' => 'public''fileSuffix' => '-Iso-Bild.png'], 'constructionPdf' => ['type' => 'public''fileSuffix' => '-Konstruktion.pdf'], 'constructionPng' => ['type' => 'public''fileSuffix' => '-Konstruktion.png'], 'constructionDoc' => ['type' => 'private''fileSuffix' => '-Ausschreibung.doc'], 'constructionDwg' => ['type' => 'private''fileSuffix' => '-Konstruktion.dwg'], 'constructionDxf' => ['type' => 'private''fileSuffix' => '-Konstruktion.dxf'], 'constructionNdw' => ['type' => 'private''fileSuffix' => '-Konstruktion.ndw'], 'allDocumentsZip' => ['type' => 'private''fileSuffix' => '.zip']]]), ($container->privates['Mm\\Beton\\Planungsatlas\\AtlasBundle\\Service\\HeatProtectionService'] ?? $container->load('getHeatProtectionServiceService')), ($container->services['kernel'] ?? $container->get('kernel'1)));
  24.         $instance->setContainer(($container->privates['.service_locator.yF_QhXO'] ?? $container->load('get_ServiceLocator_YFQhXOService'))->withContext('Mm\\Beton\\Planungsatlas\\AtlasBundle\\Controller\\DefaultController'$container));
  25.         return $instance;
  26.     }
  27. }