PrintGlsTicketsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class PrintGlsTicketsCommand
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
- $glsService : GlsService
- $logService : LogService|null
- $trackingCodeService : TrackingCodeService
Methods
- __construct() : mixed
- PrintChronopostTicketsCommand constructor.
- configure() : mixed
- Configure command
- execute() : int|null
- addSpacesBeforeUppercase() : mixed
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
$glsService
private
GlsService
$glsService
$logService
private
LogService|null
$logService
$trackingCodeService
private
TrackingCodeService
$trackingCodeService
Methods
__construct()
PrintChronopostTicketsCommand constructor.
public
__construct([null $name = null ][, LogService|null $logService = null ][, EntityManagerInterface|null $entityManager = null ][, GlsService|null $glsService = null ][, ContainerInterface|null $container = null ][, TrackingCodeService $trackingCodeService = null ]) : mixed
Parameters
- $name : null = null
- $logService : LogService|null = null
- $entityManager : EntityManagerInterface|null = null
- $glsService : GlsService|null = null
- $container : ContainerInterface|null = null
- $trackingCodeService : TrackingCodeService = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface
Tags
Return values
int|nulladdSpacesBeforeUppercase()
private
addSpacesBeforeUppercase(mixed $input) : mixed
Parameters
- $input : mixed