SaleProductQtyChangedEvent
extends Event
in package
The mz.sale.product.qty.changed event is dispatched each time a sale product qty is changed
Table of Contents
Constants
- NAME = 'mz.sale.product.qty.changed'
- Event name
Properties
Methods
- __construct() : mixed
- SaleProductQtyChangedEvent constructor.
- getSaleProduct() : SaleProduct
Constants
NAME
Event name
public
mixed
NAME
= 'mz.sale.product.qty.changed'
Properties
$saleProduct
private
SaleProduct
$saleProduct
Methods
__construct()
SaleProductQtyChangedEvent constructor.
public
__construct(mixed $saleProduct) : mixed
Parameters
- $saleProduct : mixed
getSaleProduct()
public
getSaleProduct() : SaleProduct