Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
InvoiceRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Sales\Api;
7 
16 {
27  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
28 
34  public function create();
35 
42  public function get($id);
43 
50  public function delete(\Magento\Sales\Api\Data\InvoiceInterface $entity);
51 
58  public function save(\Magento\Sales\Api\Data\InvoiceInterface $entity);
59 }
$id
Definition: fieldset.phtml:14
save(\Magento\Sales\Api\Data\InvoiceInterface $entity)
$searchCriteria
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$entity
Definition: element.phtml:22