Documentation

CustomerInputToCollectionTransformer
in package

Class CustomerInputToCollectionTransformer

Tags
category

System

subpackage

Customers

Table of Contents

getGuestCollectionFromInputArray()  : EditableKeyValueCollection
getRegistreeCollectionFromInputArray()  : EditableKeyValueCollection
_getCustomerAddonValuesFromInputArray()  : EditableKeyValueCollection
Add the addon values to the customer collection.
_getCustomerCollectionFromInputArray()  : EditableKeyValueCollection

Methods

_getCustomerAddonValuesFromInputArray()

Add the addon values to the customer collection.

protected _getCustomerAddonValuesFromInputArray(array<string|int, mixed> $inputArray) : EditableKeyValueCollection

Overload this method to extract your additional customer's data from the given input array ($_POST) to consider them while validation and registration process.

Parameters
$inputArray : array<string|int, mixed>
Return values
EditableKeyValueCollection

Search results