Documentation

Address extends SemanticObject
in package
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

Properties

Methods

__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
Return values
string

getCountry()

public getCountry() : string
Return values
string

getPostalCode()

public getPostalCode() : string
Return values
string

getStreet()

public getStreet() : string
Return values
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

        
On this page

Search results