Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
RuleRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\SalesRule\Api;
7 
15 {
25  public function save(\Magento\SalesRule\Api\Data\RuleInterface $rule);
26 
35  public function getById($ruleId);
36 
48  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
49 
58  public function deleteById($ruleId);
59 }
$searchCriteria
save(\Magento\SalesRule\Api\Data\RuleInterface $rule)
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)