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