Logidav Docs

SaleProductSwitchEvent extends Event
in package

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

Table of Contents

Constants

NAME  = 'mz.sale.product.switch'

Properties

$newSaleProduct  : mixed
$oldSaleProduct  : mixed

Methods

__construct()  : mixed
SaleProductChangedEvent constructor.
getNewSaleProduct()  : SaleProduct
getOldSaleProduct()  : SaleProduct

Constants

Properties

Methods

__construct()

SaleProductChangedEvent constructor.

public __construct(mixed $newSaleProduct, mixed $oldSaleProduct) : mixed
Parameters
$newSaleProduct : mixed
$oldSaleProduct : mixed

        
On this page

Search results