DropShipShippingCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class SaleSavStatisticsCommand
Table of Contents
Properties
- $dbConnection : mixed
- $em : EntityManagerInterface|null
- $eventDispatcher : EventDispatcherInterface|null
- $output : mixed
- $productService : ProductService|null
Methods
- __construct() : mixed
- SaleExpeditionCheckCommand constructor.
- configure() : mixed
- execute() : int|void|null
- menzzoDropshipPalimi() : void
- Ship Palimi sales
- shipCmpOrders() : mixed
- Ship Cmp orders
- shipVidaxlOrders() : mixed
- Ship vidaxl orders
Properties
$dbConnection
private
mixed
$dbConnection
$em
private
EntityManagerInterface|null
$em
$eventDispatcher
private
EventDispatcherInterface|null
$eventDispatcher
$output
private
mixed
$output
$productService
private
ProductService|null
$productService
Methods
__construct()
SaleExpeditionCheckCommand constructor.
public
__construct([null $name = null ][, BigbuyApi $bigbuyApi = null ][, ProductService|null $productService = null ][, EntityManagerInterface|null $entityManager = null ][, EventDispatcherInterface $eventDispatcher = null ]) : mixed
Parameters
- $name : null = null
- $bigbuyApi : BigbuyApi = null
- $productService : ProductService|null = null
- $entityManager : EntityManagerInterface|null = null
- $eventDispatcher : EventDispatcherInterface = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
int|void|nullmenzzoDropshipPalimi()
Ship Palimi sales
protected
menzzoDropshipPalimi() : void
shipCmpOrders()
Ship Cmp orders
protected
shipCmpOrders() : mixed
shipVidaxlOrders()
Ship vidaxl orders
protected
shipVidaxlOrders() : mixed