var/cache/dev/ContainerNPAlMbu/getBookingHistorySubscriberService.php line 41

Open in your IDE?
  1. <?php
  2. namespace ContainerNPAlMbu;
  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 getBookingHistorySubscriberService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'AdminBundle\EventListener\BookingHistorySubscriber' shared service.
  12. *
  13. * @return \AdminBundle\EventListener\BookingHistorySubscriber
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  18. include_once \dirname(__DIR__, 4).'/src/AdminBundle/EventListener/BookingHistorySubscriber.php';
  19. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Factory/BookingHistoryFactory.php';
  20. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Factory/TransactionFactory.php';
  21. include_once \dirname(__DIR__, 4).'/src/AdminBundle/Helpers/MandrillManager.php';
  22. $a = ($container->services['booking.service'] ?? $container->load('getBooking_ServiceService'));
  23. if (isset($container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'])) {
  24. return $container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'];
  25. }
  26. $b = ($container->services['payment.service'] ?? $container->load('getPayment_ServiceService'));
  27. if (isset($container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'])) {
  28. return $container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'];
  29. }
  30. $c = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  31. if (isset($container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'])) {
  32. return $container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'];
  33. }
  34. $d = ($container->services['websocket_notification.service'] ?? $container->load('getWebsocketNotification_ServiceService'));
  35. if (isset($container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'])) {
  36. return $container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'];
  37. }
  38. $e = new \Symfony\Bridge\Monolog\Logger('google_distance');
  39. $e->pushProcessor(($container->privates['debug.log_processor'] ?? $container->getDebug_LogProcessorService()));
  40. $e->pushHandler(($container->privates['monolog.handler.console'] ?? $container->getMonolog_Handler_ConsoleService()));
  41. $e->pushHandler(($container->privates['monolog.handler.main'] ?? $container->getMonolog_Handler_MainService()));
  42. $e->pushHandler(($container->privates['monolog.handler.google_distance'] ?? $container->load('getMonolog_Handler_GoogleDistanceService')));
  43. \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($e);
  44. return $container->privates['AdminBundle\\EventListener\\BookingHistorySubscriber'] = new \AdminBundle\EventListener\BookingHistorySubscriber($a, $b, ($container->services['mandrill.manager'] ?? ($container->services['mandrill.manager'] = new \AdminBundle\Helpers\MandrillManager('TESTKEY_broken'))), new \AdminBundle\Factory\BookingHistoryFactory($c, $b, $d), new \AdminBundle\Factory\TransactionFactory(), $e);
  45. }
  46. }