Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CreditmemoCommentRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api;
8 
20 {
27  public function get($id);
28 
38  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
39 
48 
56  public function save(\Magento\Sales\Api\Data\CreditmemoCommentInterface $entity);
57 }
$id
Definition: fieldset.phtml:14
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$searchCriteria
save(\Magento\Sales\Api\Data\CreditmemoCommentInterface $entity)
$entity
Definition: element.phtml:22