AbstractCreateAccountProcess
in package
Class AbstractCreateAccountProcess
Tags
Table of Contents
- $countryService : CountryService
- $customerCollection : KeyValueCollection
- $customerWriteService : CustomerService
- $econda : econda
- __construct() : mixed
- proceedGuest() : mixed
- proceedRegistree() : mixed
- _login() : mixed
- _proceedMail() : mixed
- _proceedTracking() : mixed
- _proceedVoucher() : mixed
- _saveGuest() : mixed
- _saveRegistree() : mixed
- _validateGuest() : mixed
- _validateRegistree() : mixed
Properties
$countryService
protected
CountryService
$countryService
$customerCollection
protected
KeyValueCollection
$customerCollection
$customerWriteService
protected
CustomerService
$customerWriteService
$econda
protected
econda
$econda
Tags
Methods
__construct()
public
__construct(CustomerWriteServiceInterface $customerWriteService, CountryServiceInterface $countryService[, econda $econda = null ]) : mixed
Parameters
- $customerWriteService : CustomerWriteServiceInterface
- $countryService : CountryServiceInterface
- $econda : econda = null
Return values
mixed —proceedGuest()
public
proceedGuest(KeyValueCollection $customerCollection) : mixed
Parameters
- $customerCollection : KeyValueCollection
Tags
Return values
mixed —proceedRegistree()
public
proceedRegistree(KeyValueCollection $customerCollection, GMLogoManager $logoManager) : mixed
Parameters
- $customerCollection : KeyValueCollection
- $logoManager : GMLogoManager
Tags
Return values
mixed —_login()
protected
abstract _login() : mixed
Return values
mixed —_proceedMail()
protected
abstract _proceedMail(GMLogoManager $logoManager) : mixed
Parameters
- $logoManager : GMLogoManager
Return values
mixed —_proceedTracking()
protected
abstract _proceedTracking() : mixed
Return values
mixed —_proceedVoucher()
protected
abstract _proceedVoucher() : mixed
Return values
mixed —_saveGuest()
protected
abstract _saveGuest() : mixed
Return values
mixed —_saveRegistree()
protected
abstract _saveRegistree() : mixed
Return values
mixed —_validateGuest()
protected
abstract _validateGuest() : mixed
Tags
Return values
mixed —_validateRegistree()
protected
abstract _validateRegistree() : mixed