CustomerAccountInputValidatorInterface
in
Interface CustomerAccountInputValidatorInterface
Tags
Table of Contents
- validateByArray() : int
- Validates the customer account input with a given array.
Methods
validateByArray()
Validates the customer account input with a given array.
public
validateByArray(array<string|int, mixed> $inputArray, CustomerInterface $customer) : int
Parameters
- $inputArray : array<string|int, mixed>
-
Input data.
- $customer : CustomerInterface
-
Customer data.
Return values
int —The error status of the validation.