Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CheckoutAgreementsRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 
14 {
22  public function get($id, $storeId = null);
23 
31  public function getList();
32 
42  public function save(\Magento\CheckoutAgreements\Api\Data\AgreementInterface $data, $storeId = null);
43 
52 
61  public function deleteById($id);
62 }
$id
Definition: fieldset.phtml:14
save(\Magento\CheckoutAgreements\Api\Data\AgreementInterface $data, $storeId=null)