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