class Address extends Model (View source)

Properties

string $administrativeArea
string $city
string $country
string $postalCode
string $streetAddress

Methods

setAdministrativeArea($administrativeArea)

No description

string
getAdministrativeArea()

No description

setCity($city)

No description

string
getCity()

No description

setCountry($country)

No description

string
getCountry()

No description

setPostalCode($postalCode)

No description

string
getPostalCode()

No description

setStreetAddress($streetAddress)

No description

string
getStreetAddress()

No description

Details

setAdministrativeArea($administrativeArea)

No description

Parameters

$administrativeArea

string getAdministrativeArea()

No description

Return Value

string

setCity($city)

No description

Parameters

$city

string getCity()

No description

Return Value

string

setCountry($country)

No description

Parameters

$country

string getCountry()

No description

Return Value

string

setPostalCode($postalCode)

No description

Parameters

$postalCode

string getPostalCode()

No description

Return Value

string

setStreetAddress($streetAddress)

No description

Parameters

$streetAddress

string getStreetAddress()

No description

Return Value

string