FixSaleProductRatioCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $container : ContainerInterface
- $filesImportService : FilesImportService|null
- $historyService : PriceHistoryService|null
Methods
- __construct() : mixed
- execute() : mixed
- configure() : mixed
- Configure command
Properties
$container
private
ContainerInterface
$container
$filesImportService
private
FilesImportService|null
$filesImportService
$historyService
private
PriceHistoryService|null
$historyService
Methods
__construct()
public
__construct([mixed $name = null ], ContainerInterface $container[, FilesImportService $filesImportService = null ][, PriceHistoryService $historyService = null ]) : mixed
Parameters
- $name : mixed = null
- $container : ContainerInterface
- $filesImportService : FilesImportService = null
- $historyService : PriceHistoryService = null
execute()
public
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
configure()
Configure command
protected
configure() : mixed