var/cache/dev/ContainerDWuUMQT/get_Messenger_HandlerDescriptor_BWLQ1CgService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerDWuUMQT;
  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 get_Messenger_HandlerDescriptor_BWLQ1CgService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private '.messenger.handler_descriptor.bWLQ1Cg' shared service.
  12.      *
  13.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  19.         include_once \dirname(__DIR__4).'/src/MessageHandler/Query/OnlineOrder/GiftCertificate/SelectGiftCertificatesForBuyOnlyCodesHandler.php';
  20.         include_once \dirname(__DIR__4).'/src/Response/OnlineOrder/GiftCertificate/Factory/SelectGiftCertificatesForBuyOnlyCodesResponseFactory.php';
  21.         include_once \dirname(__DIR__4).'/src/Services/Offer/CustomProductOfferSorter.php';
  22.         include_once \dirname(__DIR__4).'/src/Services/Offer/GiftCertificateSorter.php';
  23.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  24.         if (isset($container->privates['.messenger.handler_descriptor.bWLQ1Cg'])) {
  25.             return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'];
  26.         }
  27.         $b = ($container->services['Slivki\\Services\\GiftCertificateService'] ?? $container->load('getGiftCertificateServiceService'));
  28.         if (isset($container->privates['.messenger.handler_descriptor.bWLQ1Cg'])) {
  29.             return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'];
  30.         }
  31.         $c = ($container->services['Slivki\\Services\\Subscription\\SubscriptionService'] ?? $container->load('getSubscriptionServiceService'));
  32.         if (isset($container->privates['.messenger.handler_descriptor.bWLQ1Cg'])) {
  33.             return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'];
  34.         }
  35.         return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler(new \Slivki\Response\OnlineOrder\GiftCertificate\Factory\SelectGiftCertificatesForBuyOnlyCodesResponseFactory($a, ($container->privates['Slivki\\Services\\Offer\\OfferCacheService'] ?? $container->load('getOfferCacheServiceService')), ($container->privates['Slivki\\Services\\Seo\\SeoResourceService'] ?? $container->load('getSeoResourceServiceService')), ($container->privates['Slivki\\Repository\\Delivery\\FoodFilterCounterRepositoryInterface'] ?? $container->load('getFoodFilterCounterRepositoryInterfaceService')), ($container->privates['Slivki\\Repository\\PurchaseCount\\PurchaseCountRepositoryInterface'] ?? $container->load('getPurchaseCountRepositoryInterfaceService')), ($container->privates['Slivki\\Repository\\Director\\DirectorRepositoryInterface'] ?? $container->load('getDirectorRepositoryInterfaceService')), ($container->services['Slivki\\Services\\Offer\\GiftCertificateSorter'] ?? ($container->services['Slivki\\Services\\Offer\\GiftCertificateSorter'] = new \Slivki\Services\Offer\GiftCertificateSorter())), $b$c)), []);
  36.     }
  37. }