Logidav Docs

SaleProductChangedEvent extends Event
in package

The mz.sale.product.changed event is dispatched each time an order is shipped in the system.

You should not use this class any more

Tags
see
SaleProductSwitchEvent

Table of Contents

Constants

NAME  = 'mz.sale.product.changed'

Properties

$product  : Product
$saleProduct  : SaleProduct

Methods

__construct()  : mixed
SaleProductChangedEvent constructor.
getNewProduct()  : Product
getSaleProduct()  : SaleProduct

Constants

Properties

Methods

__construct()

SaleProductChangedEvent constructor.

public __construct(mixed $saleProduct, mixed $newProduct) : mixed
Parameters
$saleProduct : mixed
$newProduct : mixed

        
On this page

Search results