SaleExpeditionCsvChronopostCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleExpeditionCsvChronopostCommand
Table of Contents
Properties
- $_incrementId : mixed
- $_logOrderShipment : array<string|int, mixed>
- $_order : array<string|int, mixed>
- $_trackingNumber : mixed
- $eventDispatcher : EventDispatcherInterface
Methods
- __construct() : mixed
- SaleExpeditionCsvChronopostCommand constructor.
- configure() : mixed
- execute() : int|void|null
- dispatchSaleProductsShipped() : mixed
- Dispatsh sale products as Shipped
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
$eventDispatcher
private
EventDispatcherInterface
$eventDispatcher
Methods
__construct()
SaleExpeditionCsvChronopostCommand constructor.
public
__construct([null $name = null ][, EventDispatcherInterface|null $eventDispatcher = null ]) : mixed
Parameters
- $name : null = null
- $eventDispatcher : EventDispatcherInterface|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Tags
Return values
int|void|nulldispatchSaleProductsShipped()
Dispatsh sale products as Shipped
private
dispatchSaleProductsShipped(mixed $saleProducts) : mixed
Parameters
- $saleProducts : mixed