Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (array $senders=[]) | |
notify (\Magento\Sales\Api\Data\OrderInterface $order, \Magento\Sales\Api\Data\InvoiceInterface $invoice, \Magento\Sales\Api\Data\InvoiceCommentCreationInterface $comment=null, $forceSyncMode=false) | |
__construct | ( | array | $senders = [] | ) |
notify | ( | \Magento\Sales\Api\Data\OrderInterface | $order, |
\Magento\Sales\Api\Data\InvoiceInterface | $invoice, | ||
\Magento\Sales\Api\Data\InvoiceCommentCreationInterface | $comment = null , |
||
$forceSyncMode = false |
|||
) |
{Notifies customer.
\Magento\Sales\Api\Data\OrderInterface | $order | |
\Magento\Sales\Api\Data\InvoiceInterface | $invoice | |
\Magento\Sales\Api\Data\InvoiceCommentCreationInterface | null | $comment | |
bool | $forceSyncMode |
Implements NotifierInterface.
Definition at line 33 of file Notifier.php.