PrintTamdisTicketsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class PrintTamdisTicketsCommand
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
- $logService : LogService|null
- $shipmentService : ShipmentService|null
- $tamdisService : TamdisService|null
- $trackingCodeService : TrackingCodeService
Methods
- __construct() : mixed
- configure() : mixed
- Configure command
- execute() : void
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
$logService
private
LogService|null
$logService
$shipmentService
private
ShipmentService|null
$shipmentService
$tamdisService
private
TamdisService|null
$tamdisService
$trackingCodeService
private
TrackingCodeService
$trackingCodeService
Methods
__construct()
public
__construct([mixed $name = null ][, LogService|null $logService = null ][, EntityManagerInterface|null $entityManager = null ][, TamdisService|null $tamdisService = null ][, ContainerInterface|null $container = null ][, TrackingCodeService|null $trackingCodeService = null ][, ShipmentService $shipmentService = null ]) : mixed
Parameters
- $name : mixed = null
- $logService : LogService|null = null
- $entityManager : EntityManagerInterface|null = null
- $tamdisService : TamdisService|null = null
- $container : ContainerInterface|null = null
- $trackingCodeService : TrackingCodeService|null = null
- $shipmentService : ShipmentService = null
configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : void
Parameters
- $input : InputInterface
- $output : OutputInterface