SaleExpeditionGlsCsvCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleExpeditionGlsCsvCommand
Table of Contents
Properties
- $_incrementId : mixed
- $_logOrderShipment : array<string|int, mixed>
- $_order : array<string|int, mixed>
- $_trackingNumber : mixed
Methods
- configure() : mixed
- Configure command
- execute() : int|void|null
Properties
$_incrementId
public
mixed
$_incrementId
Tags
$_logOrderShipment
public
array<string|int, mixed>
$_logOrderShipment
= []
$_order
public
array<string|int, mixed>
$_order
= []
$_trackingNumber
public
mixed
$_trackingNumber
Tags
Methods
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface