ProductUpdatePriceCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
update price, special price Class ProductUpdatePriceCommand
Table of Contents
Properties
- $bulkData : mixed
- $bulkUpdate : mixed
Methods
- configure() : mixed
- Configure command
- execute() : int|null
Properties
$bulkData
protected
mixed
$bulkData
= []
$bulkUpdate
protected
mixed
$bulkUpdate
= []
Methods
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface