Interface CustomerRegistrationInputValidatorServiceInterface
Interface CustomerRegistrationInputValidatorServiceInterface
Direct known implementers
Package: Customer\Interfaces
Category: System
Located at Services/Core/Customer/Interfaces/CustomerRegistrationInputValidatorServiceInterface.inc.php
Category: System
Located at Services/Core/Customer/Interfaces/CustomerRegistrationInputValidatorServiceInterface.inc.php
Methods summary
public
validateCustomerDataByArray( array $inputArray )
: boolean
Validates the entered customer data with an array of parameters.
public
validateGuestDataByArray( array $inputArray )
: boolean
Validate the entered guest data with an array of parameters.