PrintSdenTicketsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class PrintSdenTicketsCommand
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
- $logSden : array<string|int, string>
- $logService : LogService|null
- $sdenService : SdenService
Methods
- __construct() : mixed
- PrintChronopostTicketsCommand constructor.
- removeStrings() : mixed
- configure() : mixed
- Configure command
- execute() : int|null
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
$logSden
private
array<string|int, string>
$logSden
$logService
private
LogService|null
$logService
$sdenService
private
SdenService
$sdenService
Methods
__construct()
PrintChronopostTicketsCommand constructor.
public
__construct([null $name = null ][, LogService|null $logService = null ][, EntityManagerInterface|null $entityManager = null ][, SdenService $sdenService = null ][, ContainerInterface|null $container = null ]) : mixed
Parameters
- $name : null = null
- $logService : LogService|null = null
- $entityManager : EntityManagerInterface|null = null
- $sdenService : SdenService = null
- $container : ContainerInterface|null = null
removeStrings()
public
removeStrings(mixed $inputString) : mixed
Parameters
- $inputString : mixed
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface