var/cache/dev/ContainerQfNG11z/getCandidatesPhotoTelegramBotService.php line 70

Open in your IDE?
  1. <?php
  2. namespace ContainerQfNG11z;
  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 getCandidatesPhotoTelegramBotService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Library\TelegramBot\CandidatesPhotoTelegramBot\CandidatesPhotoTelegramBot' shared autowired service.
  12.      *
  13.      * @return \App\Library\TelegramBot\CandidatesPhotoTelegramBot\CandidatesPhotoTelegramBot
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Library/TelegramBot/AbstractTelegramBot.php';
  18.         include_once \dirname(__DIR__4).'/src/Library/TelegramBot/BaseTelegramBot.php';
  19.         include_once \dirname(__DIR__4).'/src/Library/TelegramBot/CandidatesPhotoTelegramBot/CandidatesPhotoTelegramBot.php';
  20.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  21.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  22.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  23.         }
  24.         $b = ($container->services['App\\Service\\TelegramBotChat\\TelegramBotChatService'] ?? $container->load('getTelegramBotChatServiceService'));
  25.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  26.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  27.         }
  28.         $c = ($container->services['App\\Service\\TelegramMessage\\TelegramMessageService'] ?? $container->load('getTelegramMessageServiceService'));
  29.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  30.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  31.         }
  32.         $d = ($container->services['App\\Service\\DeleteRemoteMessages\\DeleteRemoteMessagesService'] ?? $container->load('getDeleteRemoteMessagesServiceService'));
  33.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  34.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  35.         }
  36.         $e = ($container->services['App\\Service\\TelegramUser\\TelegramUserService'] ?? $container->load('getTelegramUserServiceService'));
  37.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  38.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  39.         }
  40.         $f = ($container->services['App\\Service\\EntityManagerService'] ?? $container->load('getEntityManagerServiceService'));
  41.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  42.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  43.         }
  44.         $g = ($container->services['App\\Service\\TelegramChat\\TelegramChatService'] ?? $container->load('getTelegramChatServiceService'));
  45.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  46.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  47.         }
  48.         $h = ($container->services['App\\Service\\TelegramBot\\TelegramBotService'] ?? $container->load('getTelegramBotServiceService'));
  49.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  50.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  51.         }
  52.         $i = ($container->services['App\\Service\\TelegramBotNavigation\\TelegramBotNavigationService'] ?? $container->load('getTelegramBotNavigationServiceService'));
  53.         if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
  54.             return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
  55.         }
  56.         return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'] = new \App\Library\TelegramBot\CandidatesPhotoTelegramBot\CandidatesPhotoTelegramBot(($container->privates['monolog.logger'] ?? $container->load('getMonolog_LoggerService')), $a$b, ($container->services['kernel'] ?? $container->get('kernel'1)), $c$d$e$f$g$h, ($container->services['App\\Service\\User\\UserService'] ?? $container->getUserServiceService()), ($container->services['App\\Service\\Candidate\\CandidateService'] ?? $container->getCandidateServiceService()), ($container->services['App\\Service\\Person\\PersonService'] ?? $container->getPersonServiceService()), $i, ($container->services['App\\Service\\CalendarEvent\\CalendarEventService'] ?? $container->getCalendarEventServiceService()), ($container->services['App\\Service\\Image\\ImageService'] ?? $container->load('getImageServiceService')));
  57.     }
  58. }