<?php
namespace ContainerUkZOLp5;
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 getStudentControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\StudentController' shared autowired service.
*
* @return \App\Controller\StudentController
*/
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/Core/Controller/BaseAbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Controller/StudentController.php';
$container->services['App\\Controller\\StudentController'] = $instance = new \App\Controller\StudentController(($container->privates['security.helper'] ?? $container->getSecurity_HelperService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['.container.private.validator'] ?? $container->get_Container_Private_ValidatorService()), ($container->services['App\\Service\\RouteService'] ?? $container->load('getRouteServiceService')), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['App\\Service\\FileService'] ?? $container->load('getFileServiceService')), ($container->services['App\\Service\\ServiceRetriever'] ?? $container->getServiceRetrieverService()), ($container->services['App\\Service\\Person\\PersonService'] ?? $container->getPersonServiceService()), ($container->services['App\\Service\\CalendarEvent\\CalendarEventService'] ?? $container->getCalendarEventServiceService()), ($container->services['App\\Service\\Candidate\\CandidateService'] ?? $container->getCandidateServiceService()), ($container->services['App\\Service\\User\\UserService'] ?? $container->getUserServiceService()), ($container->services['App\\Service\\Job\\JobService'] ?? $container->load('getJobServiceService')), ($container->services['App\\Service\\City\\CityService'] ?? $container->load('getCityServiceService')), ($container->services['App\\Service\\StudentLevel\\StudentLevelService'] ?? $container->load('getStudentLevelServiceService')), ($container->services['App\\Library\\Utils\\ApiHandler\\DefaultApiHandler'] ?? $container->load('getDefaultApiHandlerService')), ($container->services['App\\Service\\Image\\ImageService'] ?? $container->load('getImageServiceService')), ($container->services['App\\Service\\Queue\\ErrorLogCreateQueueService'] ?? $container->getErrorLogCreateQueueServiceService()));
$instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\StudentController', $container));
return $instance;
}
}