|
Google Shared Contacts Manager
1.0
Semestral project for BI-ZNF
|
Class represent the address of Contact. More...
Public Member Functions | |
| toXML (\SimpleXMLElement &$xml) | |
| fromXML (\SimpleXMLElement &$xml) | |
| getStreet () | |
| setStreet ($street) | |
| getCity () | |
| setCity ($city) | |
| getRegion () | |
| setRegion ($region) | |
| getCountry () | |
| setCountry ($country) | |
| getPostCode () | |
| setPostCode ($postCode) | |
Public Member Functions inherited from Attribute | |
| toXML (\SimpleXMLElement &$xml) | |
| Convert current attribute to XML. More... | |
| fromXML (\SimpleXMLElement &$xml) | |
| Create new instance of attribute from XML. More... | |
Data Fields | |
| const | ATR_NAME = "gd:structuredPostalAddress" |
| const | ATR_CITY = "gd:city" |
| const | ATR_STREET = "gd:street" |
| const | ATR_REGION = "gd:region" |
| const | ATR_COUNTRY = "gd:country" |
| const | ATR_POSTCODE = "gd:postcode" |
Private Attributes | |
| $street | |
| $city | |
| $region | |
| $country | |
| $postCode | |
Additional Inherited Members | |
Static Protected Member Functions inherited from Attribute | |
| static | getChildValue (\SimpleXMLElement &$xml, $elementName) |
Class represent the address of Contact.
| fromXML | ( | \SimpleXMLElement & | $xml | ) |
| getCity | ( | ) |
| getCountry | ( | ) |
| getPostCode | ( | ) |
| getRegion | ( | ) |
| getStreet | ( | ) |
| setCity | ( | $city | ) |
| string | $city |
| setCountry | ( | $country | ) |
| string | $country |
| setPostCode | ( | $postCode | ) |
| string | $postCode |
| setRegion | ( | $region | ) |
| string | $region |
| setStreet | ( | $street | ) |
| string | $street |
| toXML | ( | \SimpleXMLElement & | $xml | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
| const ATR_CITY = "gd:city" |
| const ATR_COUNTRY = "gd:country" |
| const ATR_NAME = "gd:structuredPostalAddress" |
| const ATR_POSTCODE = "gd:postcode" |
| const ATR_REGION = "gd:region" |
| const ATR_STREET = "gd:street" |