SaleProductsIdfAppointmentFixedEvent
extends Event
in package
The mz.sale.products.idf.appointment.fixed event is dispatched each time an idf sale product has an appointment in the system.
Table of Contents
Constants
- NAME = 'mz.sale.products.idf.appointment.fixed'
Properties
- $saleProducts : mixed
- $shippingAt : mixed
- $shippingAtTime : mixed
- $shippingToTime : mixed
- $trackingId : mixed
Methods
- __construct() : mixed
- SaleProductsIdfAppointmentFixedEvent constructor.
- getSaleProducts() : mixed
- getShippingAt() : mixed
- getShippingAtTime() : mixed
- getShippingToTime() : mixed
- getTrackingId() : mixed
- setShippingAt() : mixed
- setShippingAtTime() : mixed
- setShippingToTime() : mixed
- setTrackingId() : mixed
Constants
NAME
public
mixed
NAME
= 'mz.sale.products.idf.appointment.fixed'
Properties
$saleProducts
protected
mixed
$saleProducts
Tags
$shippingAt
protected
mixed
$shippingAt
Tags
$shippingAtTime
protected
mixed
$shippingAtTime
Tags
$shippingToTime
protected
mixed
$shippingToTime
Tags
$trackingId
protected
mixed
$trackingId
Tags
Methods
__construct()
SaleProductsIdfAppointmentFixedEvent constructor.
public
__construct(mixed $saleProducts) : mixed
Parameters
- $saleProducts : mixed
getSaleProducts()
public
getSaleProducts() : mixed
getShippingAt()
public
getShippingAt() : mixed
getShippingAtTime()
public
getShippingAtTime() : mixed
getShippingToTime()
public
getShippingToTime() : mixed
getTrackingId()
public
getTrackingId() : mixed
setShippingAt()
public
setShippingAt(mixed $shippingAt) : mixed
Parameters
- $shippingAt : mixed
setShippingAtTime()
public
setShippingAtTime(mixed $shippingAtTime) : mixed
Parameters
- $shippingAtTime : mixed
setShippingToTime()
public
setShippingToTime(mixed $shippingToTime) : mixed
Parameters
- $shippingToTime : mixed
setTrackingId()
public
setTrackingId(mixed $trackingId) : mixed
Parameters
- $trackingId : mixed