GenerateEdiTicketsCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $container : ContainerInterface|null
- $ediService : EdiService|null
- $entityManager : EntityManagerInterface|null
- $filesImportService : FilesImportService|null
- $logService : LogService|null
Methods
- __construct() : mixed
- configure() : mixed
- Configure command
- execute() : int|null
Properties
$container
private
ContainerInterface|null
$container
$ediService
private
EdiService|null
$ediService
$entityManager
private
EntityManagerInterface|null
$entityManager
$filesImportService
private
FilesImportService|null
$filesImportService
$logService
private
LogService|null
$logService
Methods
__construct()
public
__construct([mixed $name = null ][, LogService $logService = null ][, EntityManagerInterface $entityManager = null ][, ContainerInterface $container = null ][, EdiService $ediService = null ][, FilesImportService $filesImportService = null ]) : mixed
Parameters
- $name : mixed = null
- $logService : LogService = null
- $entityManager : EntityManagerInterface = null
- $container : ContainerInterface = null
- $ediService : EdiService = null
- $filesImportService : FilesImportService = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface