PromoCommand
extends ContainerAwareCommand
in package
This command won't be executed
Table of Contents
Properties
- $container : Container
- $historyService : PriceHistoryService
- $priceService : PriceService
- $productInfoService : mixed
- $productService : ProductService
Methods
- __construct() : mixed
- execute() : mixed
- configure() : mixed
- Configure command
Properties
$container
private
Container
$container
$historyService
private
PriceHistoryService
$historyService
$priceService
private
PriceService
$priceService
$productInfoService
private
mixed
$productInfoService
$productService
private
ProductService
$productService
Methods
__construct()
public
__construct([mixed $name = null ][, Container $container = null ][, PriceHistoryService $historyService = null ][, ProductService $productService = null ][, PriceService $priceService = null ]) : mixed
Parameters
- $name : mixed = null
- $container : Container = null
- $historyService : PriceHistoryService = null
- $productService : ProductService = null
- $priceService : PriceService = null
execute()
public
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
configure()
Configure command
protected
configure() : mixed