Logidav Docs

PrintTicketsCommand extends ContainerAwareCommand
in package
uses LockableTrait

Class PrintTicketsCommand

Table of Contents

Properties

$logService  : LogService|null
$pdfService  : PdfService
$shipmentService  : ShipmentService|null
$virService  : mixed

Methods

__construct()  : mixed
addOrderToVir()  : void
generateTicketPdfVir()  : array<string|int, mixed>
configure()  : mixed
Configure command
execute()  : int|null

Properties

Methods

addOrderToVir()

public addOrderToVir(mixed $exportFile, mixed $order, mixed $nbTotalForOrder, mixed $siret) : void
Parameters
$exportFile : mixed
$order : mixed
$nbTotalForOrder : mixed
$siret : mixed

generateTicketPdfVir()

public generateTicketPdfVir(mixed $saleProduct, mixed $order, mixed $path, mixed $colisNumber, mixed $siretVir) : array<string|int, mixed>
Parameters
$saleProduct : mixed
$order : mixed
$path : mixed
$colisNumber : mixed
$siretVir : mixed
Tags
throws
MpdfException
Return values
array<string|int, mixed>

execute()

protected execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
$input : InputInterface
$output : OutputInterface
Tags
throws
DBALException
throws
MpdfException
Return values
int|null

        
On this page

Search results