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