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

Open in your IDE?
  1. <?php
  2. namespace ContainerS2mj0kg;
  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/Controller/BaseController.php';
  19. include_once \dirname(__DIR__, 4).'/src/Controller/StudentController.php';
  20. $container->services['App\\Controller\\StudentController'] = $instance = new \App\Controller\StudentController(($container->privates['App\\Service\\StudentsService'] ?? $container->load('getStudentsServiceService')), ($container->privates['App\\Repository\\StudentsRepository'] ?? $container->load('getStudentsRepositoryService')), ($container->privates['App\\Service\\PckPackagesService'] ?? $container->load('getPckPackagesServiceService')), ($container->privates['App\\Service\\ExamRegistrationsService'] ?? $container->load('getExamRegistrationsServiceService')), ($container->privates['App\\Service\\PurchaseService'] ?? $container->load('getPurchaseServiceService')), ($container->privates['App\\Service\\ExamsService'] ?? $container->load('getExamsServiceService')), ($container->privates['App\\Service\\CreditCardsService'] ?? $container->load('getCreditCardsServiceService')), ($container->privates['App\\Service\\ExamStudyMaterialsService'] ?? $container->load('getExamStudyMaterialsServiceService')), ($container->privates['App\\Service\\SchoolService'] ?? $container->load('getSchoolServiceService')), ($container->privates['App\\Service\\MembershipTypeService'] ?? $container->load('getMembershipTypeServiceService')), ($container->privates['App\\Service\\QueryLogService'] ?? $container->load('getQueryLogServiceService')), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()));
  21. $instance->setContainer(($container->privates['.service_locator.mx0UMmY'] ?? $container->load('get_ServiceLocator_Mx0UMmYService'))->withContext('App\\Controller\\StudentController', $container));
  22. return $instance;
  23. }
  24. }