CreateAccountProcess

Extends \AbstractCreateAccountProcess

Class CreateAccountProcess

category

System

package

Extensions

subpackage

Customers

Methods

__construct

__construct(\CustomerWriteServiceInterface $customerWriteService, \CountryServiceInterface $countryService, \econda $econda = null) 
inherited

Arguments

$customerWriteService

\CustomerWriteServiceInterface

$countryService

\CountryServiceInterface

$econda

\econda

proceedGuest

proceedGuest(\KeyValueCollection $customerCollection) 
inherited
deprecated

guest accounts can now be created by passing a $customerCollection w/o password to proceedRegistree()

Throws
\InvalidCustomerDataException

Arguments

$customerCollection

\KeyValueCollection

proceedRegistree

proceedRegistree(\KeyValueCollection $customerCollection, \GMLogoManager $logoManager) 
inherited
Throws
\InvalidCustomerDataException

Arguments

$customerCollection

\KeyValueCollection

$logoManager

\GMLogoManager

Properties