Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OrderManagementInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api;
8 
19 {
26  public function cancel($id);
27 
35  public function getCommentsList($id);
36 
44  public function addComment($id, \Magento\Sales\Api\Data\OrderStatusHistoryInterface $statusHistory);
45 
52  public function notify($id);
53 
60  public function getStatus($id);
61 
68  public function hold($id);
69 
76  public function unHold($id);
77 
82  public function place(\Magento\Sales\Api\Data\OrderInterface $order);
83 }
$id
Definition: fieldset.phtml:14
place(\Magento\Sales\Api\Data\OrderInterface $order)
$order
Definition: order.php:55
addComment($id, \Magento\Sales\Api\Data\OrderStatusHistoryInterface $statusHistory)