Address
extends SemanticObject
implements
IAddress
Table of Contents
Interfaces
- IAddress
Properties
-
$connector
: IConnector
Methods
-
__construct()
: mixed
-
getCity()
: string
-
getCountry()
: string
-
getPostalCode()
: string
-
getStreet()
: string
-
setCity()
: void
-
setCountry()
: void
-
setPostalCode()
: void
-
setStreet()
: void
__construct()
public
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, string $street = null ][, string $postalCode = null ][, string $city = null ][, string $country = null ][, bool $doNotStore = false ]) : mixed
Parameters
-
$connector
: IConnector
-
-
$semanticId
: string
= null
-
-
$resource
: Resource
= null
-
-
$semanticType
: string
= null
-
-
$other
: Semanticable
= null
-
-
$street
: string
= null
-
-
$postalCode
: string
= null
-
-
$city
: string
= null
-
-
$country
: string
= null
-
-
$doNotStore
: bool
= false
-
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
-