ExportProductDataTarrifPriceCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class ExportProductDataTarrifPriceCommand
Table of Contents
Properties
- $_logExport : array<string|int, mixed>
- $em : EntityManagerInterface|null
- $entityManager : EntityManagerInterface|null
- $output : OutputInterface
Methods
- configure() : mixed
- execute() : int|void|null
Properties
$_logExport
protected
array<string|int, mixed>
$_logExport
$em
private
EntityManagerInterface|null
$em
$entityManager
private
EntityManagerInterface|null
$entityManager
$output
private
OutputInterface
$output
Methods
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface