Registry /
other / magenxcommerce-module-customer
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Customer
✓ use MagenXCommerce\ModuleCustomer\Model\Customer;
Creates a new customer instance and sets/gets a name.
use MagenXCommerce\ModuleCustomer\Model\Customer;
$customer = new Customer();
$customer->setName('John Doe');
echo $customer->getName();
Debug
Known issues
No known issues recorded.
Upgrade
Version history
103.0.3latest on Packagist
Audit
Dependencies
No dependency data recorded yet.