var/cache/dev/ContainerUkZOLp5/getStudentControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerUkZOLp5;
  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 getStudentControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\StudentController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\StudentController
  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/Core/Controller/BaseAbstractController.php';
  19.         include_once \dirname(__DIR__4).'/src/Controller/StudentController.php';
  20.         $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()));
  21.         $instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\StudentController'$container));
  22.         return $instance;
  23.     }
  24. }