class Location extends Model (View source)

Properties

protected $addressType
protected $addressDataType
string $name
string $primaryCategoryId
string $primaryPhone
string $websiteUri

Methods

setAddress(PostalAddress $address)

No description

getAddress()

No description

setName($name)

No description

string
getName()

No description

setPrimaryCategoryId($primaryCategoryId)

No description

string
getPrimaryCategoryId()

No description

setPrimaryPhone($primaryPhone)

No description

string
getPrimaryPhone()

No description

setWebsiteUri($websiteUri)

No description

string
getWebsiteUri()

No description

Details

setAddress(PostalAddress $address)

No description

Parameters

PostalAddress $address

PostalAddress getAddress()

No description

Return Value

PostalAddress

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPrimaryCategoryId($primaryCategoryId)

No description

Parameters

$primaryCategoryId

string getPrimaryCategoryId()

No description

Return Value

string

setPrimaryPhone($primaryPhone)

No description

Parameters

$primaryPhone

string getPrimaryPhone()

No description

Return Value

string

setWebsiteUri($websiteUri)

No description

Parameters

$websiteUri

string getWebsiteUri()

No description

Return Value

string