interface OrderEventInterface

Interface OrderEventInterface

Methods

getOrder()

No description

ArrayCollection
getProducts()

No description

getShipping()

No description

Details

at line 25
Order getOrder()

Return Value

Order

at line 30
ArrayCollection getProducts()

Return Value

ArrayCollection

at line 35
ShippingProvider getShipping()

Return Value

ShippingProvider