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());
    }