SaleProductsAfterTicketPrintedEvent
extends Event
Table of Contents
Constants
-
NAME
= 'mz.sale.products.after.ticket.printed'
Properties
-
$shipments
: mixed
Methods
-
__construct()
: mixed
-
getShipments()
: mixed
-
setShipments()
: void
NAME
public
mixed
NAME
= 'mz.sale.products.after.ticket.printed'
$shipments
private
mixed
$shipments
__construct()
public
__construct(array<string|int, SaleProductShipment> $shipments) : mixed
Parameters
-
$shipments
: array<string|int, SaleProductShipment>
-
getShipments()
public
getShipments() : mixed
setShipments()
public
setShipments(mixed $shipments) : void
Parameters
-
$shipments
: mixed
-