InitCurrentBuyingPriceCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$entityManager
: EntityManagerInterface|null
Methods
-
__construct()
: mixed
-
configure()
: mixed
-
execute()
: mixed
-
saveProductLastFillBuyingPrice()
: void
$entityManager
private
EntityManagerInterface|null
$entityManager
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ]) : mixed
Parameters
-
$name
: mixed
= null
-
-
$entityManager
: EntityManagerInterface
= null
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
saveProductLastFillBuyingPrice()
private
saveProductLastFillBuyingPrice(mixed $connection, mixed $mzConfighColumn, mixed $now) : void
Parameters
-
$connection
: mixed
-
-
$mzConfighColumn
: mixed
-
-
$now
: mixed
-