Smalot\Magento\Customer\Customer::create PHP Метод

create() публичный Метод

Create a new customer.
public create ( array $customerData ) : Smalot\Magento\ActionInterface
$customerData array
Результат Smalot\Magento\ActionInterface
    public function create($customerData)
    {
        return $this->__createAction('customer.create', func_get_args());
    }