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