Smalot\Magento\Customer\Customer::create PHP Method

create() public method

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