ImportProductBuyingPriceCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
FinalYes
Class ImportProductBuyingPriceCommand
Table of Contents
Properties
- $currencyService : CurrencyService|null
- $dbConnection : Connection
- $em : EntityManagerInterface
- $productStockValueService : ProductStockValueService
Methods
- __construct() : mixed
- ProductStockValueCommand constructor.
- configure() : mixed
- Configure command
- execute() : mixed
Properties
$currencyService
private
CurrencyService|null
$currencyService
$dbConnection
private
Connection
$dbConnection
$em
private
EntityManagerInterface
$em
$productStockValueService
private
ProductStockValueService
$productStockValueService
Methods
__construct()
ProductStockValueCommand constructor.
public
__construct([null $name = null ], ProductStockValueService $productStockValueService) : mixed
Parameters
- $name : null = null
- $productStockValueService : ProductStockValueService
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface