GenerateGeodisExpeditionTxtAndSendCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
- $productServices : ProductService
- $entityManager : EntityManagerInterface
- $glsService : mixed
- $shipmentService : ShipmentService|null
Methods
- __construct() : mixed
- ProductCommand constructor.
- configure() : mixed
- execute() : mixed
Properties
$productServices
protected
ProductService
$productServices
$entityManager
private
EntityManagerInterface
$entityManager
$glsService
private
mixed
$glsService
$shipmentService
private
ShipmentService|null
$shipmentService
Methods
__construct()
ProductCommand constructor.
public
__construct([null $name = null ][, ProductService|null $productServices = null ][, EntityManagerInterface|null $entityManager = null ][, GlsService|null $glsService = null ][, ShipmentService|null $shipmentService = null ]) : mixed
Parameters
- $name : null = null
- $productServices : ProductService|null = null
- $entityManager : EntityManagerInterface|null = null
- $glsService : GlsService|null = null
- $shipmentService : ShipmentService|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface