FixNullableSaleProductPromoCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $productService : ProductService|null
- $saleProductService : SaleProductService|null
Methods
- __construct() : mixed
- execute() : mixed
- configure() : mixed
- Configure command
Properties
$productService
private
ProductService|null
$productService
$saleProductService
private
SaleProductService|null
$saleProductService
Methods
__construct()
public
__construct([string $name = null ][, SaleProductService $saleProductService = null ][, ProductService $productService = null ]) : mixed
Parameters
- $name : string = null
- $saleProductService : SaleProductService = null
- $productService : ProductService = null
execute()
public
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
configure()
Configure command
protected
configure() : mixed