ProductUpdatePriceProcessor
in package
Table of Contents
Properties
- $asirProductService : ProductService
- $container : ContainerInterface
- $priceHistoryService : PriceHistoryService
- $priceService : PriceService
- $productInfoService : ProductInfoService
- $queueService : QueueService
Methods
- __construct() : mixed
- execute() : void
Properties
$asirProductService
private
ProductService
$asirProductService
$container
private
ContainerInterface
$container
$priceHistoryService
private
PriceHistoryService
$priceHistoryService
$priceService
private
PriceService
$priceService
$productInfoService
private
ProductInfoService
$productInfoService
$queueService
private
QueueService
$queueService
Methods
__construct()
public
__construct(QueueService $queueService, ProductService $asirProductService, ContainerInterface $container, PriceService $priceService, PriceHistoryService $priceHistoryService) : mixed
Parameters
- $queueService : QueueService
- $asirProductService : ProductService
- $container : ContainerInterface
- $priceService : PriceService
- $priceHistoryService : PriceHistoryService
execute()
public
execute(mixed $info) : void
Parameters
- $info : mixed