Smalot\Magento\Customer\Customer::create PHP Méthode

create() public méthode

Create a new customer.
public create ( array $customerData ) : Smalot\Magento\ActionInterface
$customerData array
Résultat Smalot\Magento\ActionInterface
    public function create($customerData)
    {
        return $this->__createAction('customer.create', func_get_args());
    }