var/cache/dev/ContainerHwi3R1F/getCommentServiceService.php line 50

Open in your IDE?
  1. <?php
  2. namespace ContainerHwi3R1F;
  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 getCommentServiceService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Slivki\Services\Comment\CommentService' shared autowired service.
  12.      *
  13.      * @return \Slivki\Services\Comment\CommentService
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Services/Comment/CommentService.php';
  18.         include_once \dirname(__DIR__4).'/src/Factory/Comment/CommentDtoFactory.php';
  19.         include_once \dirname(__DIR__4).'/src/Factory/Comment/CommentMediaDtoFactory.php';
  20.         include_once \dirname(__DIR__4).'/src/Services/User/UserProfileImageServiceInterface.php';
  21.         include_once \dirname(__DIR__4).'/src/Services/User/UserProfileImageService.php';
  22.         include_once \dirname(__DIR__4).'/src/DocumentRepository/User/AverageUserCommentRatingDocumentRepositoryInterface.php';
  23.         include_once \dirname(__DIR__4).'/src/DocumentRepository/User/AverageUserCommentRatingDocumentRepository.php';
  24.         include_once \dirname(__DIR__4).'/src/Services/VoiceMessage/VoiceMessageGetter.php';
  25.         $a = ($container->privates['Slivki\\Paginator\\Comment\\CommentPaginatorInterface'] ?? $container->load('getCommentPaginatorInterfaceService'));
  26.         if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
  27.             return $container->services['Slivki\\Services\\Comment\\CommentService'];
  28.         }
  29.         $b = ($container->privates['Slivki\\Services\\ImageService'] ?? $container->getImageServiceService());
  30.         if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
  31.             return $container->services['Slivki\\Services\\Comment\\CommentService'];
  32.         }
  33.         $c = ($container->privates['Slivki\\Dao\\User\\UserOrderDaoInterface'] ?? $container->load('getUserOrderDaoInterfaceService'));
  34.         if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
  35.             return $container->services['Slivki\\Services\\Comment\\CommentService'];
  36.         }
  37.         $d = ($container->privates['Slivki\\Dao\\Order\\OfferOrderPurchaseCountDaoInterface'] ?? $container->load('getOfferOrderPurchaseCountDaoInterfaceService'));
  38.         if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
  39.             return $container->services['Slivki\\Services\\Comment\\CommentService'];
  40.         }
  41.         return $container->services['Slivki\\Services\\Comment\\CommentService'] = new \Slivki\Services\Comment\CommentService($a, new \Slivki\Factory\Comment\CommentDtoFactory(($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), ($container->privates['Slivki\\Repository\\Media\\CommentMediaRepositoryInterface'] ?? $container->load('getCommentMediaRepositoryInterfaceService')), new \Slivki\Factory\Comment\CommentMediaDtoFactory($b), $c, new \Slivki\Services\User\UserProfileImageService($b, ($container->privates['Slivki\\Repository\\Media\\ProfileImageMediaRepositoryInterface'] ?? $container->load('getProfileImageMediaRepositoryInterfaceService')), $container->getEnv('BASE_URL')), ($container->privates['Slivki\\DocumentRepository\\User\\AverageUserCommentRatingDocumentRepositoryInterface'] ?? ($container->privates['Slivki\\DocumentRepository\\User\\AverageUserCommentRatingDocumentRepositoryInterface'] = new \Slivki\DocumentRepository\User\AverageUserCommentRatingDocumentRepository())), ($container->privates['Slivki\\Services\\VoiceMessage\\VoiceMessageGetter'] ?? ($container->privates['Slivki\\Services\\VoiceMessage\\VoiceMessageGetter'] = new \Slivki\Services\VoiceMessage\VoiceMessageGetter($container->getEnv('BASE_URL'))))), $d);
  42.     }
  43. }