MigrateOldNewProductCoefToPriceCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $name : null
- $newProductService : NewProductService
Methods
- __construct() : mixed
- configure() : mixed
- Configure command
- execute() : mixed
Properties
$name
private
null
$name
$newProductService
private
NewProductService
$newProductService
Methods
__construct()
public
__construct([mixed $name = null ], NewProductService $newProductService) : mixed
Parameters
- $name : mixed = null
- $newProductService : NewProductService
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface