Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CustomerPersistenceInterface.php
Go to the documentation of this file.
1 <?php
7 
12 {
24  public function save(\Magento\Customer\Api\Data\CustomerInterface $customer);
25 
36  public function get($email, $websiteId = null);
37 
48  public function getById($id, $websiteId = null);
49 
59  public function delete($id);
60 }
$customer
Definition: customers.php:11
$email
Definition: details.phtml:13
$id
Definition: fieldset.phtml:14
save(\Magento\Customer\Api\Data\CustomerInterface $customer)