<?php
namespace ContainerQfNG11z;
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 getCandidatesPhotoTelegramBotService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Library\TelegramBot\CandidatesPhotoTelegramBot\CandidatesPhotoTelegramBot' shared autowired service.
*
* @return \App\Library\TelegramBot\CandidatesPhotoTelegramBot\CandidatesPhotoTelegramBot
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Library/TelegramBot/AbstractTelegramBot.php';
include_once \dirname(__DIR__, 4).'/src/Library/TelegramBot/BaseTelegramBot.php';
include_once \dirname(__DIR__, 4).'/src/Library/TelegramBot/CandidatesPhotoTelegramBot/CandidatesPhotoTelegramBot.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$b = ($container->services['App\\Service\\TelegramBotChat\\TelegramBotChatService'] ?? $container->load('getTelegramBotChatServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$c = ($container->services['App\\Service\\TelegramMessage\\TelegramMessageService'] ?? $container->load('getTelegramMessageServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$d = ($container->services['App\\Service\\DeleteRemoteMessages\\DeleteRemoteMessagesService'] ?? $container->load('getDeleteRemoteMessagesServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$e = ($container->services['App\\Service\\TelegramUser\\TelegramUserService'] ?? $container->load('getTelegramUserServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$f = ($container->services['App\\Service\\EntityManagerService'] ?? $container->load('getEntityManagerServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$g = ($container->services['App\\Service\\TelegramChat\\TelegramChatService'] ?? $container->load('getTelegramChatServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$h = ($container->services['App\\Service\\TelegramBot\\TelegramBotService'] ?? $container->load('getTelegramBotServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
$i = ($container->services['App\\Service\\TelegramBotNavigation\\TelegramBotNavigationService'] ?? $container->load('getTelegramBotNavigationServiceService'));
if (isset($container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'])) {
return $container->services['App\\Library\\TelegramBot\\CandidatesPhotoTelegramBot\\CandidatesPhotoTelegramBot'];
}
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')));
}
}