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