FixPriceWeightProductCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- fixNewProductPriceWeight() : void
- configure() : mixed
- Configure command
- execute() : mixed
Properties
$newProductService
private
NewProductService|null
$newProductService
$productService
private
ProductService
$productService
Methods
__construct()
public
__construct([mixed $name = null ][, ProductService $productService = null ][, NewProductService $newProductService = null ]) : mixed
Parameters
- $name : mixed = null
- $productService : ProductService = null
- $newProductService : NewProductService = null
fixNewProductPriceWeight()
public
fixNewProductPriceWeight(NewProduct $newProduct, mixed $skuCmp, mixed $val) : void
Parameters
- $newProduct : NewProduct
- $skuCmp : mixed
- $val : mixed
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface