BulkUpdateSaleProductClientAvailabilityCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class BulkUpdateSaleProductClientAvailabilityCommand
Table of Contents
Properties
- $_logSaleProduct : array<string|int, mixed>
- $connection : Connection
- $em : EntityManagerInterface|null
- $entityManager : EntityManagerInterface|null
- $output : OutputInterface
- $productApi : ProductApi|object
- $queueService : QueueServiceInterface
Methods
- __construct() : mixed
- UpdateDropAndDepotPriceCommand constructor.
- configure() : mixed
- execute() : int|void|null
Properties
$_logSaleProduct
private
array<string|int, mixed>
$_logSaleProduct
$connection
private
Connection
$connection
$em
private
EntityManagerInterface|null
$em
$entityManager
private
EntityManagerInterface|null
$entityManager
$output
private
OutputInterface
$output
$productApi
private
ProductApi|object
$productApi
$queueService
private
QueueServiceInterface
$queueService
Methods
__construct()
UpdateDropAndDepotPriceCommand constructor.
public
__construct([null $name = null ]) : mixed
Parameters
- $name : null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface