SaleReconciliationOfPaymentsImportCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleReconciliationOfPaymentsImportCommand
Table of Contents
Properties
Methods
- __construct() : mixed
- SaleCommand constructor.
- runCommand() : int
- configure() : mixed
- Configuring v2 sales command
- execute() : int|null
- runReconciliation() : void
Properties
$limit
protected
int
$limit
= 10
$filesImportService
private
FilesImportService
$filesImportService
Methods
__construct()
SaleCommand constructor.
public
__construct([null $name = null ][, FilesImportService $filesImportService = null ]) : mixed
Parameters
- $name : null = null
- $filesImportService : FilesImportService = null
runCommand()
public
runCommand(mixed $commandName, mixed $arguments, mixed $output) : int
Parameters
- $commandName : mixed
- $arguments : mixed
- $output : mixed
Tags
Return values
intconfigure()
Configuring v2 sales command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Tags
Return values
int|nullrunReconciliation()
private
runReconciliation(mixed $output) : void
Parameters
- $output : mixed