IncreaseProductPriceCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $priceService : PriceService
- $queueServiceInterface : QueueServiceInterface
- $asirProductService : ProductService
- $connection : Connection
- $em : object
Methods
- __construct() : mixed
- addPrice10PercentLog() : mixed
- configure() : mixed
- execute() : int|void|null
Properties
$priceService
protected
PriceService
$priceService
$queueServiceInterface
protected
QueueServiceInterface
$queueServiceInterface
$asirProductService
private
ProductService
$asirProductService
$connection
private
Connection
$connection
$em
private
object
$em
Methods
__construct()
public
__construct([null $name = null ][, QueueServiceInterface|null $queueServiceInterface = null ][, PriceService|null $priceService = null ][, ProductService|null $asirProductService = null ]) : mixed
Parameters
- $name : null = null
- $queueServiceInterface : QueueServiceInterface|null = null
- $priceService : PriceService|null = null
- $asirProductService : ProductService|null = null
addPrice10PercentLog()
public
addPrice10PercentLog(mixed $results) : mixed
Parameters
- $results : mixed
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface