Table of Contents
Methods
-
getCity()
: string
-
getCountry()
: string
-
getPostalCode()
: string
-
getStreet()
: string
-
setCity()
: void
-
setCountry()
: void
-
setPostalCode()
: void
-
setStreet()
: void
getCity()
public
getCity() : string
getCountry()
public
getCountry() : string
getPostalCode()
public
getPostalCode() : string
getStreet()
public
getStreet() : string
setCity()
public
setCity(string $city) : void
Parameters
-
$city
: string
-
setCountry()
public
setCountry(string $country) : void
Parameters
-
$country
: string
-
setPostalCode()
public
setPostalCode(string $postalCode) : void
Parameters
-
$postalCode
: string
-
setStreet()
public
setStreet(string $street) : void
Parameters
-
$street
: string
-