Documentation

OrderEventListener
in package
implements EventListenerInterface

Table of Contents

Interfaces

EventListenerInterface

Methods

getEventHandlers()  : array<string|int, mixed>
returns an array of callbacks as <event name> => <callable>
saveStatusChange()  : mixed
sendPaidNotification()  : mixed
sendShipmentNotification()  : mixed

Methods

getEventHandlers()

returns an array of callbacks as <event name> => <callable>

public getEventHandlers() : array<string|int, mixed>
Return values
array<string|int, mixed>

saveStatusChange()

public saveStatusChange(Event $e) : mixed
Parameters
$e : Event

sendPaidNotification()

public sendPaidNotification(Event $e) : mixed
Parameters
$e : Event

sendShipmentNotification()

public sendShipmentNotification(Event $e) : mixed
Parameters
$e : Event

        
On this page

Search results