ProductUpdatePriceCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ProductUpdatePriceCommand
Table of Contents
Properties
Methods
- __construct() : mixed
- ProductUpdatePriceCommand constructor.
- configure() : mixed
- Configure command
- execute() : int|void|null
Properties
$priceService
private
PriceService
$priceService
Methods
__construct()
ProductUpdatePriceCommand constructor.
public
__construct([null $name = null ][, PriceService|null $priceService = null ]) : mixed
Parameters
- $name : null = null
- $priceService : PriceService|null = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface