var/cache/dev/ContainerBq0BLuq/getProjetControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerBq0BLuq;
  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 getProjetControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\Projet\Projet\ProjetController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\Projet\Projet\ProjetController
  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/Controller/Projet/Projet/ProjetController.php';
  19.         include_once \dirname(__DIR__4).'/src/Service/Projet/Projet/TypeprojetService.php';
  20.         include_once \dirname(__DIR__4).'/src/Service/Produit/Service/ContinentService.php';
  21.         include_once \dirname(__DIR__4).'/src/Service/Produit/Produit/ProduitService.php';
  22.         include_once \dirname(__DIR__4).'/src/Service/Projet/Tresorerie/ProjetinvestService.php';
  23.         include_once \dirname(__DIR__4).'/src/Service/Servicetext/PHP_AES_Cipher.php';
  24.         $a = ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container)));
  25.         $b = ($container->privates['App\\Service\\Email\\Singleemail'] ?? $container->load('getSingleemailService'));
  26.         $c = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  27.         $d = ($container->privates['App\\Service\\Servicetext\\GeneralServicetext'] ?? $container->load('getGeneralServicetextService'));
  28.         $container->services['App\\Controller\\Projet\\Projet\\ProjetController'] = $instance = new \App\Controller\Projet\Projet\ProjetController($a, new \App\Service\Projet\Projet\TypeprojetService($b$a$c$d, ($container->privates['App\\Repository\\Projet\\Projet\\TypeprojetRepository'] ?? $container->load('getTypeprojetRepositoryService'))), new \App\Service\Produit\Service\ContinentService($b$a$c$d, ($container->privates['App\\Repository\\Produit\\Service\\ContinentRepository'] ?? $container->load('getContinentRepositoryService'))), new \App\Service\Produit\Produit\ProduitService($b$a$c$d, ($container->privates['App\\Repository\\Produit\\Produit\\ProduitRepository'] ?? $container->load('getProduitRepositoryService'))), new \App\Service\Projet\Tresorerie\ProjetinvestService($b$a$c$d, ($container->privates['App\\Repository\\Projet\\Tresorerie\\ProjetinvestRepository'] ?? $container->load('getProjetinvestRepositoryService')), new \App\Service\Servicetext\PHP_AES_Cipher()));
  29.         $instance->setContainer(($container->privates['.service_locator.yLPBB2s'] ?? $container->load('get_ServiceLocator_YLPBB2sService'))->withContext('App\\Controller\\Projet\\Projet\\ProjetController'$container));
  30.         return $instance;
  31.     }
  32. }