SaleCommand
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
$systemAlertService
private
SystemAlertService
$systemAlertService
$truskService
private
TruskService|null
$truskService
Methods
__construct()
SaleCommand constructor.
public
__construct([null $name = null ][, SystemAlertService|null $systemAlertService = null ][, TruskService $truskService = null ]) : mixed
Parameters
- $name : null = null
- $systemAlertService : SystemAlertService|null = null
- $truskService : TruskService = null
configure()
Configuring v2 sales command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface