phpDocumentor

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

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

countryZoneSelection()

Error message for customers country zone selection error.

public countryZoneSelection() : string
Return values
string

emailAddressCheck()

Error message for customers email address check error.

public emailAddressCheck() : string
Return values
string

passwordMismatch()

Error message if customers password confirmation mismatch.

public passwordMismatch() : string
Return values
string

telephoneNumber()

Error message for customers telephone number validation error.

public telephoneNumber() : string
Return values
string

Search results