class Official extends Collection (View source)

Properties

protected $collection_key
protected $addressType
protected $addressDataType
protected $channelsType
protected $channelsDataType
string[] $emails
string $name
string $party
string[] $phones
string $photoUrl
string[] $urls

Methods

setAddress($address)

No description

getAddress()

No description

setChannels($channels)

No description

getChannels()

No description

setEmails($emails)

No description

string[]
getEmails()

No description

setName($name)

No description

string
getName()

No description

setParty($party)

No description

string
getParty()

No description

setPhones($phones)

No description

string[]
getPhones()

No description

setPhotoUrl($photoUrl)

No description

string
getPhotoUrl()

No description

setUrls($urls)

No description

string[]
getUrls()

No description

Details

setAddress($address)

No description

Parameters

$address

SimpleAddressType[] getAddress()

No description

Return Value

SimpleAddressType[]

setChannels($channels)

No description

Parameters

$channels

Channel[] getChannels()

No description

Return Value

Channel[]

setEmails($emails)

No description

Parameters

$emails

string[] getEmails()

No description

Return Value

string[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setParty($party)

No description

Parameters

$party

string getParty()

No description

Return Value

string

setPhones($phones)

No description

Parameters

$phones

string[] getPhones()

No description

Return Value

string[]

setPhotoUrl($photoUrl)

No description

Parameters

$photoUrl

string getPhotoUrl()

No description

Return Value

string

setUrls($urls)

No description

Parameters

$urls

string[] getUrls()

No description

Return Value

string[]