Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AddressRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Customer\Api;
8 
15 {
23  public function save(\Magento\Customer\Api\Data\AddressInterface $address);
24 
32  public function getById($addressId);
33 
41  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
42 
51 
60  public function deleteById($addressId);
61 }
$searchCriteria
$address
Definition: customer.php:38
save(\Magento\Customer\Api\Data\AddressInterface $address)
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)