Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
OrderStatusHistoryRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api;
8 
19 {
27  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
28 
35  public function get($id);
36 
45 
53  public function save(\Magento\Sales\Api\Data\OrderStatusHistoryInterface $entity);
54 }
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$id
Definition: fieldset.phtml:14
$searchCriteria
save(\Magento\Sales\Api\Data\OrderStatusHistoryInterface $entity)
$entity
Definition: element.phtml:22