SaleExpeditionCheckCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $bigbuyApi : mixed
- $em : mixed
- $productService : mixed
- $bigbuyCarriers : mixed
- $eventDispatcher : EventDispatcherInterface
Methods
- __construct() : mixed
- SaleExpeditionCheckCommand constructor.
- configure() : mixed
- execute() : mixed
Properties
$bigbuyApi
protected
mixed
$bigbuyApi
$em
protected
mixed
$em
$productService
protected
mixed
$productService
$bigbuyCarriers
private
mixed
$bigbuyCarriers
= [1 => 'CHRONOPOST', 3 => 'GLS', 4 => 'SEUR', 6 => 'TNT', 10 => 'DHL', 11 => 'UPS', 12 => 'DACHSER', 13 => 'CORREOS', 14 => 'PALLETDELIVERY', 18 => 'DHLFREIGHT', 26 => 'POSTALSERVICE']
$eventDispatcher
private
EventDispatcherInterface
$eventDispatcher
Methods
__construct()
SaleExpeditionCheckCommand constructor.
public
__construct([null $name = null ][, BigbuyApi|null $bigbuyApi = null ][, ProductService|null $productService = null ][, EntityManagerInterface|null $entityManager = null ][, EventDispatcherInterface $eventDispatcher = null ]) : mixed
Parameters
- $name : null = null
- $bigbuyApi : BigbuyApi|null = null
- $productService : ProductService|null = null
- $entityManager : EntityManagerInterface|null = null
- $eventDispatcher : EventDispatcherInterface = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface