Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (CustomerFactory $customerFactory, CustomerSecureFactory $customerSecureFactory, StoreManagerInterface $storeManager) | |
push (Customer $customer) | |
Data Fields | |
const | REGISTRY_SEPARATOR = ':' |
Protected Member Functions | |
getEmailKey ($customerEmail, $websiteId) | |
Registry for \Magento\Customer\Model\Customer
Definition at line 17 of file CustomerRegistry.php.
__construct | ( | CustomerFactory | $customerFactory, |
CustomerSecureFactory | $customerSecureFactory, | ||
StoreManagerInterface | $storeManager | ||
) |
Constructor
CustomerFactory | $customerFactory | |
CustomerSecureFactory | $customerSecureFactory | |
StoreManagerInterface | $storeManager |
Definition at line 58 of file CustomerRegistry.php.
|
protected |
Create registry key
string | $customerEmail | |
string | $websiteId |
Definition at line 214 of file CustomerRegistry.php.
push | ( | Customer | $customer | ) |
Replace existing customer model with a new one.
Customer | $customer |
Definition at line 225 of file CustomerRegistry.php.
const REGISTRY_SEPARATOR = ':' |
Definition at line 19 of file CustomerRegistry.php.