Class CustomerMinLengthSettings
Class CustomerMinLengthSettings
Methods summary
public
|
#
__construct( IntType $firstName, IntType $lastName, IntType $dateOfBirth, IntType $email, IntType $street, IntType $houseNumber, IntType $company, IntType $postcode, IntType $city, IntType $countryZone, IntType $telephoneNumber, IntType $password )
CustomerMinLengthSettings constructor.
CustomerMinLengthSettings constructor.
Parameters
- $firstName
- Min length of customers first name.
- $lastName
- Min length of customers last name.
- $dateOfBirth
- Min length of customers date of birth.
- $email
- Min length of customers email.
- $street
- Min length of customers street.
- $houseNumber
- Min length of customers house number.
- $company
- Min length of customers company.
- $postcode
- Min length of customers post code.
- $city
- Min length of customers city.
- $countryZone
- Min length of customers country zone.
- $telephoneNumber
- Min length of customers telephone number.
- $password
- Min length of customers password.
|
public
integer
|
#
firstName( )
Min length of customers first name.
Min length of customers first name.
Returns
integer
|
public
integer
|
#
lastName( )
Min length of customers last name.
Min length of customers last name.
Returns
integer
|
public
integer
|
#
dateOfBirth( )
Min length of customers date of birth.
Min length of customers date of birth.
Returns
integer
|
public
integer
|
#
email( )
Min length of customers email.
Min length of customers email.
Returns
integer
|
public
integer
|
#
street( )
Min length of customers street.
Min length of customers street.
Returns
integer
|
public
integer
|
#
houseNumber( )
Min length of customers house number.
Min length of customers house number.
Returns
integer
|
public
integer
|
#
company( )
Min length of customers company.
Min length of customers company.
Returns
integer
|
public
integer
|
#
postcode( )
Min length of customers post code.
Min length of customers post code.
Returns
integer
|
public
integer
|
#
city( )
Min length of customers city.
Min length of customers city.
Returns
integer
|
public
integer
|
#
countryZone( )
Min length of customers country zone.
Min length of customers country zone.
Returns
integer
|
public
integer
|
#
telephoneNumber( )
Min length of customers telephone number.
Min length of customers telephone number.
Returns
integer
|
public
integer
|
#
password( )
Min length of customers password.
Min length of customers password.
Returns
integer
|