SaleProductsShippedEvent
extends Event
in package
The mz.sale.products.shipped event is dispatched each time an order is shipped in the system.
Table of Contents
Constants
- NAME = 'mz.sale.products.shipped'
Properties
- $notifyCustomer : bool
- $saleProducts : mixed
Methods
- __construct() : mixed
- canNotifyCustomer() : bool|mixed
- getSaleProducts() : mixed
Constants
NAME
public
mixed
NAME
= 'mz.sale.products.shipped'
Properties
$notifyCustomer
protected
bool
$notifyCustomer
= true
$saleProducts
protected
mixed
$saleProducts
Methods
__construct()
public
__construct(mixed $saleProducts[, mixed $notifyCustomer = true ]) : mixed
Parameters
- $saleProducts : mixed
- $notifyCustomer : mixed = true
canNotifyCustomer()
public
canNotifyCustomer() : bool|mixed
Return values
bool|mixedgetSaleProducts()
public
getSaleProducts() : mixed