PostalCode
in package
PostalCode
Tags
Table of Contents
Properties
- $codeInsee : string
- $countryId : string
- $id : int
- $locality : string
- $postCode : string
- $province : string
- $regionCode : string
Methods
- getCodeInsee() : string
- Get codeInsee
- getCountryId() : string
- Get string
- getId() : int
- Get id
- getLocality() : string
- Get locality
- getPostCode() : string
- Get postCode
- getProvince() : string|null
- getRegionCode() : string
- Get regionCode
- setCodeInsee() : PostalCode
- Set codeInsee
- setCountryId() : PostalCode
- Set string
- setLocality() : PostalCode
- Set locality
- setPostCode() : PostalCode
- Set postCode
- setProvince() : void
- setRegionCode() : PostalCode
- Set regionCode
Properties
$codeInsee
private
string
$codeInsee
Tags
$countryId
private
string
$countryId
Tags
$id
private
int
$id
Tags
$locality
private
string
$locality
Tags
$postCode
private
string
$postCode
Tags
$province
private
string
$province
Tags
$regionCode
private
string
$regionCode
Tags
Methods
getCodeInsee()
Get codeInsee
public
getCodeInsee() : string
Return values
stringgetCountryId()
Get string
public
getCountryId() : string
Return values
stringgetId()
Get id
public
getId() : int
Return values
intgetLocality()
Get locality
public
getLocality() : string
Return values
stringgetPostCode()
Get postCode
public
getPostCode() : string
Return values
stringgetProvince()
public
getProvince() : string|null
Return values
string|nullgetRegionCode()
Get regionCode
public
getRegionCode() : string
Return values
stringsetCodeInsee()
Set codeInsee
public
setCodeInsee(string $codeInsee) : PostalCode
Parameters
- $codeInsee : string
Return values
PostalCodesetCountryId()
Set string
public
setCountryId(mixed $countryId) : PostalCode
Parameters
- $countryId : mixed
Return values
PostalCodesetLocality()
Set locality
public
setLocality(string $locality) : PostalCode
Parameters
- $locality : string
Return values
PostalCodesetPostCode()
Set postCode
public
setPostCode(string $postCode) : PostalCode
Parameters
- $postCode : string
Return values
PostalCodesetProvince()
public
setProvince(string|null $province) : void
Parameters
- $province : string|null
setRegionCode()
Set regionCode
public
setRegionCode(string $regionCode) : PostalCode
Parameters
- $regionCode : string