Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
NotifierInterface.php
Go to the documentation of this file.
1 <?php
8 
16 {
28  public function notify(
29  \Magento\Sales\Api\Data\OrderInterface $order,
31  \Magento\Sales\Api\Data\InvoiceCommentCreationInterface $comment = null,
32  $forceSyncMode = false
33  );
34 }
$order
Definition: order.php:55
$invoice
notify(\Magento\Sales\Api\Data\OrderInterface $order, \Magento\Sales\Api\Data\InvoiceInterface $invoice, \Magento\Sales\Api\Data\InvoiceCommentCreationInterface $comment=null, $forceSyncMode=false)