phpDocumentor

CustomerInputValidatorSettingsInterface

Value Object.

Interface CustomerInputValidatorSettingsInterface

CustomerInputValidatorSettings stores all min length values and error messages for registration form validation.

Tags
category

System

subpackage

Interfaces

Table of Contents

getAcceptPrivacy()  : bool
Retrieves state value of displaying privacy checkbox
getCallNumberMaxLength()  : int
Returns the maximum required call number character length.
getCityErrorMessage()  : string
Returns a city error message.
getCityMaxLength()  : int
Returns the maximum required city character length.
getCityMinLength()  : int
Returns the minimum required city character length.
getCompanyErrorMessage()  : string
Returns a company error message.
getCompanyMaxLength()  : int
Returns the maximum required company character length.
getCompanyMinLength()  : int
Returns the minimum required company character length.
getCountryErrorMessage()  : string
Returns a country error message.
getCountryZoneErrorMessage()  : string
Returns a country zone error message.
getCountryZoneMaxLength()  : int
Returns the maximum required country zone character length.
getCountryZoneMinLength()  : int
Returns the minimum required country zone character length.
getCountryZoneSelectionErrorMessage()  : string
Returns a country zone selection error message.
getDateOfBirthErrorMessage()  : string
Returns a date of birth error message.
getDateOfBirthMinLength()  : int
Returns the minimum required date of birth character length.
getDisplayCompany()  : bool
Retrieves state value of company displaying.
getDisplayCountryZone()  : bool
Retrieves state value of country displaying.
getDisplayDateOfBirth()  : bool
Retrieves state value of date of birth displaying.
getDisplayFax()  : bool
Retrieves state value of fax displaying
getDisplayGender()  : bool
Retrieves state value of gender displaying.
getDisplaySuburb()  : bool
Retrieves state value of suburb displaying
getDisplayTelephone()  : bool
Retrieves state value of telephone number displaying
getEmailAddressCheckErrorMessage()  : string
Returns an email address check error message.
getEmailConfirmationErrorMessage()  : string
Returns an email confirmation error message.
getEmailErrorMessage()  : string
Returns an email error message.
getEmailExistsErrorMessage()  : string
Returns an email exists error message.
getEmailMinLength()  : int
Returns the minimum required email character length.
getFirstnameErrorMessage()  : string
Returns a first name error message.
getFirstnameMaxLength()  : int
Returns the maximum required first name character length.
getFirstnameMinLength()  : int
Returns the minimum required first name character length.
getGenderErrorMessage()  : string
Returns a gender error message.
getInvalidInputErrorMessage()  : string
Returns an invalid input error message.
getLastnameErrorMessage()  : string
Returns a last name error message.
getLastnameMaxLength()  : int
Returns the maximum required last name character length.
getLastnameMinLength()  : int
Returns the minimum required last name character length.
getPasswordErrorMessage()  : string
Returns a password error message.
getPasswordMinLength()  : int
Returns the minimum required password character length.
getPasswordMismatchErrorMessage()  : string
Returns a password mismatch error message.
getPostcodeErrorMessage()  : string
Returns a post code error message.
getPostcodeMaxLength()  : int
Returns the maximum required post code character length.
getPostcodeMinLength()  : int
Returns the minimum required post code character length.
getPrivacyErrorMessage()  : string
Returns a privacy not accepted error message.
getStreetErrorMessage()  : string
Returns a street error message.
getStreetMaxLength()  : int
Returns the maximum required street character length.
getStreetMinLength()  : int
Returns the minimum required street character length.
getSuburbMaxLength()  : int
Returns the maximum required suburb character length.
getTelephoneNumberErrorMessage()  : string
Returns a telephone number error message.
getTelephoneNumberMinLength()  : int
Returns the minimum required telephone number character length.
getVatNumberErrorMessage()  : string
Returns a VAT number error message.
getVatNumberMaxLength()  : int
Returns the maximum required VAT number character length.
isGenderMandatory()  : bool
isNamesOptional()  : bool
isStreetInformationenSplit()  : bool
Returns true if street and house number is split
isThirdGenerationTemplate()  : bool
Returns true if street and house number is split

Methods

getCallNumberMaxLength()

Returns the maximum required call number character length.

public getCallNumberMaxLength() : int
Return values
int

Maximum required call number character length.

getCountryZoneMaxLength()

Returns the maximum required country zone character length.

public getCountryZoneMaxLength() : int
Return values
int

Maximum required country zone character length.

getCountryZoneMinLength()

Returns the minimum required country zone character length.

public getCountryZoneMinLength() : int
Return values
int

Minimum required country zone character length.

getCountryZoneSelectionErrorMessage()

Returns a country zone selection error message.

public getCountryZoneSelectionErrorMessage() : string
Return values
string

Country zone selection error message.

getDateOfBirthMinLength()

Returns the minimum required date of birth character length.

public getDateOfBirthMinLength() : int
Return values
int

Minimum required date of birth character length.

getEmailAddressCheckErrorMessage()

Returns an email address check error message.

public getEmailAddressCheckErrorMessage() : string
Return values
string

Email address check error message.

getEmailConfirmationErrorMessage()

Returns an email confirmation error message.

public getEmailConfirmationErrorMessage() : string
Return values
string

Email confirmation error message.

getFirstnameMaxLength()

Returns the maximum required first name character length.

public getFirstnameMaxLength() : int
Return values
int

Maximum required first name character length.

getFirstnameMinLength()

Returns the minimum required first name character length.

public getFirstnameMinLength() : int
Return values
int

Minimum required first name character length.

getLastnameMaxLength()

Returns the maximum required last name character length.

public getLastnameMaxLength() : int
Return values
int

Maximum required last name character length.

getLastnameMinLength()

Returns the minimum required last name character length.

public getLastnameMinLength() : int
Return values
int

Minimum required last name character length.

getPasswordMinLength()

Returns the minimum required password character length.

public getPasswordMinLength() : int
Return values
int

Minimum required password character length.

getPasswordMismatchErrorMessage()

Returns a password mismatch error message.

public getPasswordMismatchErrorMessage() : string
Return values
string

Password mismatch error message.

getPostcodeMaxLength()

Returns the maximum required post code character length.

public getPostcodeMaxLength() : int
Return values
int

Maximum required post code character length.

getPostcodeMinLength()

Returns the minimum required post code character length.

public getPostcodeMinLength() : int
Return values
int

Minimum required post code character length.

getTelephoneNumberErrorMessage()

Returns a telephone number error message.

public getTelephoneNumberErrorMessage() : string
Return values
string

Telephone number error message.

getTelephoneNumberMinLength()

Returns the minimum required telephone number character length.

public getTelephoneNumberMinLength() : int
Return values
int

Minimum required telephone number character length.

getVatNumberMaxLength()

Returns the maximum required VAT number character length.

public getVatNumberMaxLength() : int
Return values
int

Maximum required VAT number character length.

Search results