CustomerErrorMessageSettings

Class CustomerSettingErrorMessages

package

Default

Methods

CustomerSettingErrorMessages constructor.

__construct(\StringType $gender, \StringType $firstName, \StringType $lastName, \StringType $dateOfBirth, \StringType $company, \StringType $vatNumber, \StringType $email, \StringType $emailAddressCheck, \StringType $emailConfirmation, \StringType $emailExists, \StringType $street, \StringType $houseNumber, \StringType $postcode, \StringType $city, \StringType $country, \StringType $countryZone, \StringType $countryZoneSelection, \StringType $telephoneNumber, \StringType $password, \StringType $passwordMismatch, \StringType $privacy, \StringType $invalidInput) 

Arguments

$gender

\StringType

Error message for customers gender validation error.

$firstName

\StringType

Error message for customers first name validation error.

$lastName

\StringType

Error message for customers last name validation error.

$dateOfBirth

\StringType

Error message for customers date of birth validation error.

$company

\StringType

Error message for customers company validation error.

$vatNumber

\StringType

Error message for customers vat number validation error.

$email

\StringType

Error message for customers email validation error.

$emailAddressCheck

\StringType

Error message for customers email address check error.

$emailConfirmation

\StringType

Error message for customers email confirmation error.

$emailExists

\StringType

Error message if customers email already exist.

$street

\StringType

Error message for customers street validation error.

$houseNumber

\StringType

Error message for customers house number validation error.

$postcode

\StringType

Error message for customers post code validation error.

$city

\StringType

Error message for customers city validation error.

$country

\StringType

Error message for customers country validation error.

$countryZone

\StringType

Error message for customers country zone validation error.

$countryZoneSelection

\StringType

Error message for customers country zone selection error.

$telephoneNumber

\StringType

Error message for customers telephone number validation error.

$password

\StringType

Error message for customers password validation error.

$passwordMismatch

\StringType

Error message if customers password confirmation mismatch.

$privacy

\StringType

Error message for customers privacy validation error.

$invalidInput

\StringType

Error message for invalid input.

Error message for customers city validation error.

city() : string

Response

string

Error message for customers company validation error.

company() : string

Response

string

Error message for customers country validation error.

country() : string

Response

string

Error message for customers country zone validation error.

countryZone() : string

Response

string

Error message for customers country zone selection error.

countryZoneSelection() : string

Response

string

Error message for customers date of birth validation error.

dateOfBirth() : string

Response

string

Error message for customers email validation error.

email() : string

Response

string

Error message for customers email address check error.

emailAddressCheck() : string

Response

string

Error message for customers email confirmation error.

emailConfirmation() : string

Response

string

Error message if customers email already exist.

emailExists() : string

Response

string

Error message for customers first name validation error.

firstName() : string

Response

string

Error message for customers gender validation error.

gender() : string

Response

string

Error message for customers house number validation error.

houseNumber() : string

Response

string

Error message for invalid input.

invalidInput() : string

Response

string

Error message for customers last name validation error.

lastName() : string

Response

string

Error message for customers password validation error.

password() : string

Response

string

Error message if customers password confirmation mismatch.

passwordMismatch() : string

Response

string

Error message for customers post code validation error.

postcode() : string

Response

string

Error message for customers privacy validation error.

privacy() : string

Response

string

Error message for customers street validation error.

street() : string

Response

string

Error message for customers telephone number validation error.

telephoneNumber() : string

Response

string

Error message for customers vat number validation error.

vatNumber() : string

Response

string

Properties