CustomerMinLengthSettings
in package
Class CustomerMinLengthSettings
Table of Contents
- $city : int
- $company : int
- $countryZone : int
- $dateOfBirth : int
- $email : int
- $firstName : int
- $houseNumber : int
- $lastName : int
- $password : int
- $postcode : int
- $street : int
- $telephoneNumber : int
- __construct() : mixed
- CustomerMinLengthSettings constructor.
- city() : int
- Min length of customers city.
- company() : int
- Min length of customers company.
- countryZone() : int
- Min length of customers country zone.
- dateOfBirth() : int
- Min length of customers date of birth.
- email() : int
- Min length of customers email.
- firstName() : int
- Min length of customers first name.
- houseNumber() : int
- Min length of customers house number.
- lastName() : int
- Min length of customers last name.
- password() : int
- Min length of customers password.
- postcode() : int
- Min length of customers post code.
- street() : int
- Min length of customers street.
- telephoneNumber() : int
- Min length of customers telephone number.
Properties
$city
private
int
$city
$company
private
int
$company
$countryZone
private
int
$countryZone
$dateOfBirth
private
int
$dateOfBirth
private
int
$email
$firstName
private
int
$firstName
$houseNumber
private
int
$houseNumber
$lastName
private
int
$lastName
$password
private
int
$password
$postcode
private
int
$postcode
$street
private
int
$street
$telephoneNumber
private
int
$telephoneNumber
Methods
__construct()
CustomerMinLengthSettings constructor.
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) : mixed
Parameters
- $firstName : IntType
-
Min length of customers first name.
- $lastName : IntType
-
Min length of customers last name.
- $dateOfBirth : IntType
-
Min length of customers date of birth.
- $email : IntType
-
Min length of customers email.
- $street : IntType
-
Min length of customers street.
- $houseNumber : IntType
-
Min length of customers house number.
- $company : IntType
-
Min length of customers company.
- $postcode : IntType
-
Min length of customers post code.
- $city : IntType
-
Min length of customers city.
- $countryZone : IntType
-
Min length of customers country zone.
- $telephoneNumber : IntType
-
Min length of customers telephone number.
- $password : IntType
-
Min length of customers password.
Return values
mixed —city()
Min length of customers city.
public
city() : int
Return values
int —company()
Min length of customers company.
public
company() : int
Return values
int —countryZone()
Min length of customers country zone.
public
countryZone() : int
Return values
int —dateOfBirth()
Min length of customers date of birth.
public
dateOfBirth() : int
Return values
int —email()
Min length of customers email.
public
email() : int
Return values
int —firstName()
Min length of customers first name.
public
firstName() : int
Return values
int —houseNumber()
Min length of customers house number.
public
houseNumber() : int
Return values
int —lastName()
Min length of customers last name.
public
lastName() : int
Return values
int —password()
Min length of customers password.
public
password() : int
Return values
int —postcode()
Min length of customers post code.
public
postcode() : int
Return values
int —street()
Min length of customers street.
public
street() : int
Return values
int —telephoneNumber()
Min length of customers telephone number.
public
telephoneNumber() : int