<?php
namespace ContainerHwi3R1F;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getCommentServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'Slivki\Services\Comment\CommentService' shared autowired service.
*
* @return \Slivki\Services\Comment\CommentService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Comment/CommentService.php';
include_once \dirname(__DIR__, 4).'/src/Factory/Comment/CommentDtoFactory.php';
include_once \dirname(__DIR__, 4).'/src/Factory/Comment/CommentMediaDtoFactory.php';
include_once \dirname(__DIR__, 4).'/src/Services/User/UserProfileImageServiceInterface.php';
include_once \dirname(__DIR__, 4).'/src/Services/User/UserProfileImageService.php';
include_once \dirname(__DIR__, 4).'/src/DocumentRepository/User/AverageUserCommentRatingDocumentRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/DocumentRepository/User/AverageUserCommentRatingDocumentRepository.php';
include_once \dirname(__DIR__, 4).'/src/Services/VoiceMessage/VoiceMessageGetter.php';
$a = ($container->privates['Slivki\\Paginator\\Comment\\CommentPaginatorInterface'] ?? $container->load('getCommentPaginatorInterfaceService'));
if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
return $container->services['Slivki\\Services\\Comment\\CommentService'];
}
$b = ($container->privates['Slivki\\Services\\ImageService'] ?? $container->getImageServiceService());
if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
return $container->services['Slivki\\Services\\Comment\\CommentService'];
}
$c = ($container->privates['Slivki\\Dao\\User\\UserOrderDaoInterface'] ?? $container->load('getUserOrderDaoInterfaceService'));
if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
return $container->services['Slivki\\Services\\Comment\\CommentService'];
}
$d = ($container->privates['Slivki\\Dao\\Order\\OfferOrderPurchaseCountDaoInterface'] ?? $container->load('getOfferOrderPurchaseCountDaoInterfaceService'));
if (isset($container->services['Slivki\\Services\\Comment\\CommentService'])) {
return $container->services['Slivki\\Services\\Comment\\CommentService'];
}
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);
}
}