phpDocumentor

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

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

Search results