SaleReconciliationOfPaymentsCheckCsvCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleReconciliationOfPaymentsCheckCsvCommand
Table of Contents
Properties
- $_logCsv : array<string|int, mixed>
- $filesImportService : FilesImportService
Methods
- __construct() : mixed
- SaleCommand constructor.
- configure() : mixed
- Configuring v2 sales command
- execute() : int|null
Properties
$_logCsv
public
array<string|int, mixed>
$_logCsv
= []
$filesImportService
private
FilesImportService
$filesImportService
Methods
__construct()
SaleCommand constructor.
public
__construct([null $name = null ][, FilesImportService $filesImportService = null ]) : mixed
Parameters
- $name : null = null
- $filesImportService : FilesImportService = null
configure()
Configuring v2 sales command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface