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.

public firstName( void ) : integer

Min length of customers first name.

public lastName( void ) : integer

Min length of customers last name.

public dateOfBirth( void ) : integer

Min length of customers date of birth.

public email( void ) : integer

Min length of customers email.

public street( void ) : integer

Min length of customers street.

public houseNumber( void ) : integer

Min length of customers house number.

public company( void ) : integer

Min length of customers company.

public postcode( void ) : integer

Min length of customers post code.

public city( void ) : integer

Min length of customers city.

public countryZone( void ) : integer

Min length of customers country zone.

public telephoneNumber( void ) : integer

Min length of customers telephone number.

public password( void ) : integer

Min length of customers password.