CustomerErrorMessageSettings
in package
Class CustomerSettingErrorMessages
Table of Contents
- $city : string
- $company : string
- $country : string
- $countryZone : string
- $countryZoneSelection : string
- $dateOfBirth : string
- $email : string
- $emailAddressCheck : string
- $emailConfirmation : string
- $emailExists : string
- $firstName : string
- $gender : string
- $houseNumber : string
- $invalidInput : string
- $lastName : string
- $password : string
- $passwordMismatch : string
- $postcode : string
- $privacy : string
- $street : string
- $telephoneNumber : string
- $vatNumber : string
- __construct() : mixed
- CustomerSettingErrorMessages constructor.
- city() : string
- Error message for customers city validation error.
- company() : string
- Error message for customers company validation error.
- country() : string
- Error message for customers country validation error.
- countryZone() : string
- Error message for customers country zone validation error.
- countryZoneSelection() : string
- Error message for customers country zone selection error.
- dateOfBirth() : string
- Error message for customers date of birth validation error.
- email() : string
- Error message for customers email validation error.
- emailAddressCheck() : string
- Error message for customers email address check error.
- emailConfirmation() : string
- Error message for customers email confirmation error.
- emailExists() : string
- Error message if customers email already exist.
- firstName() : string
- Error message for customers first name validation error.
- gender() : string
- Error message for customers gender validation error.
- houseNumber() : string
- Error message for customers house number validation error.
- invalidInput() : string
- Error message for invalid input.
- lastName() : string
- Error message for customers last name validation error.
- password() : string
- Error message for customers password validation error.
- passwordMismatch() : string
- Error message if customers password confirmation mismatch.
- postcode() : string
- Error message for customers post code validation error.
- privacy() : string
- Error message for customers privacy validation error.
- street() : string
- Error message for customers street validation error.
- telephoneNumber() : string
- Error message for customers telephone number validation error.
- vatNumber() : string
- Error message for customers vat number validation error.
Properties
$city
private
string
$city
$company
private
string
$company
$country
private
string
$country
$countryZone
private
string
$countryZone
$countryZoneSelection
private
string
$countryZoneSelection
$dateOfBirth
private
string
$dateOfBirth
private
string
$email
$emailAddressCheck
private
string
$emailAddressCheck
$emailConfirmation
private
string
$emailConfirmation
$emailExists
private
string
$emailExists
$firstName
private
string
$firstName
$gender
private
string
$gender
$houseNumber
private
string
$houseNumber
$invalidInput
private
string
$invalidInput
$lastName
private
string
$lastName
$password
private
string
$password
$passwordMismatch
private
string
$passwordMismatch
$postcode
private
string
$postcode
$privacy
private
string
$privacy
$street
private
string
$street
$telephoneNumber
private
string
$telephoneNumber
$vatNumber
private
string
$vatNumber
Methods
__construct()
CustomerSettingErrorMessages constructor.
public
__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) : mixed
Parameters
- $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.
Return values
mixed —city()
Error message for customers city validation error.
public
city() : string
Return values
string —company()
Error message for customers company validation error.
public
company() : string
Return values
string —country()
Error message for customers country validation error.
public
country() : string
Return values
string —countryZone()
Error message for customers country zone validation error.
public
countryZone() : string
Return values
string —countryZoneSelection()
Error message for customers country zone selection error.
public
countryZoneSelection() : string
Return values
string —dateOfBirth()
Error message for customers date of birth validation error.
public
dateOfBirth() : string
Return values
string —email()
Error message for customers email validation error.
public
email() : string
Return values
string —emailAddressCheck()
Error message for customers email address check error.
public
emailAddressCheck() : string
Return values
string —emailConfirmation()
Error message for customers email confirmation error.
public
emailConfirmation() : string
Return values
string —emailExists()
Error message if customers email already exist.
public
emailExists() : string
Return values
string —firstName()
Error message for customers first name validation error.
public
firstName() : string
Return values
string —gender()
Error message for customers gender validation error.
public
gender() : string
Return values
string —houseNumber()
Error message for customers house number validation error.
public
houseNumber() : string
Return values
string —invalidInput()
Error message for invalid input.
public
invalidInput() : string
Return values
string —lastName()
Error message for customers last name validation error.
public
lastName() : string
Return values
string —password()
Error message for customers password validation error.
public
password() : string
Return values
string —passwordMismatch()
Error message if customers password confirmation mismatch.
public
passwordMismatch() : string
Return values
string —postcode()
Error message for customers post code validation error.
public
postcode() : string
Return values
string —privacy()
Error message for customers privacy validation error.
public
privacy() : string
Return values
string —street()
Error message for customers street validation error.
public
street() : string
Return values
string —telephoneNumber()
Error message for customers telephone number validation error.
public
telephoneNumber() : string
Return values
string —vatNumber()
Error message for customers vat number validation error.
public
vatNumber() : string