<?php
namespace ContainerGEZfBxm;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getDefaultControllerService extends Mm_Beton_Planungsatlas_AtlasBundle_KernelDevDebugContainer
{
/**
* Gets the public 'Mm\Beton\Planungsatlas\AtlasBundle\Controller\DefaultController' shared autowired service.
*
* @return \Mm\Beton\Planungsatlas\AtlasBundle\Controller\DefaultController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Controller/AuthenticatedControllerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Controller/AbstractAuthenticatedController.php';
include_once \dirname(__DIR__, 4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Controller/DefaultController.php';
include_once \dirname(__DIR__, 4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Service/UserCartService.php';
include_once \dirname(__DIR__, 4).'/src/Mm/Beton/Planungsatlas/AtlasBundle/Service/AtlasDownloadService.php';
$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)));
$instance->setContainer(($container->privates['.service_locator.yF_QhXO'] ?? $container->load('get_ServiceLocator_YFQhXOService'))->withContext('Mm\\Beton\\Planungsatlas\\AtlasBundle\\Controller\\DefaultController', $container));
return $instance;
}
}