PrintTicketsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class PrintTicketsCommand
Table of Contents
Properties
- $idfService : IdfService
- $logService : LogService|null
- $pdfService : PdfService
- $shipmentService : ShipmentService|null
Methods
- __construct() : mixed
- generateTicketPdfIdf() : array<string|int, mixed>
- configure() : mixed
- Configure command
- execute() : int|null
Properties
$idfService
private
IdfService
$idfService
$logService
private
LogService|null
$logService
$pdfService
private
PdfService
$pdfService
$shipmentService
private
ShipmentService|null
$shipmentService
Methods
__construct()
public
__construct([null $name = null ][, IdfService|null $idfService = null ][, ShipmentService|null $shipmentService = null ]) : mixed
Parameters
- $name : null = null
- $idfService : IdfService|null = null
- $shipmentService : ShipmentService|null = null
generateTicketPdfIdf()
public
generateTicketPdfIdf(mixed $saleProduct, mixed $order, mixed $path, mixed $colisNumber) : array<string|int, mixed>
Parameters
- $saleProduct : mixed
- $order : mixed
- $path : mixed
- $colisNumber : mixed
Tags
Return values
array<string|int, mixed>configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface