var/cache/dev/Container2ynXYZk/getApp_ServicecommandresolverService.php line 18

Open in your IDE?
  1. <?php
  2. namespace Container2ynXYZk;
  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 getApp_ServicecommandresolverService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'app.service-commandresolver' shared autowired service.
  12.      *
  13.      * @return \App\Service\CommandResolver
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Service/CommandResolver.php';
  18.         include_once \dirname(__DIR__4).'/src/Service/SessionManager.php';
  19.         include_once \dirname(__DIR__4).'/src/Service/StateHandler.php';
  20.         include_once \dirname(__DIR__4).'/src/Service/CommandFinder.php';
  21.         include_once \dirname(__DIR__4).'/src/Service/EntityStrategy.php';
  22.         include_once \dirname(__DIR__4).'/src/Service/EntityAnket.php';
  23.         include_once \dirname(__DIR__4).'/src/Service/AnketHandler.php';
  24.         include_once \dirname(__DIR__4).'/src/Service/StateUserAnket.php';
  25.         include_once \dirname(__DIR__4).'/src/Service/AnketQuestion.php';
  26.         include_once \dirname(__DIR__4).'/src/Service/AnketAnswer.php';
  27.         include_once \dirname(__DIR__4).'/src/Service/EntityAPI.php';
  28.         include_once \dirname(__DIR__4).'/src/Service/ApiHandler.php';
  29.         include_once \dirname(__DIR__4).'/src/Service/StateUserAPI.php';
  30.         include_once \dirname(__DIR__4).'/src/Service/SertificatHandler.php';
  31.         include_once \dirname(__DIR__4).'/src/Service/ServiceSertificat.php';
  32.         include_once \dirname(__DIR__4).'/src/Service/BarQrCreator.php';
  33.         include_once \dirname(__DIR__4).'/src/Service/BalanceHandler.php';
  34.         include_once \dirname(__DIR__4).'/src/Service/CouponHandler.php';
  35.         include_once \dirname(__DIR__4).'/src/Service/DiscountHandler.php';
  36.         include_once \dirname(__DIR__4).'/src/Service/ReferalLinkHandler.php';
  37.         include_once \dirname(__DIR__4).'/src/Service/EntityAction.php';
  38.         include_once \dirname(__DIR__4).'/src/Service/RequestAMCApi.php';
  39.         $a = ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService());
  40.         $b = ($container->services['app.service-user'] ?? $container->load('getApp_ServiceuserService'));
  41.         $c = ($container->services['app.service-messenger'] ?? $container->load('getApp_ServicemessengerService'));
  42.         $d = ($container->privates['App\\Repository\\AnketRepository'] ?? $container->load('getAnketRepositoryService'));
  43.         $e = ($container->privates['App\\Repository\\ActionRepository'] ?? $container->load('getActionRepositoryService'));
  44.         $f = ($container->privates['App\\Repository\\QuestionRepository'] ?? $container->load('getQuestionRepositoryService'));
  45.         $g = ($container->privates['App\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService'));
  46.         $h = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  47.         $i = new \App\Service\StateUserAPI($b$a);
  48.         $j = new \App\Service\BarQrCreator();
  49.         $k = new \App\Service\ServiceSertificat($g$h$j);
  50.         $l = ($container->privates['App\\Service\\RequestAMCApi'] ?? ($container->privates['App\\Service\\RequestAMCApi'] = new \App\Service\RequestAMCApi()));
  51.         return $container->services['app.service-commandresolver'] = new \App\Service\CommandResolver($a, new \App\Service\SessionManager($b), $c, ($container->privates['App\\Service\\TelegramConnector'] ?? $container->load('getTelegramConnectorService')), new \App\Service\StateHandler(new \App\Service\CommandFinder($d$e), new \App\Service\EntityAnket(new \App\Service\AnketHandler(new \App\Service\StateUserAnket($b$d$a), new \App\Service\AnketQuestion($d$f$c), new \App\Service\AnketAnswer($d$f$g$h$a))), new \App\Service\EntityAPI(new \App\Service\ApiHandler($i, new \App\Service\SertificatHandler($c$k$i$l$j), $a, new \App\Service\BalanceHandler($c$k$l), new \App\Service\CouponHandler($c$k$l$j), new \App\Service\DiscountHandler($c$k$l), new \App\Service\ReferalLinkHandler($c$k$l$j))), new \App\Service\EntityAction($a$c$e), $b$d));
  52.     }
  53. }