phpDocumentor

CreateAccountProcess extends AbstractCreateAccountProcess
in package

Class CreateAccountProcess

Tags
category

System

subpackage

Customers

Table of Contents

$countryService  : CountryService
$customerCollection  : KeyValueCollection
$customerWriteService  : CustomerService
$econda  : econda
$giftCode  : string
__construct()  : mixed
proceedGuest()  : mixed
proceedRegistree()  : mixed
_buildMailDataArray()  : array<string|int, mixed>
_createAddressBlock()  : AddressBlock
_formatDateOfBirth()  : string
_getSignUpCouponCollection()  : KeyValueCollection
_login()  : mixed
_prepareCustomerArray()  : mixed
_proceedMail()  : mixed
_proceedTracking()  : mixed
_proceedVoucher()  : mixed
_saveGuest()  : mixed
_saveRegistree()  : mixed
_sendMail()  : mixed
_validateGuest()  : mixed
_validateRegistree()  : bool

Properties

Methods

_buildMailDataArray()

protected _buildMailDataArray(GMLogoManager $logoManager) : array<string|int, mixed>
Parameters
$logoManager : GMLogoManager
Return values
array<string|int, mixed>

_formatDateOfBirth()

protected _formatDateOfBirth(string $p_dateOfBirth) : string
Parameters
$p_dateOfBirth : string
Return values
string

YYYY-MM-DD or ''

_proceedMail()

protected _proceedMail(GMLogoManager $logoManager) : mixed
Parameters
$logoManager : GMLogoManager
Return values
mixed

_saveGuest()

protected _saveGuest() : mixed
Tags
deprecated

guest accounts can be created by _saveRegistree() if $customerCollection does not contain a password

Return values
mixed

_sendMail()

protected _sendMail(array<string|int, mixed> $mailDataArray) : mixed
Parameters
$mailDataArray : array<string|int, mixed>
Return values
mixed

_validateRegistree()

protected _validateRegistree() : bool
Return values
bool

true if account will be created as guest account

Search results