Logidav Docs

PostalCode
in package

PostalCode

Tags
ORM\Table

(name="mz_postal_code")

ORM\Entity

(repositoryClass="AppBundle\Repository\PostalCodeRepository")

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
ORM\Column

(name="code_insee", type="string", length=255, nullable=true)

$countryId

private string $countryId
Tags
ORM\Column

(name="country_id", type="string", length=255, nullable=true)

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$locality

private string $locality
Tags
ORM\Column

(name="locality", type="string", length=255, nullable=true)

$postCode

private string $postCode
Tags
ORM\Column

(name="post_code", type="string", length=255, nullable=true)

$province

private string $province
Tags
ORM\Column

(name="province", type="string", length=255, nullable=true)

$regionCode

private string $regionCode
Tags
ORM\Column

(name="region_code", type="string", length=255, nullable=true)

Methods

getCodeInsee()

Get codeInsee

public getCodeInsee() : string
Return values
string

getCountryId()

Get string

public getCountryId() : string
Return values
string

getId()

Get id

public getId() : int
Return values
int

getLocality()

Get locality

public getLocality() : string
Return values
string

getPostCode()

Get postCode

public getPostCode() : string
Return values
string

getProvince()

public getProvince() : string|null
Return values
string|null

getRegionCode()

Get regionCode

public getRegionCode() : string
Return values
string

setProvince()

public setProvince(string|null $province) : void
Parameters
$province : string|null

        
On this page

Search results