CustomerMaxLengthSettings
in package
Class CustomerMaxLengthSettings
Table of Contents
- $city : int
- $company : int
- $countryZone : int
- $firstName : int
- $houseNumber : int
- $lastName : int
- $postcode : int
- $street : int
- $suburb : int
- $telephoneNumber : int
- $vatNumber : int
- __construct() : mixed
- CustomerMaxLengthSettings constructor.
- city() : int
- Max length of customers city.
- company() : int
- Max length of customers company.
- countryZone() : int
- Max length of customers country zone.
- firstName() : int
- Max length of customers first name.
- houseNumber() : int
- Max length of customers house number.
- lastName() : int
- Max length of customers last name.
- postcode() : int
- Max length of customers post code.
- street() : int
- Max length of customers street.
- suburb() : int
- Max length of customers suburb.
- telephoneNumber() : int
- Max length of customers telephone number.
- vatNumber() : int
- Max length of customers vat number.
Properties
$city
private
int
$city
$company
private
int
$company
$countryZone
private
int
$countryZone
$firstName
private
int
$firstName
$houseNumber
private
int
$houseNumber
$lastName
private
int
$lastName
$postcode
private
int
$postcode
$street
private
int
$street
$suburb
private
int
$suburb
$telephoneNumber
private
int
$telephoneNumber
$vatNumber
private
int
$vatNumber
Methods
__construct()
CustomerMaxLengthSettings constructor.
public
__construct(IntType $firstName, IntType $lastName, IntType $company, IntType $vatNumber, IntType $street, IntType $houseNumber, IntType $postcode, IntType $city, IntType $countryZone, IntType $suburb, IntType $telephoneNumber) : mixed
Parameters
- $firstName : IntType
-
Max length of customers first name.
- $lastName : IntType
-
Max length of customers last name.
- $company : IntType
-
Max length of customers company.
- $vatNumber : IntType
-
Max length of customers vat number.
- $street : IntType
-
Max length of customers street.
- $houseNumber : IntType
-
Max length of customers house number.
- $postcode : IntType
-
Max length of customers post code.
- $city : IntType
-
Max length of customers city.
- $countryZone : IntType
-
Max length of customers country zone.
- $suburb : IntType
-
Max length of customers suburb.
- $telephoneNumber : IntType
-
Max length of customers telephone number.
Return values
mixed —city()
Max length of customers city.
public
city() : int
Return values
int —company()
Max length of customers company.
public
company() : int
Return values
int —countryZone()
Max length of customers country zone.
public
countryZone() : int
Return values
int —firstName()
Max length of customers first name.
public
firstName() : int
Return values
int —houseNumber()
Max length of customers house number.
public
houseNumber() : int
Return values
int —lastName()
Max length of customers last name.
public
lastName() : int
Return values
int —postcode()
Max length of customers post code.
public
postcode() : int
Return values
int —street()
Max length of customers street.
public
street() : int
Return values
int —suburb()
Max length of customers suburb.
public
suburb() : int
Return values
int —telephoneNumber()
Max length of customers telephone number.
public
telephoneNumber() : int
Return values
int —vatNumber()
Max length of customers vat number.
public
vatNumber() : int